COLOR #7712A9

HEX: #7712A9
RGB: (119,18,169)

Color info

#7712A9 contains mainly red and blue colors. Web safe color of #7712A9 is #660099 (or #609).

RGB color model

#7712A9 color RGB value is (119,18,169).

  • red value is 119;
  • green value is 18;
  • blue value is 169.
RGB:
(119,18,169)
(47%,7%,66%)

RGB channels and saturation

R 119 of 255 = 47%
G 18 of 255 = 7%
B 169 of 255 = 66%

119
18
169

R + G + B ~ 40%. #7712A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 18 + 169 = 306 (100%)
R 119 of 306 ~ 38.89%
G 18 of 306 ~ 5.88%
B 169 of 306 ~ 55.23%

%38.89
%55.23

CMYK color model

#7712A9 color CMYK value is (30,89,0,34).

  • cyan value is 29.59%
  • magenta value is 89.35%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(30,89,0,34)
C30M89Y0K34 
(30%,89%,0%,34%)
(0.30/0.89/0.00/0.34)	

CMYK percentages

%29.59
%89.35
%0
%33.73

Codes

Color #7712A9 in popluar color models

7712A9
RGB11918169
HSL280°80.75%36.67%
HSB/HSV280°89.35%66.27%
CMYK29.59%89.35%0.00%
33.73%

Color #7712A9 in popluar number systems.

HEX7712A9
Decimal11918169
Binary11101111001010101001
Octal16722251

Shades and tints

Shades of #7712A9

#7712A9
(119,18,169)
#6D119A
(109,17,154)
#63108B
(99,16,139)
#590F7C
(89,15,124)
#4F0E6D
(79,14,109)
#450D5E
(69,13,94)
#3B0C4F
(59,12,79)
#310B40
(49,11,64)
#270A31
(39,10,49)
#1D0922
(29,9,34)
#130813
(19,8,19)
#000000
(0,0,0)

Tints of #7712A9

#7712A9
(119,18,169)
#8327B0
(131,39,176)
#8F3CB7
(143,60,183)
#9B51BE
(155,81,190)
#A766C5
(167,102,197)
#B37BCC
(179,123,204)
#BF90D3
(191,144,211)
#CBA5DA
(203,165,218)
#D7BAE1
(215,186,225)
#E3CFE8
(227,207,232)
#EFE4EF
(239,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7712A9 color. Also use rgb(119,18,169) instead hex code.

Text Font Color

.myTextColor { color: #7712A9; }

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

This text font color is #7712A9.


Background Color

.myBgColor { background-color: #7712A9; }

<div style="background-color:#7712A9">Inner text</div>

This div background color is #7712A9.


Border color

.myBorderColor { border: 1px solid #7712A9; }

<div style="border:3px solid #7712A9">Div</div>

This div border color is #7712A9.


Opacity

.myOpacity80 { color: #7712A9; opacity: 0.8; }

<p style="color:#7712A9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7712A9 color.

.textShadow {text-shadow: 3px 3px 1px #7712A9, 3px 3px 1px red;}

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

This text has shadow with #7712A9 primary color and red secondary color.


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

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

This text has shadow with #7712A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7712A9 on black background.


Color preview on white background

This text has color #7712A9 on white background.



Black color preview on #7712A9 background

This text has black color on #7712A9 background.


White color preview on #7712A9 background

This text has white color on #7712A9 background.