Shades of Palatinate Purple #710D56
Tints of Palatinate Purple #710D56
RGB
CMYK
RGB Variations
Color information
#710D56 (or 0x710D56) is known color: Palatinate Purple. HEX triplet: 71, 0D and 56. RGB value is (113,13,86). Sum of RGB (Red+Green+Blue) = 113+13+86=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #710D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D56 is #8EF2A9. Grayscale: #333333. Windows color (decimal): -9368234 or 5639537. OLE color: 5639537.
HSL color Cylindrical-coordinate representation of color #710D56: hue angle of 316.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D56 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 86 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.56 |
| HSL | 316.2º | 0.79% | 0.25% | - |
| HSV(B) | 316.2º | 0.88% | 0.44% | - |
| XYZ | 8.63 | 4.47 | 9.21 | - |
| YUV | 51.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 86 | 0 | 0.88 | 0.24 | 0.56 | 316.2 | 0.79 | 0.25 |
| Hex | 71 | D | 56 | 0 | 58 | 18 | 38 | 13C | 4F | 19 |
| Octal | 161 | 15 | 126 | 0 | 130 | 30 | 70 | 474 | 117 | 31 |
| Binary | 1110001 | 1101 | 1010110 | 0 | 1011000 | 11000 | 111000 | 100111100 | 1001111 | 11001 |
Color Harmonies of #710D56
Complementary color
Monochromatic Colors of #710D56
Black with #710D56
Text Example
Text Example
White with #710D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D56; }
p { color: rgb(113,13,86); }
H1.HeaderClassName
{
color: #710D56;
}
.AnyTagClassName
{
color: #710D56;
}
</style>
background-color css
<style>
a { background-color: #710D56; }
a { background-color: rgb(113,13,86); }
div.DivClassName
{
background-color: #710D56;
}
.BgClassName
{
background-color: #710D56;
}
</style>
border-color css
<style>
span { border-color: #710D56; }
span { border-color: rgb(113,13,86); }
td.TdClassName
{
border-color: #710D56;
}
.TagClassName
{
border-color: #710D56;
}
</style>