Shades of Dark Magenta #72029A
Tints of Dark Magenta #72029A
RGB
CMYK
RGB Variations
Color information
#72029A (or 0x72029A) is known color: Dark Magenta. HEX triplet: 72, 02 and 9A. RGB value is (114,2,154). Sum of RGB (Red+Green+Blue) = 114+2+154=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #72029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72029A is #8DFD65. Grayscale: #343434. Windows color (decimal): -9305446 or 10093170. OLE color: 10093170.
HSL color Cylindrical-coordinate representation of color #72029A: hue angle of 284.21º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72029A is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 2 | 154 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.40 |
| HSL | 284.21º | 0.97% | 0.31% | - |
| HSV(B) | 284.21º | 0.99% | 0.6% | - |
| XYZ | 12.79 | 5.95 | 31.05 | - |
| YUV | 52.82 | 185.11 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 154 | 0.26 | 0.99 | 0 | 0.40 | 284.21 | 0.97 | 0.31 |
| Hex | 72 | 2 | 9A | 1A | 63 | 0 | 28 | 11C | 61 | 1F |
| Octal | 162 | 2 | 232 | 32 | 143 | 0 | 50 | 434 | 141 | 37 |
| Binary | 1110010 | 10 | 10011010 | 11010 | 1100011 | 0 | 101000 | 100011100 | 1100001 | 11111 |
Color Harmonies of #72029A
Complementary color
Monochromatic Colors of #72029A
Black with #72029A
Text Example
Text Example
White with #72029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72029A; }
p { color: rgb(114,2,154); }
H1.HeaderClassName
{
color: #72029A;
}
.AnyTagClassName
{
color: #72029A;
}
</style>
background-color css
<style>
a { background-color: #72029A; }
a { background-color: rgb(114,2,154); }
div.DivClassName
{
background-color: #72029A;
}
.BgClassName
{
background-color: #72029A;
}
</style>
border-color css
<style>
span { border-color: #72029A; }
span { border-color: rgb(114,2,154); }
td.TdClassName
{
border-color: #72029A;
}
.TagClassName
{
border-color: #72029A;
}
</style>