#72005F

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

Shades of Purple #72005F

Tints of Purple #72005F

Color information

#72005F (or 0x72005F) is unknown color: approx Purple. HEX triplet: 72, 00 and 5F. RGB value is (114,0,95). Sum of RGB (Red+Green+Blue) = 114+0+95=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72005F is #8DFFA0. Grayscale: #2C2C2C. Windows color (decimal): -9306017 or 6226034. OLE color: 6226034.

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

Color convert

RGB114095-
CMYK010.170.55
HSL310º100%22.35%-
HSV(B)310º100%44.71%-
XYZ94.411.2-
YUV44.92156.27177.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=54.55%
G=0%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114095010.170.5531010022.35
Hex7205F06411371366416
Octal16201370144216746614426
Binary1110010010111110110010010001110111100110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72005F; }

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

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

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

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

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

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

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

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