Shades of Dark Magenta #72059C
Tints of Dark Magenta #72059C
RGB
CMYK
RGB Variations
Color information
#72059C (or 0x72059C) is known color: Dark Magenta. HEX triplet: 72, 05 and 9C. RGB value is (114,5,156). Sum of RGB (Red+Green+Blue) = 114+5+156=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #72059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72059C is #8DFA63. Grayscale: #363636. Windows color (decimal): -9304676 or 10225010. OLE color: 10225010.
HSL color Cylindrical-coordinate representation of color #72059C: hue angle of 283.31º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72059C is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 5 | 156 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.39 |
| HSL | 283.31º | 0.94% | 0.32% | - |
| HSV(B) | 283.31º | 0.97% | 0.61% | - |
| XYZ | 12.99 | 6.09 | 31.94 | - |
| YUV | 54.81 | 185.11 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 156 | 0.27 | 0.97 | 0 | 0.39 | 283.31 | 0.94 | 0.32 |
| Hex | 72 | 5 | 9C | 1B | 61 | 0 | 27 | 11B | 5E | 20 |
| Octal | 162 | 5 | 234 | 33 | 141 | 0 | 47 | 433 | 136 | 40 |
| Binary | 1110010 | 101 | 10011100 | 11011 | 1100001 | 0 | 100111 | 100011011 | 1011110 | 100000 |
Color Harmonies of #72059C
Complementary color
Monochromatic Colors of #72059C
Black with #72059C
Text Example
Text Example
White with #72059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72059C; }
p { color: rgb(114,5,156); }
H1.HeaderClassName
{
color: #72059C;
}
.AnyTagClassName
{
color: #72059C;
}
</style>
background-color css
<style>
a { background-color: #72059C; }
a { background-color: rgb(114,5,156); }
div.DivClassName
{
background-color: #72059C;
}
.BgClassName
{
background-color: #72059C;
}
</style>
border-color css
<style>
span { border-color: #72059C; }
span { border-color: rgb(114,5,156); }
td.TdClassName
{
border-color: #72059C;
}
.TagClassName
{
border-color: #72059C;
}
</style>