Shades of Dark Magenta #72099D
Tints of Dark Magenta #72099D
RGB
CMYK
RGB Variations
Color information
#72099D (or 0x72099D) is known color: Dark Magenta. HEX triplet: 72, 09 and 9D. RGB value is (114,9,157). Sum of RGB (Red+Green+Blue) = 114+9+157=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #72099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72099D is #8DF662. Grayscale: #383838. Windows color (decimal): -9303651 or 10291570. OLE color: 10291570.
HSL color Cylindrical-coordinate representation of color #72099D: hue angle of 282.57º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72099D is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 9 | 157 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.38 |
| HSL | 282.57º | 0.89% | 0.33% | - |
| HSV(B) | 282.57º | 0.94% | 0.62% | - |
| XYZ | 13.12 | 6.21 | 32.4 | - |
| YUV | 57.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 157 | 0.27 | 0.94 | 0 | 0.38 | 282.57 | 0.89 | 0.33 |
| Hex | 72 | 9 | 9D | 1B | 5E | 0 | 26 | 11B | 59 | 21 |
| Octal | 162 | 11 | 235 | 33 | 136 | 0 | 46 | 433 | 131 | 41 |
| Binary | 1110010 | 1001 | 10011101 | 11011 | 1011110 | 0 | 100110 | 100011011 | 1011001 | 100001 |
Color Harmonies of #72099D
Complementary color
Monochromatic Colors of #72099D
Black with #72099D
Text Example
Text Example
White with #72099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72099D; }
p { color: rgb(114,9,157); }
H1.HeaderClassName
{
color: #72099D;
}
.AnyTagClassName
{
color: #72099D;
}
</style>
background-color css
<style>
a { background-color: #72099D; }
a { background-color: rgb(114,9,157); }
div.DivClassName
{
background-color: #72099D;
}
.BgClassName
{
background-color: #72099D;
}
</style>
border-color css
<style>
span { border-color: #72099D; }
span { border-color: rgb(114,9,157); }
td.TdClassName
{
border-color: #72099D;
}
.TagClassName
{
border-color: #72099D;
}
</style>