Shades of Dark Magenta #70029C
Tints of Dark Magenta #70029C
RGB
CMYK
RGB Variations
Color information
#70029C (or 0x70029C) is known color: Dark Magenta. HEX triplet: 70, 02 and 9C. RGB value is (112,2,156). Sum of RGB (Red+Green+Blue) = 112+2+156=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #70029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70029C is #8FFD63. Grayscale: #333333. Windows color (decimal): -9436516 or 10224240. OLE color: 10224240.
HSL color Cylindrical-coordinate representation of color #70029C: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70029C is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 2 | 156 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.39 |
| HSL | 282.86º | 0.97% | 0.31% | - |
| HSV(B) | 282.86º | 0.99% | 0.61% | - |
| XYZ | 12.7 | 5.89 | 31.92 | - |
| YUV | 52.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 156 | 0.28 | 0.99 | 0 | 0.39 | 282.86 | 0.97 | 0.31 |
| Hex | 70 | 2 | 9C | 1C | 63 | 0 | 27 | 11B | 61 | 1F |
| Octal | 160 | 2 | 234 | 34 | 143 | 0 | 47 | 433 | 141 | 37 |
| Binary | 1110000 | 10 | 10011100 | 11100 | 1100011 | 0 | 100111 | 100011011 | 1100001 | 11111 |
Color Harmonies of #70029C
Complementary color
Monochromatic Colors of #70029C
Black with #70029C
Text Example
Text Example
White with #70029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70029C; }
p { color: rgb(112,2,156); }
H1.HeaderClassName
{
color: #70029C;
}
.AnyTagClassName
{
color: #70029C;
}
</style>
background-color css
<style>
a { background-color: #70029C; }
a { background-color: rgb(112,2,156); }
div.DivClassName
{
background-color: #70029C;
}
.BgClassName
{
background-color: #70029C;
}
</style>
border-color css
<style>
span { border-color: #70029C; }
span { border-color: rgb(112,2,156); }
td.TdClassName
{
border-color: #70029C;
}
.TagClassName
{
border-color: #70029C;
}
</style>