Shades of Dark Magenta #72059E
Tints of Dark Magenta #72059E
RGB
CMYK
RGB Variations
Color information
#72059E (or 0x72059E) is known color: Dark Magenta. HEX triplet: 72, 05 and 9E. RGB value is (114,5,158). Sum of RGB (Red+Green+Blue) = 114+5+158=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #72059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72059E is #8DFA61. Grayscale: #363636. Windows color (decimal): -9304674 or 10356082. OLE color: 10356082.
HSL color Cylindrical-coordinate representation of color #72059E: hue angle of 282.75º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72059E is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 5 | 158 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.38 |
| HSL | 282.75º | 0.94% | 0.32% | - |
| HSV(B) | 282.75º | 0.97% | 0.62% | - |
| XYZ | 13.17 | 6.15 | 32.84 | - |
| YUV | 55.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 158 | 0.28 | 0.97 | 0 | 0.38 | 282.75 | 0.94 | 0.32 |
| Hex | 72 | 5 | 9E | 1C | 61 | 0 | 26 | 11B | 5E | 20 |
| Octal | 162 | 5 | 236 | 34 | 141 | 0 | 46 | 433 | 136 | 40 |
| Binary | 1110010 | 101 | 10011110 | 11100 | 1100001 | 0 | 100110 | 100011011 | 1011110 | 100000 |
Color Harmonies of #72059E
Complementary color
Monochromatic Colors of #72059E
Black with #72059E
Text Example
Text Example
White with #72059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72059E; }
p { color: rgb(114,5,158); }
H1.HeaderClassName
{
color: #72059E;
}
.AnyTagClassName
{
color: #72059E;
}
</style>
background-color css
<style>
a { background-color: #72059E; }
a { background-color: rgb(114,5,158); }
div.DivClassName
{
background-color: #72059E;
}
.BgClassName
{
background-color: #72059E;
}
</style>
border-color css
<style>
span { border-color: #72059E; }
span { border-color: rgb(114,5,158); }
td.TdClassName
{
border-color: #72059E;
}
.TagClassName
{
border-color: #72059E;
}
</style>