Shades of Dark Magenta #73109D
Tints of Dark Magenta #73109D
RGB
CMYK
RGB Variations
Color information
#73109D (or 0x73109D) is known color: Dark Magenta. HEX triplet: 73, 10 and 9D. RGB value is (115,16,157). Sum of RGB (Red+Green+Blue) = 115+16+157=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #73109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73109D is #8CEF62. Grayscale: #3D3D3D. Windows color (decimal): -9236323 or 10293363. OLE color: 10293363.
HSL color Cylindrical-coordinate representation of color #73109D: hue angle of 282.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73109D is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 16 | 157 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.38 |
| HSL | 282.13º | 0.82% | 0.34% | - |
| HSV(B) | 282.13º | 0.9% | 0.62% | - |
| XYZ | 13.34 | 6.45 | 32.44 | - |
| YUV | 61.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 157 | 0.27 | 0.90 | 0 | 0.38 | 282.13 | 0.82 | 0.34 |
| Hex | 73 | 10 | 9D | 1B | 5A | 0 | 26 | 11A | 52 | 22 |
| Octal | 163 | 20 | 235 | 33 | 132 | 0 | 46 | 432 | 122 | 42 |
| Binary | 1110011 | 10000 | 10011101 | 11011 | 1011010 | 0 | 100110 | 100011010 | 1010010 | 100010 |
Color Harmonies of #73109D
Complementary color
Monochromatic Colors of #73109D
Black with #73109D
Text Example
Text Example
White with #73109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73109D; }
p { color: rgb(115,16,157); }
H1.HeaderClassName
{
color: #73109D;
}
.AnyTagClassName
{
color: #73109D;
}
</style>
background-color css
<style>
a { background-color: #73109D; }
a { background-color: rgb(115,16,157); }
div.DivClassName
{
background-color: #73109D;
}
.BgClassName
{
background-color: #73109D;
}
</style>
border-color css
<style>
span { border-color: #73109D; }
span { border-color: rgb(115,16,157); }
td.TdClassName
{
border-color: #73109D;
}
.TagClassName
{
border-color: #73109D;
}
</style>