Shades of Dark Magenta #72109B
Tints of Dark Magenta #72109B
RGB
CMYK
RGB Variations
Color information
#72109B (or 0x72109B) is known color: Dark Magenta. HEX triplet: 72, 10 and 9B. RGB value is (114,16,155). Sum of RGB (Red+Green+Blue) = 114+16+155=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #72109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72109B is #8DEF64. Grayscale: #3C3C3C. Windows color (decimal): -9301861 or 10162290. OLE color: 10162290.
HSL color Cylindrical-coordinate representation of color #72109B: hue angle of 282.3º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72109B is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 16 | 155 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.39 |
| HSL | 282.3º | 0.81% | 0.34% | - |
| HSV(B) | 282.3º | 0.9% | 0.61% | - |
| XYZ | 13.04 | 6.31 | 31.54 | - |
| YUV | 61.15 | 180.97 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 155 | 0.26 | 0.90 | 0 | 0.39 | 282.3 | 0.81 | 0.34 |
| Hex | 72 | 10 | 9B | 1A | 5A | 0 | 27 | 11A | 51 | 22 |
| Octal | 162 | 20 | 233 | 32 | 132 | 0 | 47 | 432 | 121 | 42 |
| Binary | 1110010 | 10000 | 10011011 | 11010 | 1011010 | 0 | 100111 | 100011010 | 1010001 | 100010 |
Color Harmonies of #72109B
Complementary color
Monochromatic Colors of #72109B
Black with #72109B
Text Example
Text Example
White with #72109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72109B; }
p { color: rgb(114,16,155); }
H1.HeaderClassName
{
color: #72109B;
}
.AnyTagClassName
{
color: #72109B;
}
</style>
background-color css
<style>
a { background-color: #72109B; }
a { background-color: rgb(114,16,155); }
div.DivClassName
{
background-color: #72109B;
}
.BgClassName
{
background-color: #72109B;
}
</style>
border-color css
<style>
span { border-color: #72109B; }
span { border-color: rgb(114,16,155); }
td.TdClassName
{
border-color: #72109B;
}
.TagClassName
{
border-color: #72109B;
}
</style>