#72106D

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

Shades of Purple #72106D

Tints of Purple #72106D

Color information

#72106D (or 0x72106D) is unknown color: approx Purple. HEX triplet: 72, 10 and 6D. RGB value is (114,16,109). Sum of RGB (Red+Green+Blue) = 114+16+109=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72106D is #8DEF92. Grayscale: #373737. Windows color (decimal): -9301907 or 7147634. OLE color: 7147634.

HSL color Cylindrical-coordinate representation of color #72106D: hue angle of 303.06º 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 #72106D is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11416109-
CMYK00.860.040.55
HSL303.06º75.38%25.49%-
HSV(B)303.06º85.96%44.71%-
XYZ9.895.0514.92-
YUV55.9157.97169.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=47.70%
G=6.69%
B=45.61%

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
Decimal1141610900.860.040.55303.0675.3825.49
Hex72106D05643712f4b19
Octal16220155012646745711331
Binary111001010000110110101010110100110111100101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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