COLOR #7A71D9

HEX: #7A71D9
RGB: (122,113,217)

Color info

#7A71D9 contains mainly blue color. Web safe color of #7A71D9 is #6666CC (or #66C).

RGB color model

#7A71D9 color RGB value is (122,113,217).

  • red value is 122;
  • green value is 113;
  • blue value is 217.
RGB:
(122,113,217)
(48%,44%,85%)

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 217 of 255 = 85%

122
113
217

R + G + B ~ 59%. #7A71D9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 217 = 452 (100%)
R 122 of 452 ~ 26.99%
G 113 of 452 ~ 25%
B 217 of 452 ~ 48.01%

%26.99
%25
%48.01

CMYK color model

#7A71D9 color CMYK value is (44,48,0,15).

  • cyan value is 43.78%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(44,48,0,15)
C44M48Y0K15 
(44%,48%,0%,15%)
(0.44/0.48/0.00/0.15)	

CMYK percentages

%43.78
%47.93
%0
%14.9

Codes

Color #7A71D9 in popluar color models

7A71D9
RGB122113217
HSL245°57.78%64.71%
HSB/HSV245°47.93%85.10%
CMYK43.78%47.93%0.00%
14.90%

Color #7A71D9 in popluar number systems.

HEX7A71D9
Decimal122113217
Binary1111010111000111011001
Octal172161331

Shades and tints

Shades of #7A71D9

#7A71D9
(122,113,217)
#6F67C6
(111,103,198)
#645DB3
(100,93,179)
#5953A0
(89,83,160)
#4E498D
(78,73,141)
#433F7A
(67,63,122)
#383567
(56,53,103)
#2D2B54
(45,43,84)
#222141
(34,33,65)
#17172E
(23,23,46)
#0C0D1B
(12,13,27)
#000000
(0,0,0)

Tints of #7A71D9

#7A71D9
(122,113,217)
#867DDC
(134,125,220)
#9289DF
(146,137,223)
#9E95E2
(158,149,226)
#AAA1E5
(170,161,229)
#B6ADE8
(182,173,232)
#C2B9EB
(194,185,235)
#CEC5EE
(206,197,238)
#DAD1F1
(218,209,241)
#E6DDF4
(230,221,244)
#F2E9F7
(242,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A71D9 color. Also use rgb(122,113,217) instead hex code.

Text Font Color

.myTextColor { color: #7A71D9; }

<p style="color:#7A71D9">This sample text font color is #7A71D9.</p>

This text font color is #7A71D9.


Background Color

.myBgColor { background-color: #7A71D9; }

<div style="background-color:#7A71D9">Inner text</div>

This div background color is #7A71D9.


Border color

.myBorderColor { border: 1px solid #7A71D9; }

<div style="border:3px solid #7A71D9">Div</div>

This div border color is #7A71D9.


Opacity

.myOpacity80 { color: #7A71D9; opacity: 0.8; }

<p style="color:#7A71D9;opacity:0.8;">80%</p>

Text with #7A71D9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7A71D9;}

<p style="text-shadow: 3px 3px 1px #7A71D9">Text here.</p>

This text has shadow with #7A71D9 color.

.textShadow {text-shadow: 3px 3px 1px #7A71D9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7A71D9, 5px 5px 20px red">Text here.</p>

This text has shadow with #7A71D9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A71D9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7A71D9, Direction=45, Strength=4)">Text</p>

This text has shadow with #7A71D9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7A71D9;
  -webkit-box-shadow:	1px 1px 3px 2px #7A71D9;
  box-shadow:		1px 1px 3px 2px #7A71D9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A71D9;
-webkit-box-shadow: 1px 1px 3px 2px #7A71D9;
box-shadow:1px 1px 3px 2px #7A71D9;">
Div content here</div>
This div box has shadow with color #7A71D9.

Preview

Color preview on black background

This text has color #7A71D9 on black background.


Color preview on white background

This text has color #7A71D9 on white background.



Black color preview on #7A71D9 background

This text has black color on #7A71D9 background.


White color preview on #7A71D9 background

This text has white color on #7A71D9 background.