#72106E

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

Shades of Purple #72106E

Tints of Purple #72106E

Color information

#72106E (or 0x72106E) is unknown color: approx Purple. HEX triplet: 72, 10 and 6E. RGB value is (114,16,110). Sum of RGB (Red+Green+Blue) = 114+16+110=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72106E is #8DEF91. Grayscale: #373737. Windows color (decimal): -9301906 or 7213170. OLE color: 7213170.

HSL color Cylindrical-coordinate representation of color #72106E: hue angle of 302.45º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72106E is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11416110-
CMYK00.860.040.55
HSL302.45º75.38%25.49%-
HSV(B)302.45º85.96%44.71%-
XYZ9.945.0715.21-
YUV56.02158.47169.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 16 (6.64% from 255) = 6.67%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=47.5%
G=6.67%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141611000.860.040.55302.4575.3825.49
Hex72106E05643712e4b19
Octal16220156012646745611331
Binary111001010000110111001010110100110111100101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72106E; }

 p { color: rgb(114,16,110); }

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

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

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

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

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

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

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