COLOR #72009A

HEX: #72009A
RGB: (114,0,154)

Color info

#72009A contains only red and blue colors. Web safe color of #72009A is #660099 (or #609).

RGB color model

#72009A color RGB value is (114,0,154).

  • red value is 114;
  • green value is 0;
  • blue value is 154.
RGB:
(114,0,154)
(45%,0%,60%)

RGB channels and saturation

R 114 of 255 = 45%
G 0 of 255 = 0%
B 154 of 255 = 60%

114
0
154

R + G + B ~ 35%. #72009A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 0 + 154 = 268 (100%)
R 114 of 268 ~ 42.54%
G 0 of 268 ~ 0%
B 154 of 268 ~ 57.46%

%42.54
%57.46

CMYK color model

#72009A color CMYK value is (26,100,0,40).

  • cyan value is 25.97%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(26,100,0,40)
C26M100Y0K40 
(26%,100%,0%,40%)
(0.26/1.00/0.00/0.40)	

CMYK percentages

%25.97
%100
%0
%39.61

Codes

Color #72009A in popluar color models

72009A
RGB1140154
HSL284°100.00%30.20%
HSB/HSV284°100.00%60.39%
CMYK25.97%100.00%0.00%
39.61%

Color #72009A in popluar number systems.

HEX72009A
Decimal1140154
Binary1110010010011010
Octal1620232

Shades and tints

Shades of #72009A

#72009A
(114,0,154)
#68008C
(104,0,140)
#5E007E
(94,0,126)
#540070
(84,0,112)
#4A0062
(74,0,98)
#400054
(64,0,84)
#360046
(54,0,70)
#2C0038
(44,0,56)
#22002A
(34,0,42)
#18001C
(24,0,28)
#0E000E
(14,0,14)
#000000
(0,0,0)

Tints of #72009A

#72009A
(114,0,154)
#7E17A3
(126,23,163)
#8A2EAC
(138,46,172)
#9645B5
(150,69,181)
#A25CBE
(162,92,190)
#AE73C7
(174,115,199)
#BA8AD0
(186,138,208)
#C6A1D9
(198,161,217)
#D2B8E2
(210,184,226)
#DECFEB
(222,207,235)
#EAE6F4
(234,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72009A color. Also use rgb(114,0,154) instead hex code.

Text Font Color

.myTextColor { color: #72009A; }

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

This text font color is #72009A.


Background Color

.myBgColor { background-color: #72009A; }

<div style="background-color:#72009A">Inner text</div>

This div background color is #72009A.


Border color

.myBorderColor { border: 1px solid #72009A; }

<div style="border:3px solid #72009A">Div</div>

This div border color is #72009A.


Opacity

.myOpacity80 { color: #72009A; opacity: 0.8; }

<p style="color:#72009A;opacity:0.8;">80%</p>

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

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

This text has shadow with #72009A color.

.textShadow {text-shadow: 3px 3px 1px #72009A, 3px 3px 1px red;}

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

This text has shadow with #72009A primary color and red secondary color.


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

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

This text has shadow with #72009A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72009A on black background.


Color preview on white background

This text has color #72009A on white background.



Black color preview on #72009A background

This text has black color on #72009A background.


White color preview on #72009A background

This text has white color on #72009A background.