#72109E

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

Shades of Dark Magenta #72109E

Tints of Dark Magenta #72109E

Color information

#72109E (or 0x72109E) is unknown color: approx Dark Magenta. HEX triplet: 72, 10 and 9E. RGB value is (114,16,158). Sum of RGB (Red+Green+Blue) = 114+16+158=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #72109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72109E is #8DEF61. Grayscale: #3D3D3D. Windows color (decimal): -9301858 or 10358898. OLE color: 10358898.

HSL color Cylindrical-coordinate representation of color #72109E: hue angle of 281.41º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72109E is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11416158-
CMYK0.280.9000.38
HSL281.41º81.61%34.12%-
HSV(B)281.41º89.87%61.96%-
XYZ13.36.4232.89-
YUV61.49182.47165.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 16 (6.64% from 255) = 5.56%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=39.58%
G=5.56%
B=54.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114161580.280.9000.38281.4181.6134.12
Hex72109E1C5A0261195222
Octal162202363413204643112242
Binary1110010100001001111011100101101001001101000110011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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