#720B8E

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

Shades of Purple #720B8E

Tints of Purple #720B8E

Color information

#720B8E (or 0x720B8E) is unknown color: approx Purple. HEX triplet: 72, 0B and 8E. RGB value is (114,11,142). Sum of RGB (Red+Green+Blue) = 114+11+142=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #720B8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720B8E is #8DF471. Grayscale: #383838. Windows color (decimal): -9303154 or 9309042. OLE color: 9309042.

HSL color Cylindrical-coordinate representation of color #720B8E: hue angle of 287.18º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720B8E is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11411142-
CMYK0.200.9200.44
HSL287.18º85.62%30%-
HSV(B)287.18º92.25%55.69%-
XYZ11.945.7726.08-
YUV56.73176.12168.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=42.70%
G=4.12%
B=53.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114111420.200.9200.44287.1885.6230
Hex72B8E145C02C11f561e
Octal162132162413405443712636
Binary11100101011100011101010010111000101100100011111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720B8E; }

 p { color: rgb(114,11,142); }

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

<style>
 a { background-color: #720B8E; }

 a { background-color: rgb(114,11,142); }

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

<style>
 span { border-color: #720B8E; }

 span { border-color: rgb(114,11,142); }

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