COLOR #72008C

HEX: #72008C
RGB: (114,0,140)

Color info

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

RGB color model

#72008C color RGB value is (114,0,140).

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

RGB channels and saturation

R 114 of 255 = 45%
G 0 of 255 = 0%
B 140 of 255 = 55%

114
0
140

R + G + B ~ 33%. #72008C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 0 + 140 = 254 (100%)
R 114 of 254 ~ 44.88%
G 0 of 254 ~ 0%
B 140 of 254 ~ 55.12%

%44.88
%55.12

CMYK color model

#72008C color CMYK value is (19,100,0,45).

  • cyan value is 18.57%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,100,0,45)
C19M100Y0K45 
(19%,100%,0%,45%)
(0.19/1.00/0.00/0.45)	

CMYK percentages

%18.57
%100
%0
%45.1

Codes

Color #72008C in popluar color models

72008C
RGB1140140
HSL289°100.00%27.45%
HSB/HSV289°100.00%54.90%
CMYK18.57%100.00%0.00%
45.10%

Color #72008C in popluar number systems.

HEX72008C
Decimal1140140
Binary1110010010001100
Octal1620214

Shades and tints

Shades of #72008C

#72008C
(114,0,140)
#680080
(104,0,128)
#5E0074
(94,0,116)
#540068
(84,0,104)
#4A005C
(74,0,92)
#400050
(64,0,80)
#360044
(54,0,68)
#2C0038
(44,0,56)
#22002C
(34,0,44)
#180020
(24,0,32)
#0E0014
(14,0,20)
#000000
(0,0,0)

Tints of #72008C

#72008C
(114,0,140)
#7E1796
(126,23,150)
#8A2EA0
(138,46,160)
#9645AA
(150,69,170)
#A25CB4
(162,92,180)
#AE73BE
(174,115,190)
#BA8AC8
(186,138,200)
#C6A1D2
(198,161,210)
#D2B8DC
(210,184,220)
#DECFE6
(222,207,230)
#EAE6F0
(234,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72008C color. Also use rgb(114,0,140) instead hex code.

Text Font Color

.myTextColor { color: #72008C; }

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

This text font color is #72008C.


Background Color

.myBgColor { background-color: #72008C; }

<div style="background-color:#72008C">Inner text</div>

This div background color is #72008C.


Border color

.myBorderColor { border: 1px solid #72008C; }

<div style="border:3px solid #72008C">Div</div>

This div border color is #72008C.


Opacity

.myOpacity80 { color: #72008C; opacity: 0.8; }

<p style="color:#72008C;opacity:0.8;">80%</p>

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

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

This text has shadow with #72008C color.

.textShadow {text-shadow: 3px 3px 1px #72008C, 3px 3px 1px red;}

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

This text has shadow with #72008C primary color and red secondary color.


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

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

This text has shadow with #72008C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72008C on black background.


Color preview on white background

This text has color #72008C on white background.



Black color preview on #72008C background

This text has black color on #72008C background.


White color preview on #72008C background

This text has white color on #72008C background.