Shades of Dark Magenta #720EA6
Tints of Dark Magenta #720EA6
RGB
CMYK
RGB Variations
Color information
#720EA6 (or 0x720EA6) is known color: Dark Magenta. HEX triplet: 72, 0E and A6. RGB value is (114,14,166). Sum of RGB (Red+Green+Blue) = 114+14+166=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 166 (65.23% from 255 or 56.46% from 294); Max value from RGB is 166 - color contains mainly: blue. Hex color #720EA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720EA6 is #8DF159. Grayscale: #3C3C3C. Windows color (decimal): -9302362 or 10882674. OLE color: 10882674.
HSL color Cylindrical-coordinate representation of color #720EA6: hue angle of 279.47º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720EA6 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 14 | 166 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.35 |
| HSL | 279.47º | 0.84% | 0.35% | - |
| HSV(B) | 279.47º | 0.92% | 0.65% | - |
| XYZ | 13.98 | 6.64 | 36.62 | - |
| YUV | 61.23 | 187.13 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 166 | 0.31 | 0.92 | 0 | 0.35 | 279.47 | 0.84 | 0.35 |
| Hex | 72 | E | A6 | 1F | 5C | 0 | 23 | 117 | 54 | 23 |
| Octal | 162 | 16 | 246 | 37 | 134 | 0 | 43 | 427 | 124 | 43 |
| Binary | 1110010 | 1110 | 10100110 | 11111 | 1011100 | 0 | 100011 | 100010111 | 1010100 | 100011 |
Color Harmonies of #720EA6
Complementary color
Monochromatic Colors of #720EA6
Black with #720EA6
Text Example
Text Example
White with #720EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720EA6; }
p { color: rgb(114,14,166); }
H1.HeaderClassName
{
color: #720EA6;
}
.AnyTagClassName
{
color: #720EA6;
}
</style>
background-color css
<style>
a { background-color: #720EA6; }
a { background-color: rgb(114,14,166); }
div.DivClassName
{
background-color: #720EA6;
}
.BgClassName
{
background-color: #720EA6;
}
</style>
border-color css
<style>
span { border-color: #720EA6; }
span { border-color: rgb(114,14,166); }
td.TdClassName
{
border-color: #720EA6;
}
.TagClassName
{
border-color: #720EA6;
}
</style>