Shades of Dark Magenta #70109E
Tints of Dark Magenta #70109E
RGB
CMYK
RGB Variations
Color information
#70109E (or 0x70109E) is known color: Dark Magenta. HEX triplet: 70, 10 and 9E. RGB value is (112,16,158). Sum of RGB (Red+Green+Blue) = 112+16+158=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #70109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70109E is #8FEF61. Grayscale: #3C3C3C. Windows color (decimal): -9432930 or 10358896. OLE color: 10358896.
HSL color Cylindrical-coordinate representation of color #70109E: hue angle of 280.56º 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 #70109E is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 16 | 158 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.38 |
| HSL | 280.56º | 0.82% | 0.34% | - |
| HSV(B) | 280.56º | 0.9% | 0.62% | - |
| XYZ | 13.04 | 6.28 | 32.87 | - |
| YUV | 60.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 158 | 0.29 | 0.90 | 0 | 0.38 | 280.56 | 0.82 | 0.34 |
| Hex | 70 | 10 | 9E | 1D | 5A | 0 | 26 | 119 | 52 | 22 |
| Octal | 160 | 20 | 236 | 35 | 132 | 0 | 46 | 431 | 122 | 42 |
| Binary | 1110000 | 10000 | 10011110 | 11101 | 1011010 | 0 | 100110 | 100011001 | 1010010 | 100010 |
Color Harmonies of #70109E
Complementary color
Monochromatic Colors of #70109E
Black with #70109E
Text Example
Text Example
White with #70109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70109E; }
p { color: rgb(112,16,158); }
H1.HeaderClassName
{
color: #70109E;
}
.AnyTagClassName
{
color: #70109E;
}
</style>
background-color css
<style>
a { background-color: #70109E; }
a { background-color: rgb(112,16,158); }
div.DivClassName
{
background-color: #70109E;
}
.BgClassName
{
background-color: #70109E;
}
</style>
border-color css
<style>
span { border-color: #70109E; }
span { border-color: rgb(112,16,158); }
td.TdClassName
{
border-color: #70109E;
}
.TagClassName
{
border-color: #70109E;
}
</style>