Shades of Dark Magenta #720F99
Tints of Dark Magenta #720F99
RGB
CMYK
RGB Variations
Color information
#720F99 (or 0x720F99) is known color: Dark Magenta. HEX triplet: 72, 0F and 99. RGB value is (114,15,153). Sum of RGB (Red+Green+Blue) = 114+15+153=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #720F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720F99 is #8DF066. Grayscale: #3B3B3B. Windows color (decimal): -9302119 or 10030962. OLE color: 10030962.
HSL color Cylindrical-coordinate representation of color #720F99: hue angle of 283.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720F99 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 15 | 153 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.4 |
| HSL | 283.04º | 0.82% | 0.33% | - |
| HSV(B) | 283.04º | 0.9% | 0.6% | - |
| XYZ | 12.86 | 6.22 | 30.66 | - |
| YUV | 60.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 153 | 0.25 | 0.90 | 0 | 0.4 | 283.04 | 0.82 | 0.33 |
| Hex | 72 | F | 99 | 19 | 5A | 0 | 28 | 11B | 52 | 21 |
| Octal | 162 | 17 | 231 | 31 | 132 | 0 | 50 | 433 | 122 | 41 |
| Binary | 1110010 | 1111 | 10011001 | 11001 | 1011010 | 0 | 101000 | 100011011 | 1010010 | 100001 |
Color Harmonies of #720F99
Complementary color
Monochromatic Colors of #720F99
Black with #720F99
Text Example
Text Example
White with #720F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F99; }
p { color: rgb(114,15,153); }
H1.HeaderClassName
{
color: #720F99;
}
.AnyTagClassName
{
color: #720F99;
}
</style>
background-color css
<style>
a { background-color: #720F99; }
a { background-color: rgb(114,15,153); }
div.DivClassName
{
background-color: #720F99;
}
.BgClassName
{
background-color: #720F99;
}
</style>
border-color css
<style>
span { border-color: #720F99; }
span { border-color: rgb(114,15,153); }
td.TdClassName
{
border-color: #720F99;
}
.TagClassName
{
border-color: #720F99;
}
</style>