#720872

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

Shades of Purple #720872

Tints of Purple #720872

Color information

#720872 (or 0x720872) is unknown color: approx Purple. HEX triplet: 72, 08 and 72. RGB value is (114,8,114). Sum of RGB (Red+Green+Blue) = 114+8+114=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #720872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720872 is #8DF78D. Grayscale: #333333. Windows color (decimal): -9303950 or 7473266. OLE color: 7473266.

HSL color Cylindrical-coordinate representation of color #720872: hue angle of 300º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720872 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1148114-
CMYK00.9300.55
HSL300º86.89%23.92%-
HSV(B)300º92.98%44.71%-
XYZ10.064.9716.35-
YUV51.78163.12172.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 8 (3.52% from 255) = 3.39%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=48.31%
G=3.39%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114811400.9300.5530086.8923.92
Hex7287205D03712c5718
Octal16210162013506745412730
Binary111001010001110010010111010110111100101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720872; }

 p { color: rgb(114,8,114); }

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

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

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

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

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

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

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