Shades of Dark Magenta #72019B
Tints of Dark Magenta #72019B
RGB
CMYK
RGB Variations
Color information
#72019B (or 0x72019B) is known color: Dark Magenta. HEX triplet: 72, 01 and 9B. RGB value is (114,1,155). Sum of RGB (Red+Green+Blue) = 114+1+155=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #72019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72019B is #8DFE64. Grayscale: #333333. Windows color (decimal): -9305701 or 10158450. OLE color: 10158450.
HSL color Cylindrical-coordinate representation of color #72019B: hue angle of 284.03º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72019B is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 1 | 155 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.39 |
| HSL | 284.03º | 0.99% | 0.31% | - |
| HSV(B) | 284.03º | 0.99% | 0.61% | - |
| XYZ | 12.87 | 5.97 | 31.48 | - |
| YUV | 52.34 | 185.94 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 155 | 0.26 | 0.99 | 0 | 0.39 | 284.03 | 0.99 | 0.31 |
| Hex | 72 | 1 | 9B | 1A | 63 | 0 | 27 | 11C | 63 | 1F |
| Octal | 162 | 1 | 233 | 32 | 143 | 0 | 47 | 434 | 143 | 37 |
| Binary | 1110010 | 1 | 10011011 | 11010 | 1100011 | 0 | 100111 | 100011100 | 1100011 | 11111 |
Color Harmonies of #72019B
Complementary color
Monochromatic Colors of #72019B
Black with #72019B
Text Example
Text Example
White with #72019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72019B; }
p { color: rgb(114,1,155); }
H1.HeaderClassName
{
color: #72019B;
}
.AnyTagClassName
{
color: #72019B;
}
</style>
background-color css
<style>
a { background-color: #72019B; }
a { background-color: rgb(114,1,155); }
div.DivClassName
{
background-color: #72019B;
}
.BgClassName
{
background-color: #72019B;
}
</style>
border-color css
<style>
span { border-color: #72019B; }
span { border-color: rgb(114,1,155); }
td.TdClassName
{
border-color: #72019B;
}
.TagClassName
{
border-color: #72019B;
}
</style>