Shades of Dark Magenta #70059D
Tints of Dark Magenta #70059D
RGB
CMYK
RGB Variations
Color information
#70059D (or 0x70059D) is known color: Dark Magenta. HEX triplet: 70, 05 and 9D. RGB value is (112,5,157). Sum of RGB (Red+Green+Blue) = 112+5+157=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #70059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70059D is #8FFA62. Grayscale: #353535. Windows color (decimal): -9435747 or 10290544. OLE color: 10290544.
HSL color Cylindrical-coordinate representation of color #70059D: hue angle of 282.24º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70059D is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 5 | 157 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.38 |
| HSL | 282.24º | 0.94% | 0.32% | - |
| HSV(B) | 282.24º | 0.97% | 0.62% | - |
| XYZ | 12.82 | 5.99 | 32.38 | - |
| YUV | 54.32 | 185.95 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 157 | 0.29 | 0.97 | 0 | 0.38 | 282.24 | 0.94 | 0.32 |
| Hex | 70 | 5 | 9D | 1D | 61 | 0 | 26 | 11A | 5E | 20 |
| Octal | 160 | 5 | 235 | 35 | 141 | 0 | 46 | 432 | 136 | 40 |
| Binary | 1110000 | 101 | 10011101 | 11101 | 1100001 | 0 | 100110 | 100011010 | 1011110 | 100000 |
Color Harmonies of #70059D
Complementary color
Monochromatic Colors of #70059D
Black with #70059D
Text Example
Text Example
White with #70059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70059D; }
p { color: rgb(112,5,157); }
H1.HeaderClassName
{
color: #70059D;
}
.AnyTagClassName
{
color: #70059D;
}
</style>
background-color css
<style>
a { background-color: #70059D; }
a { background-color: rgb(112,5,157); }
div.DivClassName
{
background-color: #70059D;
}
.BgClassName
{
background-color: #70059D;
}
</style>
border-color css
<style>
span { border-color: #70059D; }
span { border-color: rgb(112,5,157); }
td.TdClassName
{
border-color: #70059D;
}
.TagClassName
{
border-color: #70059D;
}
</style>