#72008B

Color #72008B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #72008B

Tints of Purple #72008B

Color information

#72008B (or 0x72008B) is unknown color: approx Purple. HEX triplet: 72, 00 and 8B. RGB value is (114,0,139). Sum of RGB (Red+Green+Blue) = 114+0+139=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #72008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72008B is #8DFF74. Grayscale: #313131. Windows color (decimal): -9305973 or 9109618. OLE color: 9109618.

HSL color Cylindrical-coordinate representation of color #72008B: hue angle of 289.21º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72008B is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1140139-
CMYK0.18100.45
HSL289.21º100%27.25%-
HSV(B)289.21º100%54.51%-
XYZ11.65.4424.87-
YUV49.93178.27173.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=45.06%
G=0%
B=54.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11401390.18100.45289.2110027.25
Hex7208B126402D121641b
Octal16202132214405544114433
Binary11100100100010111001011001000101101100100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72008B; }

 p { color: rgb(114,0,139); }

 H1.HeaderClassName
 {
   color: #72008B;
 }
 .AnyTagClassName
 {
   color: #72008B;
 }
</style>
background-color css

<style>
 a { background-color: #72008B; }

 a { background-color: rgb(114,0,139); }

 div.DivClassName
 {
   background-color: #72008B;
 }
 .BgClassName
 {
   background-color: #72008B;
 }
</style>
border-color css

<style>
 span { border-color: #72008B; }

 span { border-color: rgb(114,0,139); }

 td.TdClassName
 {
   border-color: #72008B;
 }
 .TagClassName
 {
   border-color: #72008B;
 }
</style>