Shades of Dark Magenta #70099E
Tints of Dark Magenta #70099E
RGB
CMYK
RGB Variations
Color information
#70099E (or 0x70099E) is known color: Dark Magenta. HEX triplet: 70, 09 and 9E. RGB value is (112,9,158). Sum of RGB (Red+Green+Blue) = 112+9+158=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #70099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70099E is #8FF661. Grayscale: #383838. Windows color (decimal): -9434722 or 10357104. OLE color: 10357104.
HSL color Cylindrical-coordinate representation of color #70099E: hue angle of 281.48º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70099E is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 9 | 158 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.38 |
| HSL | 281.48º | 0.89% | 0.33% | - |
| HSV(B) | 281.48º | 0.94% | 0.62% | - |
| XYZ | 12.95 | 6.11 | 32.84 | - |
| YUV | 56.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 158 | 0.29 | 0.94 | 0 | 0.38 | 281.48 | 0.89 | 0.33 |
| Hex | 70 | 9 | 9E | 1D | 5E | 0 | 26 | 119 | 59 | 21 |
| Octal | 160 | 11 | 236 | 35 | 136 | 0 | 46 | 431 | 131 | 41 |
| Binary | 1110000 | 1001 | 10011110 | 11101 | 1011110 | 0 | 100110 | 100011001 | 1011001 | 100001 |
Color Harmonies of #70099E
Complementary color
Monochromatic Colors of #70099E
Black with #70099E
Text Example
Text Example
White with #70099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70099E; }
p { color: rgb(112,9,158); }
H1.HeaderClassName
{
color: #70099E;
}
.AnyTagClassName
{
color: #70099E;
}
</style>
background-color css
<style>
a { background-color: #70099E; }
a { background-color: rgb(112,9,158); }
div.DivClassName
{
background-color: #70099E;
}
.BgClassName
{
background-color: #70099E;
}
</style>
border-color css
<style>
span { border-color: #70099E; }
span { border-color: rgb(112,9,158); }
td.TdClassName
{
border-color: #70099E;
}
.TagClassName
{
border-color: #70099E;
}
</style>