Shades of Dark Magenta #710C9D
Tints of Dark Magenta #710C9D
RGB
CMYK
RGB Variations
Color information
#710C9D (or 0x710C9D) is known color: Dark Magenta. HEX triplet: 71, 0C and 9D. RGB value is (113,12,157). Sum of RGB (Red+Green+Blue) = 113+12+157=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #710C9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710C9D is #8EF362. Grayscale: #3A3A3A. Windows color (decimal): -9368419 or 10292337. OLE color: 10292337.
HSL color Cylindrical-coordinate representation of color #710C9D: hue angle of 281.79º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710C9D is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 12 | 157 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.38 |
| HSL | 281.79º | 0.86% | 0.33% | - |
| HSV(B) | 281.79º | 0.92% | 0.62% | - |
| XYZ | 13.03 | 6.21 | 32.41 | - |
| YUV | 58.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 157 | 0.28 | 0.92 | 0 | 0.38 | 281.79 | 0.86 | 0.33 |
| Hex | 71 | C | 9D | 1C | 5C | 0 | 26 | 11A | 56 | 21 |
| Octal | 161 | 14 | 235 | 34 | 134 | 0 | 46 | 432 | 126 | 41 |
| Binary | 1110001 | 1100 | 10011101 | 11100 | 1011100 | 0 | 100110 | 100011010 | 1010110 | 100001 |
Color Harmonies of #710C9D
Complementary color
Monochromatic Colors of #710C9D
Black with #710C9D
Text Example
Text Example
White with #710C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C9D; }
p { color: rgb(113,12,157); }
H1.HeaderClassName
{
color: #710C9D;
}
.AnyTagClassName
{
color: #710C9D;
}
</style>
background-color css
<style>
a { background-color: #710C9D; }
a { background-color: rgb(113,12,157); }
div.DivClassName
{
background-color: #710C9D;
}
.BgClassName
{
background-color: #710C9D;
}
</style>
border-color css
<style>
span { border-color: #710C9D; }
span { border-color: rgb(113,12,157); }
td.TdClassName
{
border-color: #710C9D;
}
.TagClassName
{
border-color: #710C9D;
}
</style>