Shades of Dark Magenta #72019A
Tints of Dark Magenta #72019A
RGB
CMYK
RGB Variations
Color information
#72019A (or 0x72019A) is known color: Dark Magenta. HEX triplet: 72, 01 and 9A. RGB value is (114,1,154). Sum of RGB (Red+Green+Blue) = 114+1+154=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #72019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72019A is #8DFE65. Grayscale: #333333. Windows color (decimal): -9305702 or 10092914. OLE color: 10092914.
HSL color Cylindrical-coordinate representation of color #72019A: hue angle of 284.31º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72019A is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 1 | 154 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.40 |
| HSL | 284.31º | 0.99% | 0.3% | - |
| HSV(B) | 284.31º | 0.99% | 0.6% | - |
| XYZ | 12.78 | 5.93 | 31.04 | - |
| YUV | 52.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 154 | 0.26 | 0.99 | 0 | 0.40 | 284.31 | 0.99 | 0.3 |
| Hex | 72 | 1 | 9A | 1A | 63 | 0 | 28 | 11C | 63 | 1E |
| Octal | 162 | 1 | 232 | 32 | 143 | 0 | 50 | 434 | 143 | 36 |
| Binary | 1110010 | 1 | 10011010 | 11010 | 1100011 | 0 | 101000 | 100011100 | 1100011 | 11110 |
Color Harmonies of #72019A
Complementary color
Monochromatic Colors of #72019A
Black with #72019A
Text Example
Text Example
White with #72019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72019A; }
p { color: rgb(114,1,154); }
H1.HeaderClassName
{
color: #72019A;
}
.AnyTagClassName
{
color: #72019A;
}
</style>
background-color css
<style>
a { background-color: #72019A; }
a { background-color: rgb(114,1,154); }
div.DivClassName
{
background-color: #72019A;
}
.BgClassName
{
background-color: #72019A;
}
</style>
border-color css
<style>
span { border-color: #72019A; }
span { border-color: rgb(114,1,154); }
td.TdClassName
{
border-color: #72019A;
}
.TagClassName
{
border-color: #72019A;
}
</style>