COLOR #7A71CB

HEX: #7A71CB RGB: (122,113,203)

Color info

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

RGB color model

#7A71CB color RGB value is (122,113,203).

RGB: (122,113,203) (48%, 44%, 80%)

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 203 of 255 = 80%

122
113
203

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

Portions of RGB colors in percentages

R + G + B = 122 + 113 + 203 = 438 (100%)
R 122 of 438 ~ 27.85%
G 113 of 438 ~ 25.8%
B 203 of 438 ~ 46.35'%

%27.85
%25.8
%46.35

CMYK color model

#7A71CB color CMYK value is (40,44,0,20).

  • cyan value is 39.90%
  • magenta value is 44.33%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (40,44,0,20)
C40M44Y0K20 (40%, 44%, 0%, 20%)
(0.40 / 0.44 / 0.00 / 0.20)

CMYK percentages

%39.9
%44.33
%0
%20.39

Codes

Color #7A71CB in popluar color models

7A 71 CB
RGB 122 113 203
HSL 246° 46.39% 61.96%
HSB/HSV 246° 44.33% 79.61%
CMYK 39.90% 44.33% 0.00%
20.39%

Color #7A71CB in popluar number systems.

HEX 7A 71 CB
Decimal 122 113 203
Binary 1111010 1110001 11001011
Octal 172 161 313

Shades and tints

Shades of #7A71CB

#7A71CB
(122,113,203)
#6F67B9
(111,103,185)
#645DA7
(100,93,167)
#595395
(89,83,149)
#4E4983
(78,73,131)
#433F71
(67,63,113)
#38355F
(56,53,95)
#2D2B4D
(45,43,77)
#22213B
(34,33,59)
#171729
(23,23,41)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #7A71CB

#7A71CB
(122,113,203)
#867DCF
(134,125,207)
#9289D3
(146,137,211)
#9E95D7
(158,149,215)
#AAA1DB
(170,161,219)
#B6ADDF
(182,173,223)
#C2B9E3
(194,185,227)
#CEC5E7
(206,197,231)
#DAD1EB
(218,209,235)
#E6DDEF
(230,221,239)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A71CB; }

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

This text font color is #7A71CB.

Background Color

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

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

This div background color is #7A71CB.

Border color

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

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

This div border color is #7A71CB.

Opacity

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

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

Text with #7A71CB 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 #7A71CB;}

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

This text has shadow with #7A71CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A71CB.

Preview

Color preview on black background

This text has color #7A71CB on black background.


Color preview on white background

This text has color #7A71CB on white background.


Black color preview on #7A71CB background

This text has black color on #7A71CB background.


White color preview on #7A71CB background

This text has white color on #7A71CB background.


Related colors

Complementary color

Complementary color for #hex is #858E34.


I love getcolorcode.com

Triadic colors

1 #CB7A71 and #71CB7A with #7A71CB are triadic colors.

2 #CB717A and #717ACB with #7A71CB are triadic colors.