Shades of Dark Magenta #71019F
Tints of Dark Magenta #71019F
RGB
CMYK
RGB Variations
Color information
#71019F (or 0x71019F) is known color: Dark Magenta. HEX triplet: 71, 01 and 9F. RGB value is (113,1,159). Sum of RGB (Red+Green+Blue) = 113+1+159=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #71019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71019F is #8EFE60. Grayscale: #333333. Windows color (decimal): -9371233 or 10420593. OLE color: 10420593.
HSL color Cylindrical-coordinate representation of color #71019F: hue angle of 282.53º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71019F is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 1 | 159 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.38 |
| HSL | 282.53º | 0.99% | 0.31% | - |
| HSV(B) | 282.53º | 0.99% | 0.62% | - |
| XYZ | 13.08 | 6.04 | 33.28 | - |
| YUV | 52.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 159 | 0.29 | 0.99 | 0 | 0.38 | 282.53 | 0.99 | 0.31 |
| Hex | 71 | 1 | 9F | 1D | 63 | 0 | 26 | 11B | 63 | 1F |
| Octal | 161 | 1 | 237 | 35 | 143 | 0 | 46 | 433 | 143 | 37 |
| Binary | 1110001 | 1 | 10011111 | 11101 | 1100011 | 0 | 100110 | 100011011 | 1100011 | 11111 |
Color Harmonies of #71019F
Complementary color
Monochromatic Colors of #71019F
Black with #71019F
Text Example
Text Example
White with #71019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71019F; }
p { color: rgb(113,1,159); }
H1.HeaderClassName
{
color: #71019F;
}
.AnyTagClassName
{
color: #71019F;
}
</style>
background-color css
<style>
a { background-color: #71019F; }
a { background-color: rgb(113,1,159); }
div.DivClassName
{
background-color: #71019F;
}
.BgClassName
{
background-color: #71019F;
}
</style>
border-color css
<style>
span { border-color: #71019F; }
span { border-color: rgb(113,1,159); }
td.TdClassName
{
border-color: #71019F;
}
.TagClassName
{
border-color: #71019F;
}
</style>