COLOR #7A71BA

HEX: #7A71BA
RGB: (122,113,186)

Color info

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

RGB color model

#7A71BA color RGB value is (122,113,186).

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

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 186 of 255 = 73%

122
113
186

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

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 186 = 421 (100%)
R 122 of 421 ~ 28.98%
G 113 of 421 ~ 26.84%
B 186 of 421 ~ 44.18%

%28.98
%26.84
%44.18

CMYK color model

#7A71BA color CMYK value is (34,39,0,27).

  • cyan value is 34.41%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(34,39,0,27)
C34M39Y0K27 
(34%,39%,0%,27%)
(0.34/0.39/0.00/0.27)	

CMYK percentages

%34.41
%39.25
%0
%27.06

Codes

Color #7A71BA in popluar color models

7A71BA
RGB122113186
HSL247°34.60%58.63%
HSB/HSV247°39.25%72.94%
CMYK34.41%39.25%0.00%
27.06%

Color #7A71BA in popluar number systems.

HEX7A71BA
Decimal122113186
Binary1111010111000110111010
Octal172161272

Shades and tints

Shades of #7A71BA

#7A71BA
(122,113,186)
#6F67AA
(111,103,170)
#645D9A
(100,93,154)
#59538A
(89,83,138)
#4E497A
(78,73,122)
#433F6A
(67,63,106)
#38355A
(56,53,90)
#2D2B4A
(45,43,74)
#22213A
(34,33,58)
#17172A
(23,23,42)
#0C0D1A
(12,13,26)
#000000
(0,0,0)

Tints of #7A71BA

#7A71BA
(122,113,186)
#867DC0
(134,125,192)
#9289C6
(146,137,198)
#9E95CC
(158,149,204)
#AAA1D2
(170,161,210)
#B6ADD8
(182,173,216)
#C2B9DE
(194,185,222)
#CEC5E4
(206,197,228)
#DAD1EA
(218,209,234)
#E6DDF0
(230,221,240)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A71BA; }

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

This text font color is #7A71BA.


Background Color

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

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

This div background color is #7A71BA.


Border color

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

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

This div border color is #7A71BA.


Opacity

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

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

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

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

This text has shadow with #7A71BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A71BA on black background.


Color preview on white background

This text has color #7A71BA on white background.



Black color preview on #7A71BA background

This text has black color on #7A71BA background.


White color preview on #7A71BA background

This text has white color on #7A71BA background.