Shades of Dark Magenta #71039F
Tints of Dark Magenta #71039F
RGB
CMYK
RGB Variations
Color information
#71039F (or 0x71039F) is known color: Dark Magenta. HEX triplet: 71, 03 and 9F. RGB value is (113,3,159). Sum of RGB (Red+Green+Blue) = 113+3+159=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #71039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71039F is #8EFC60. Grayscale: #353535. Windows color (decimal): -9370721 or 10421105. OLE color: 10421105.
HSL color Cylindrical-coordinate representation of color #71039F: hue angle of 282.31º 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 #71039F is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 3 | 159 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.38 |
| HSL | 282.31º | 0.96% | 0.32% | - |
| HSV(B) | 282.31º | 0.98% | 0.62% | - |
| XYZ | 13.1 | 6.08 | 33.28 | - |
| YUV | 53.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 159 | 0.29 | 0.98 | 0 | 0.38 | 282.31 | 0.96 | 0.32 |
| Hex | 71 | 3 | 9F | 1D | 62 | 0 | 26 | 11A | 60 | 20 |
| Octal | 161 | 3 | 237 | 35 | 142 | 0 | 46 | 432 | 140 | 40 |
| Binary | 1110001 | 11 | 10011111 | 11101 | 1100010 | 0 | 100110 | 100011010 | 1100000 | 100000 |
Color Harmonies of #71039F
Complementary color
Monochromatic Colors of #71039F
Black with #71039F
Text Example
Text Example
White with #71039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71039F; }
p { color: rgb(113,3,159); }
H1.HeaderClassName
{
color: #71039F;
}
.AnyTagClassName
{
color: #71039F;
}
</style>
background-color css
<style>
a { background-color: #71039F; }
a { background-color: rgb(113,3,159); }
div.DivClassName
{
background-color: #71039F;
}
.BgClassName
{
background-color: #71039F;
}
</style>
border-color css
<style>
span { border-color: #71039F; }
span { border-color: rgb(113,3,159); }
td.TdClassName
{
border-color: #71039F;
}
.TagClassName
{
border-color: #71039F;
}
</style>