#72119A

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

Shades of Dark Magenta #72119A

Tints of Dark Magenta #72119A

Color information

#72119A (or 0x72119A) is unknown color: approx Dark Magenta. HEX triplet: 72, 11 and 9A. RGB value is (114,17,154). Sum of RGB (Red+Green+Blue) = 114+17+154=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #72119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72119A is #8DEE65. Grayscale: #3D3D3D. Windows color (decimal): -9301606 or 10097010. OLE color: 10097010.

HSL color Cylindrical-coordinate representation of color #72119A: hue angle of 282.48º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72119A is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11417154-
CMYK0.260.8900.40
HSL282.48º80.12%33.53%-
HSV(B)282.48º88.96%60.39%-
XYZ12.976.3131.11-
YUV61.62180.14165.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 154 (60.55% from 255) = 54.04%
R=40%
G=5.96%
B=54.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114171540.260.8900.40282.4880.1233.53
Hex72119A1A5902811a5022
Octal162212323213105043212042
Binary1110010100011001101011010101100101010001000110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72119A; }

 p { color: rgb(114,17,154); }

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

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

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

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

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

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

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