Shades of Dark Magenta #720F9A
Tints of Dark Magenta #720F9A
RGB
CMYK
RGB Variations
Color information
#720F9A (or 0x720F9A) is known color: Dark Magenta. HEX triplet: 72, 0F and 9A. RGB value is (114,15,154). Sum of RGB (Red+Green+Blue) = 114+15+154=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #720F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720F9A is #8DF065. Grayscale: #3B3B3B. Windows color (decimal): -9302118 or 10096498. OLE color: 10096498.
HSL color Cylindrical-coordinate representation of color #720F9A: hue angle of 282.73º 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 #720F9A is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 15 | 154 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.40 |
| HSL | 282.73º | 0.82% | 0.33% | - |
| HSV(B) | 282.73º | 0.9% | 0.6% | - |
| XYZ | 12.94 | 6.25 | 31.1 | - |
| YUV | 60.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 154 | 0.26 | 0.90 | 0 | 0.40 | 282.73 | 0.82 | 0.33 |
| Hex | 72 | F | 9A | 1A | 5A | 0 | 28 | 11B | 52 | 21 |
| Octal | 162 | 17 | 232 | 32 | 132 | 0 | 50 | 433 | 122 | 41 |
| Binary | 1110010 | 1111 | 10011010 | 11010 | 1011010 | 0 | 101000 | 100011011 | 1010010 | 100001 |
Color Harmonies of #720F9A
Complementary color
Monochromatic Colors of #720F9A
Black with #720F9A
Text Example
Text Example
White with #720F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F9A; }
p { color: rgb(114,15,154); }
H1.HeaderClassName
{
color: #720F9A;
}
.AnyTagClassName
{
color: #720F9A;
}
</style>
background-color css
<style>
a { background-color: #720F9A; }
a { background-color: rgb(114,15,154); }
div.DivClassName
{
background-color: #720F9A;
}
.BgClassName
{
background-color: #720F9A;
}
</style>
border-color css
<style>
span { border-color: #720F9A; }
span { border-color: rgb(114,15,154); }
td.TdClassName
{
border-color: #720F9A;
}
.TagClassName
{
border-color: #720F9A;
}
</style>