Shades of Dark Magenta #71019B
Tints of Dark Magenta #71019B
RGB
CMYK
RGB Variations
Color information
#71019B (or 0x71019B) is known color: Dark Magenta. HEX triplet: 71, 01 and 9B. RGB value is (113,1,155). Sum of RGB (Red+Green+Blue) = 113+1+155=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #71019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71019B is #8EFE64. Grayscale: #333333. Windows color (decimal): -9371237 or 10158449. OLE color: 10158449.
HSL color Cylindrical-coordinate representation of color #71019B: hue angle of 283.64º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71019B is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 1 | 155 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.39 |
| HSL | 283.64º | 0.99% | 0.31% | - |
| HSV(B) | 283.64º | 0.99% | 0.61% | - |
| XYZ | 12.74 | 5.9 | 31.48 | - |
| YUV | 52.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 155 | 0.27 | 0.99 | 0 | 0.39 | 283.64 | 0.99 | 0.31 |
| Hex | 71 | 1 | 9B | 1B | 63 | 0 | 27 | 11C | 63 | 1F |
| Octal | 161 | 1 | 233 | 33 | 143 | 0 | 47 | 434 | 143 | 37 |
| Binary | 1110001 | 1 | 10011011 | 11011 | 1100011 | 0 | 100111 | 100011100 | 1100011 | 11111 |
Color Harmonies of #71019B
Complementary color
Monochromatic Colors of #71019B
Black with #71019B
Text Example
Text Example
White with #71019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71019B; }
p { color: rgb(113,1,155); }
H1.HeaderClassName
{
color: #71019B;
}
.AnyTagClassName
{
color: #71019B;
}
</style>
background-color css
<style>
a { background-color: #71019B; }
a { background-color: rgb(113,1,155); }
div.DivClassName
{
background-color: #71019B;
}
.BgClassName
{
background-color: #71019B;
}
</style>
border-color css
<style>
span { border-color: #71019B; }
span { border-color: rgb(113,1,155); }
td.TdClassName
{
border-color: #71019B;
}
.TagClassName
{
border-color: #71019B;
}
</style>