Shades of Dark Magenta #70079D
Tints of Dark Magenta #70079D
RGB
CMYK
RGB Variations
Color information
#70079D (or 0x70079D) is known color: Dark Magenta. HEX triplet: 70, 07 and 9D. RGB value is (112,7,157). Sum of RGB (Red+Green+Blue) = 112+7+157=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #70079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70079D is #8FF862. Grayscale: #373737. Windows color (decimal): -9435235 or 10291056. OLE color: 10291056.
HSL color Cylindrical-coordinate representation of color #70079D: hue angle of 282º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70079D is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 7 | 157 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.38 |
| HSL | 282º | 0.91% | 0.32% | - |
| HSV(B) | 282º | 0.96% | 0.62% | - |
| XYZ | 12.84 | 6.03 | 32.39 | - |
| YUV | 55.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 157 | 0.29 | 0.96 | 0 | 0.38 | 282 | 0.91 | 0.32 |
| Hex | 70 | 7 | 9D | 1D | 60 | 0 | 26 | 11A | 5B | 20 |
| Octal | 160 | 7 | 235 | 35 | 140 | 0 | 46 | 432 | 133 | 40 |
| Binary | 1110000 | 111 | 10011101 | 11101 | 1100000 | 0 | 100110 | 100011010 | 1011011 | 100000 |
Color Harmonies of #70079D
Complementary color
Monochromatic Colors of #70079D
Black with #70079D
Text Example
Text Example
White with #70079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70079D; }
p { color: rgb(112,7,157); }
H1.HeaderClassName
{
color: #70079D;
}
.AnyTagClassName
{
color: #70079D;
}
</style>
background-color css
<style>
a { background-color: #70079D; }
a { background-color: rgb(112,7,157); }
div.DivClassName
{
background-color: #70079D;
}
.BgClassName
{
background-color: #70079D;
}
</style>
border-color css
<style>
span { border-color: #70079D; }
span { border-color: rgb(112,7,157); }
td.TdClassName
{
border-color: #70079D;
}
.TagClassName
{
border-color: #70079D;
}
</style>