Shades of Dark Magenta #70089B
Tints of Dark Magenta #70089B
RGB
CMYK
RGB Variations
Color information
#70089B (or 0x70089B) is known color: Dark Magenta. HEX triplet: 70, 08 and 9B. RGB value is (112,8,155). Sum of RGB (Red+Green+Blue) = 112+8+155=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #70089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70089B is #8FF764. Grayscale: #373737. Windows color (decimal): -9434981 or 10160240. OLE color: 10160240.
HSL color Cylindrical-coordinate representation of color #70089B: hue angle of 282.45º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70089B is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 8 | 155 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.39 |
| HSL | 282.45º | 0.9% | 0.32% | - |
| HSV(B) | 282.45º | 0.95% | 0.61% | - |
| XYZ | 12.69 | 5.98 | 31.5 | - |
| YUV | 55.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 155 | 0.28 | 0.95 | 0 | 0.39 | 282.45 | 0.9 | 0.32 |
| Hex | 70 | 8 | 9B | 1C | 5F | 0 | 27 | 11A | 5A | 20 |
| Octal | 160 | 10 | 233 | 34 | 137 | 0 | 47 | 432 | 132 | 40 |
| Binary | 1110000 | 1000 | 10011011 | 11100 | 1011111 | 0 | 100111 | 100011010 | 1011010 | 100000 |
Color Harmonies of #70089B
Complementary color
Monochromatic Colors of #70089B
Black with #70089B
Text Example
Text Example
White with #70089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70089B; }
p { color: rgb(112,8,155); }
H1.HeaderClassName
{
color: #70089B;
}
.AnyTagClassName
{
color: #70089B;
}
</style>
background-color css
<style>
a { background-color: #70089B; }
a { background-color: rgb(112,8,155); }
div.DivClassName
{
background-color: #70089B;
}
.BgClassName
{
background-color: #70089B;
}
</style>
border-color css
<style>
span { border-color: #70089B; }
span { border-color: rgb(112,8,155); }
td.TdClassName
{
border-color: #70089B;
}
.TagClassName
{
border-color: #70089B;
}
</style>