Shades of Dark Magenta #700E9D
Tints of Dark Magenta #700E9D
RGB
CMYK
RGB Variations
Color information
#700E9D (or 0x700E9D) is known color: Dark Magenta. HEX triplet: 70, 0E and 9D. RGB value is (112,14,157). Sum of RGB (Red+Green+Blue) = 112+14+157=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #700E9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700E9D is #8FF162. Grayscale: #3B3B3B. Windows color (decimal): -9433443 or 10292848. OLE color: 10292848.
HSL color Cylindrical-coordinate representation of color #700E9D: hue angle of 281.12º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700E9D is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 14 | 157 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.38 |
| HSL | 281.12º | 0.84% | 0.34% | - |
| HSV(B) | 281.12º | 0.91% | 0.62% | - |
| XYZ | 12.92 | 6.19 | 32.41 | - |
| YUV | 59.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 157 | 0.29 | 0.91 | 0 | 0.38 | 281.12 | 0.84 | 0.34 |
| Hex | 70 | E | 9D | 1D | 5B | 0 | 26 | 119 | 54 | 22 |
| Octal | 160 | 16 | 235 | 35 | 133 | 0 | 46 | 431 | 124 | 42 |
| Binary | 1110000 | 1110 | 10011101 | 11101 | 1011011 | 0 | 100110 | 100011001 | 1010100 | 100010 |
Color Harmonies of #700E9D
Complementary color
Monochromatic Colors of #700E9D
Black with #700E9D
Text Example
Text Example
White with #700E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E9D; }
p { color: rgb(112,14,157); }
H1.HeaderClassName
{
color: #700E9D;
}
.AnyTagClassName
{
color: #700E9D;
}
</style>
background-color css
<style>
a { background-color: #700E9D; }
a { background-color: rgb(112,14,157); }
div.DivClassName
{
background-color: #700E9D;
}
.BgClassName
{
background-color: #700E9D;
}
</style>
border-color css
<style>
span { border-color: #700E9D; }
span { border-color: rgb(112,14,157); }
td.TdClassName
{
border-color: #700E9D;
}
.TagClassName
{
border-color: #700E9D;
}
</style>