Shades of Dark Magenta #70009E
Tints of Dark Magenta #70009E
RGB
CMYK
RGB Variations
Color information
#70009E (or 0x70009E) is known color: Dark Magenta. HEX triplet: 70, 00 and 9E. RGB value is (112,0,158). Sum of RGB (Red+Green+Blue) = 112+0+158=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #70009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70009E is #8FFF61. Grayscale: #323232. Windows color (decimal): -9437026 or 10354800. OLE color: 10354800.
HSL color Cylindrical-coordinate representation of color #70009E: hue angle of 282.53º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70009E is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 0 | 158 | - |
| CMYK | 0.29 | 1 | 0 | 0.38 |
| HSL | 282.53º | 1% | 0.31% | - |
| HSV(B) | 282.53º | 1% | 0.62% | - |
| XYZ | 12.85 | 5.91 | 32.81 | - |
| YUV | 51.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 158 | 0.29 | 1 | 0 | 0.38 | 282.53 | 1 | 0.31 |
| Hex | 70 | 0 | 9E | 1D | 64 | 0 | 26 | 11B | 64 | 1F |
| Octal | 160 | 0 | 236 | 35 | 144 | 0 | 46 | 433 | 144 | 37 |
| Binary | 1110000 | 0 | 10011110 | 11101 | 1100100 | 0 | 100110 | 100011011 | 1100100 | 11111 |
Color Harmonies of #70009E
Complementary color
Monochromatic Colors of #70009E
Black with #70009E
Text Example
Text Example
White with #70009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70009E; }
p { color: rgb(112,0,158); }
H1.HeaderClassName
{
color: #70009E;
}
.AnyTagClassName
{
color: #70009E;
}
</style>
background-color css
<style>
a { background-color: #70009E; }
a { background-color: rgb(112,0,158); }
div.DivClassName
{
background-color: #70009E;
}
.BgClassName
{
background-color: #70009E;
}
</style>
border-color css
<style>
span { border-color: #70009E; }
span { border-color: rgb(112,0,158); }
td.TdClassName
{
border-color: #70009E;
}
.TagClassName
{
border-color: #70009E;
}
</style>