Shades of Dark Magenta #70039F
Tints of Dark Magenta #70039F
RGB
CMYK
RGB Variations
Color information
#70039F (or 0x70039F) is known color: Dark Magenta. HEX triplet: 70, 03 and 9F. RGB value is (112,3,159). Sum of RGB (Red+Green+Blue) = 112+3+159=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #70039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70039F is #8FFC60. Grayscale: #343434. Windows color (decimal): -9436257 or 10421104. OLE color: 10421104.
HSL color Cylindrical-coordinate representation of color #70039F: hue angle of 281.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70039F is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 3 | 159 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.38 |
| HSL | 281.92º | 0.96% | 0.32% | - |
| HSV(B) | 281.92º | 0.98% | 0.62% | - |
| XYZ | 12.97 | 6.01 | 33.28 | - |
| YUV | 53.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 159 | 0.30 | 0.98 | 0 | 0.38 | 281.92 | 0.96 | 0.32 |
| Hex | 70 | 3 | 9F | 1E | 62 | 0 | 26 | 11A | 60 | 20 |
| Octal | 160 | 3 | 237 | 36 | 142 | 0 | 46 | 432 | 140 | 40 |
| Binary | 1110000 | 11 | 10011111 | 11110 | 1100010 | 0 | 100110 | 100011010 | 1100000 | 100000 |
Color Harmonies of #70039F
Complementary color
Monochromatic Colors of #70039F
Black with #70039F
Text Example
Text Example
White with #70039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70039F; }
p { color: rgb(112,3,159); }
H1.HeaderClassName
{
color: #70039F;
}
.AnyTagClassName
{
color: #70039F;
}
</style>
background-color css
<style>
a { background-color: #70039F; }
a { background-color: rgb(112,3,159); }
div.DivClassName
{
background-color: #70039F;
}
.BgClassName
{
background-color: #70039F;
}
</style>
border-color css
<style>
span { border-color: #70039F; }
span { border-color: rgb(112,3,159); }
td.TdClassName
{
border-color: #70039F;
}
.TagClassName
{
border-color: #70039F;
}
</style>