Shades of Dark Magenta #720D99
Tints of Dark Magenta #720D99
RGB
CMYK
RGB Variations
Color information
#720D99 (or 0x720D99) is known color: Dark Magenta. HEX triplet: 72, 0D and 99. RGB value is (114,13,153). Sum of RGB (Red+Green+Blue) = 114+13+153=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #720D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720D99 is #8DF266. Grayscale: #3A3A3A. Windows color (decimal): -9302631 or 10030450. OLE color: 10030450.
HSL color Cylindrical-coordinate representation of color #720D99: hue angle of 283.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720D99 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 13 | 153 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.4 |
| HSL | 283.29º | 0.84% | 0.33% | - |
| HSV(B) | 283.29º | 0.92% | 0.6% | - |
| XYZ | 12.83 | 6.17 | 30.65 | - |
| YUV | 59.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 153 | 0.25 | 0.92 | 0 | 0.4 | 283.29 | 0.84 | 0.33 |
| Hex | 72 | D | 99 | 19 | 5C | 0 | 28 | 11B | 54 | 21 |
| Octal | 162 | 15 | 231 | 31 | 134 | 0 | 50 | 433 | 124 | 41 |
| Binary | 1110010 | 1101 | 10011001 | 11001 | 1011100 | 0 | 101000 | 100011011 | 1010100 | 100001 |
Color Harmonies of #720D99
Complementary color
Monochromatic Colors of #720D99
Black with #720D99
Text Example
Text Example
White with #720D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D99; }
p { color: rgb(114,13,153); }
H1.HeaderClassName
{
color: #720D99;
}
.AnyTagClassName
{
color: #720D99;
}
</style>
background-color css
<style>
a { background-color: #720D99; }
a { background-color: rgb(114,13,153); }
div.DivClassName
{
background-color: #720D99;
}
.BgClassName
{
background-color: #720D99;
}
</style>
border-color css
<style>
span { border-color: #720D99; }
span { border-color: rgb(114,13,153); }
td.TdClassName
{
border-color: #720D99;
}
.TagClassName
{
border-color: #720D99;
}
</style>