Shades of Dark Magenta #70109C
Tints of Dark Magenta #70109C
RGB
CMYK
RGB Variations
Color information
#70109C (or 0x70109C) is known color: Dark Magenta. HEX triplet: 70, 10 and 9C. RGB value is (112,16,156). Sum of RGB (Red+Green+Blue) = 112+16+156=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #70109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70109C is #8FEF63. Grayscale: #3C3C3C. Windows color (decimal): -9432932 or 10227824. OLE color: 10227824.
HSL color Cylindrical-coordinate representation of color #70109C: hue angle of 281.14º 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 #70109C is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 16 | 156 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.39 |
| HSL | 281.14º | 0.81% | 0.34% | - |
| HSV(B) | 281.14º | 0.9% | 0.61% | - |
| XYZ | 12.87 | 6.22 | 31.97 | - |
| YUV | 60.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 156 | 0.28 | 0.90 | 0 | 0.39 | 281.14 | 0.81 | 0.34 |
| Hex | 70 | 10 | 9C | 1C | 5A | 0 | 27 | 119 | 51 | 22 |
| Octal | 160 | 20 | 234 | 34 | 132 | 0 | 47 | 431 | 121 | 42 |
| Binary | 1110000 | 10000 | 10011100 | 11100 | 1011010 | 0 | 100111 | 100011001 | 1010001 | 100010 |
Color Harmonies of #70109C
Complementary color
Monochromatic Colors of #70109C
Black with #70109C
Text Example
Text Example
White with #70109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70109C; }
p { color: rgb(112,16,156); }
H1.HeaderClassName
{
color: #70109C;
}
.AnyTagClassName
{
color: #70109C;
}
</style>
background-color css
<style>
a { background-color: #70109C; }
a { background-color: rgb(112,16,156); }
div.DivClassName
{
background-color: #70109C;
}
.BgClassName
{
background-color: #70109C;
}
</style>
border-color css
<style>
span { border-color: #70109C; }
span { border-color: rgb(112,16,156); }
td.TdClassName
{
border-color: #70109C;
}
.TagClassName
{
border-color: #70109C;
}
</style>