#720C8E

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

Shades of Purple #720C8E

Tints of Purple #720C8E

Color information

#720C8E (or 0x720C8E) is unknown color: approx Purple. HEX triplet: 72, 0C and 8E. RGB value is (114,12,142). Sum of RGB (Red+Green+Blue) = 114+12+142=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #720C8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720C8E is #8DF371. Grayscale: #383838. Windows color (decimal): -9302898 or 9309298. OLE color: 9309298.

HSL color Cylindrical-coordinate representation of color #720C8E: hue angle of 287.08º degrees, saturation: 0.84, 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 #720C8E is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11412142-
CMYK0.200.9200.44
HSL287.08º84.42%30.2%-
HSV(B)287.08º91.55%55.69%-
XYZ11.955.7926.08-
YUV57.32175.79168.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 12 (5.08% from 255) = 4.48%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=42.54%
G=4.48%
B=52.99%

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
Decimal114121420.200.9200.44287.0884.4230.2
Hex72C8E145C02C11f541e
Octal162142162413405443712436
Binary11100101100100011101010010111000101100100011111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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