Shades of Dark Magenta #72009B
Tints of Dark Magenta #72009B
RGB
CMYK
RGB Variations
Color information
#72009B (or 0x72009B) is known color: Dark Magenta. HEX triplet: 72, 00 and 9B. RGB value is (114,0,155). Sum of RGB (Red+Green+Blue) = 114+0+155=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #72009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72009B is #8DFF64. Grayscale: #333333. Windows color (decimal): -9305957 or 10158194. OLE color: 10158194.
HSL color Cylindrical-coordinate representation of color #72009B: hue angle of 284.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72009B is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 0 | 155 | - |
| CMYK | 0.26 | 1 | 0 | 0.39 |
| HSL | 284.13º | 1% | 0.3% | - |
| HSV(B) | 284.13º | 1% | 0.61% | - |
| XYZ | 12.86 | 5.94 | 31.48 | - |
| YUV | 51.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 155 | 0.26 | 1 | 0 | 0.39 | 284.13 | 1 | 0.3 |
| Hex | 72 | 0 | 9B | 1A | 64 | 0 | 27 | 11C | 64 | 1E |
| Octal | 162 | 0 | 233 | 32 | 144 | 0 | 47 | 434 | 144 | 36 |
| Binary | 1110010 | 0 | 10011011 | 11010 | 1100100 | 0 | 100111 | 100011100 | 1100100 | 11110 |
Color Harmonies of #72009B
Complementary color
Monochromatic Colors of #72009B
Black with #72009B
Text Example
Text Example
White with #72009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72009B; }
p { color: rgb(114,0,155); }
H1.HeaderClassName
{
color: #72009B;
}
.AnyTagClassName
{
color: #72009B;
}
</style>
background-color css
<style>
a { background-color: #72009B; }
a { background-color: rgb(114,0,155); }
div.DivClassName
{
background-color: #72009B;
}
.BgClassName
{
background-color: #72009B;
}
</style>
border-color css
<style>
span { border-color: #72009B; }
span { border-color: rgb(114,0,155); }
td.TdClassName
{
border-color: #72009B;
}
.TagClassName
{
border-color: #72009B;
}
</style>