Shades of Dark Magenta #71019A
Tints of Dark Magenta #71019A
RGB
CMYK
RGB Variations
Color information
#71019A (or 0x71019A) is known color: Dark Magenta. HEX triplet: 71, 01 and 9A. RGB value is (113,1,154). Sum of RGB (Red+Green+Blue) = 113+1+154=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #71019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71019A is #8EFE65. Grayscale: #333333. Windows color (decimal): -9371238 or 10092913. OLE color: 10092913.
HSL color Cylindrical-coordinate representation of color #71019A: hue angle of 283.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71019A is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 1 | 154 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.40 |
| HSL | 283.92º | 0.99% | 0.3% | - |
| HSV(B) | 283.92º | 0.99% | 0.6% | - |
| XYZ | 12.65 | 5.87 | 31.04 | - |
| YUV | 51.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 154 | 0.27 | 0.99 | 0 | 0.40 | 283.92 | 0.99 | 0.3 |
| Hex | 71 | 1 | 9A | 1B | 63 | 0 | 28 | 11C | 63 | 1E |
| Octal | 161 | 1 | 232 | 33 | 143 | 0 | 50 | 434 | 143 | 36 |
| Binary | 1110001 | 1 | 10011010 | 11011 | 1100011 | 0 | 101000 | 100011100 | 1100011 | 11110 |
Color Harmonies of #71019A
Complementary color
Monochromatic Colors of #71019A
Black with #71019A
Text Example
Text Example
White with #71019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71019A; }
p { color: rgb(113,1,154); }
H1.HeaderClassName
{
color: #71019A;
}
.AnyTagClassName
{
color: #71019A;
}
</style>
background-color css
<style>
a { background-color: #71019A; }
a { background-color: rgb(113,1,154); }
div.DivClassName
{
background-color: #71019A;
}
.BgClassName
{
background-color: #71019A;
}
</style>
border-color css
<style>
span { border-color: #71019A; }
span { border-color: rgb(113,1,154); }
td.TdClassName
{
border-color: #71019A;
}
.TagClassName
{
border-color: #71019A;
}
</style>