Shades of Dark Magenta #710AA6
Tints of Dark Magenta #710AA6
RGB
CMYK
RGB Variations
Color information
#710AA6 (or 0x710AA6) is known color: Dark Magenta. HEX triplet: 71, 0A and A6. RGB value is (113,10,166). Sum of RGB (Red+Green+Blue) = 113+10+166=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 166 (65.23% from 255 or 57.44% from 289); Max value from RGB is 166 - color contains mainly: blue. Hex color #710AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710AA6 is #8EF559. Grayscale: #3A3A3A. Windows color (decimal): -9368922 or 10881649. OLE color: 10881649.
HSL color Cylindrical-coordinate representation of color #710AA6: hue angle of 279.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710AA6 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 10 | 166 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.35 |
| HSL | 279.62º | 0.89% | 0.35% | - |
| HSV(B) | 279.62º | 0.94% | 0.65% | - |
| XYZ | 13.8 | 6.48 | 36.6 | - |
| YUV | 58.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 166 | 0.32 | 0.94 | 0 | 0.35 | 279.62 | 0.89 | 0.35 |
| Hex | 71 | A | A6 | 20 | 5E | 0 | 23 | 118 | 59 | 23 |
| Octal | 161 | 12 | 246 | 40 | 136 | 0 | 43 | 430 | 131 | 43 |
| Binary | 1110001 | 1010 | 10100110 | 100000 | 1011110 | 0 | 100011 | 100011000 | 1011001 | 100011 |
Color Harmonies of #710AA6
Complementary color
Monochromatic Colors of #710AA6
Black with #710AA6
Text Example
Text Example
White with #710AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710AA6; }
p { color: rgb(113,10,166); }
H1.HeaderClassName
{
color: #710AA6;
}
.AnyTagClassName
{
color: #710AA6;
}
</style>
background-color css
<style>
a { background-color: #710AA6; }
a { background-color: rgb(113,10,166); }
div.DivClassName
{
background-color: #710AA6;
}
.BgClassName
{
background-color: #710AA6;
}
</style>
border-color css
<style>
span { border-color: #710AA6; }
span { border-color: rgb(113,10,166); }
td.TdClassName
{
border-color: #710AA6;
}
.TagClassName
{
border-color: #710AA6;
}
</style>