Shades of Dark Magenta #72029E
Tints of Dark Magenta #72029E
RGB
CMYK
RGB Variations
Color information
#72029E (or 0x72029E) is known color: Dark Magenta. HEX triplet: 72, 02 and 9E. RGB value is (114,2,158). Sum of RGB (Red+Green+Blue) = 114+2+158=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #72029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72029E is #8DFD61. Grayscale: #343434. Windows color (decimal): -9305442 or 10355314. OLE color: 10355314.
HSL color Cylindrical-coordinate representation of color #72029E: hue angle of 283.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72029E is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 2 | 158 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.38 |
| HSL | 283.08º | 0.98% | 0.31% | - |
| HSV(B) | 283.08º | 0.99% | 0.62% | - |
| XYZ | 13.13 | 6.09 | 32.83 | - |
| YUV | 53.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 158 | 0.28 | 0.99 | 0 | 0.38 | 283.08 | 0.98 | 0.31 |
| Hex | 72 | 2 | 9E | 1C | 63 | 0 | 26 | 11B | 62 | 1F |
| Octal | 162 | 2 | 236 | 34 | 143 | 0 | 46 | 433 | 142 | 37 |
| Binary | 1110010 | 10 | 10011110 | 11100 | 1100011 | 0 | 100110 | 100011011 | 1100010 | 11111 |
Color Harmonies of #72029E
Complementary color
Monochromatic Colors of #72029E
Black with #72029E
Text Example
Text Example
White with #72029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72029E; }
p { color: rgb(114,2,158); }
H1.HeaderClassName
{
color: #72029E;
}
.AnyTagClassName
{
color: #72029E;
}
</style>
background-color css
<style>
a { background-color: #72029E; }
a { background-color: rgb(114,2,158); }
div.DivClassName
{
background-color: #72029E;
}
.BgClassName
{
background-color: #72029E;
}
</style>
border-color css
<style>
span { border-color: #72029E; }
span { border-color: rgb(114,2,158); }
td.TdClassName
{
border-color: #72029E;
}
.TagClassName
{
border-color: #72029E;
}
</style>