Shades of Dark Magenta #70099F
Tints of Dark Magenta #70099F
RGB
CMYK
RGB Variations
Color information
#70099F (or 0x70099F) is known color: Dark Magenta. HEX triplet: 70, 09 and 9F. RGB value is (112,9,159). Sum of RGB (Red+Green+Blue) = 112+9+159=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #70099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70099F is #8FF660. Grayscale: #383838. Windows color (decimal): -9434721 or 10422640. OLE color: 10422640.
HSL color Cylindrical-coordinate representation of color #70099F: hue angle of 281.2º 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 #70099F is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 9 | 159 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.38 |
| HSL | 281.2º | 0.89% | 0.33% | - |
| HSV(B) | 281.2º | 0.94% | 0.62% | - |
| XYZ | 13.04 | 6.14 | 33.3 | - |
| YUV | 56.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 159 | 0.30 | 0.94 | 0 | 0.38 | 281.2 | 0.89 | 0.33 |
| Hex | 70 | 9 | 9F | 1E | 5E | 0 | 26 | 119 | 59 | 21 |
| Octal | 160 | 11 | 237 | 36 | 136 | 0 | 46 | 431 | 131 | 41 |
| Binary | 1110000 | 1001 | 10011111 | 11110 | 1011110 | 0 | 100110 | 100011001 | 1011001 | 100001 |
Color Harmonies of #70099F
Complementary color
Monochromatic Colors of #70099F
Black with #70099F
Text Example
Text Example
White with #70099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70099F; }
p { color: rgb(112,9,159); }
H1.HeaderClassName
{
color: #70099F;
}
.AnyTagClassName
{
color: #70099F;
}
</style>
background-color css
<style>
a { background-color: #70099F; }
a { background-color: rgb(112,9,159); }
div.DivClassName
{
background-color: #70099F;
}
.BgClassName
{
background-color: #70099F;
}
</style>
border-color css
<style>
span { border-color: #70099F; }
span { border-color: rgb(112,9,159); }
td.TdClassName
{
border-color: #70099F;
}
.TagClassName
{
border-color: #70099F;
}
</style>