COLOR #7A71C7

HEX: #7A71C7
RGB: (122,113,199)

Color info

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

RGB color model

#7A71C7 color RGB value is (122,113,199).

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

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 199 of 255 = 78%

122
113
199

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

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 199 = 434 (100%)
R 122 of 434 ~ 28.11%
G 113 of 434 ~ 26.04%
B 199 of 434 ~ 45.85%

%28.11
%26.04
%45.85

CMYK color model

#7A71C7 color CMYK value is (39,43,0,22).

  • cyan value is 38.69%
  • magenta value is 43.22%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(39,43,0,22)
C39M43Y0K22 
(39%,43%,0%,22%)
(0.39/0.43/0.00/0.22)	

CMYK percentages

%38.69
%43.22
%0
%21.96

Codes

Color #7A71C7 in popluar color models

7A71C7
RGB122113199
HSL246°43.43%61.18%
HSB/HSV246°43.22%78.04%
CMYK38.69%43.22%0.00%
21.96%

Color #7A71C7 in popluar number systems.

HEX7A71C7
Decimal122113199
Binary1111010111000111000111
Octal172161307

Shades and tints

Shades of #7A71C7

#7A71C7
(122,113,199)
#6F67B5
(111,103,181)
#645DA3
(100,93,163)
#595391
(89,83,145)
#4E497F
(78,73,127)
#433F6D
(67,63,109)
#38355B
(56,53,91)
#2D2B49
(45,43,73)
#222137
(34,33,55)
#171725
(23,23,37)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A71C7

#7A71C7
(122,113,199)
#867DCC
(134,125,204)
#9289D1
(146,137,209)
#9E95D6
(158,149,214)
#AAA1DB
(170,161,219)
#B6ADE0
(182,173,224)
#C2B9E5
(194,185,229)
#CEC5EA
(206,197,234)
#DAD1EF
(218,209,239)
#E6DDF4
(230,221,244)
#F2E9F9
(242,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A71C7; }

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

This text font color is #7A71C7.


Background Color

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

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

This div background color is #7A71C7.


Border color

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

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

This div border color is #7A71C7.


Opacity

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

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

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

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

This text has shadow with #7A71C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A71C7 on black background.


Color preview on white background

This text has color #7A71C7 on white background.



Black color preview on #7A71C7 background

This text has black color on #7A71C7 background.


White color preview on #7A71C7 background

This text has white color on #7A71C7 background.