Shades of Dark Magenta #70089F
Tints of Dark Magenta #70089F
RGB
CMYK
RGB Variations
Color information
#70089F (or 0x70089F) is known color: Dark Magenta. HEX triplet: 70, 08 and 9F. RGB value is (112,8,159). Sum of RGB (Red+Green+Blue) = 112+8+159=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #70089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70089F is #8FF760. Grayscale: #373737. Windows color (decimal): -9434977 or 10422384. OLE color: 10422384.
HSL color Cylindrical-coordinate representation of color #70089F: hue angle of 281.32º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70089F is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 8 | 159 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.38 |
| HSL | 281.32º | 0.9% | 0.33% | - |
| HSV(B) | 281.32º | 0.95% | 0.62% | - |
| XYZ | 13.03 | 6.12 | 33.3 | - |
| YUV | 56.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 159 | 0.30 | 0.95 | 0 | 0.38 | 281.32 | 0.9 | 0.33 |
| Hex | 70 | 8 | 9F | 1E | 5F | 0 | 26 | 119 | 5A | 21 |
| Octal | 160 | 10 | 237 | 36 | 137 | 0 | 46 | 431 | 132 | 41 |
| Binary | 1110000 | 1000 | 10011111 | 11110 | 1011111 | 0 | 100110 | 100011001 | 1011010 | 100001 |
Color Harmonies of #70089F
Complementary color
Monochromatic Colors of #70089F
Black with #70089F
Text Example
Text Example
White with #70089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70089F; }
p { color: rgb(112,8,159); }
H1.HeaderClassName
{
color: #70089F;
}
.AnyTagClassName
{
color: #70089F;
}
</style>
background-color css
<style>
a { background-color: #70089F; }
a { background-color: rgb(112,8,159); }
div.DivClassName
{
background-color: #70089F;
}
.BgClassName
{
background-color: #70089F;
}
</style>
border-color css
<style>
span { border-color: #70089F; }
span { border-color: rgb(112,8,159); }
td.TdClassName
{
border-color: #70089F;
}
.TagClassName
{
border-color: #70089F;
}
</style>