Shades of Palatinate Purple #710D5E
Tints of Palatinate Purple #710D5E
RGB
CMYK
RGB Variations
Color information
#710D5E (or 0x710D5E) is known color: Palatinate Purple. HEX triplet: 71, 0D and 5E. RGB value is (113,13,94). Sum of RGB (Red+Green+Blue) = 113+13+94=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D5E is #8EF2A1. Grayscale: #333333. Windows color (decimal): -9368226 or 6163825. OLE color: 6163825.
HSL color Cylindrical-coordinate representation of color #710D5E: hue angle of 311.4º 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 #710D5E is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 94 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.56 |
| HSL | 311.4º | 0.79% | 0.25% | - |
| HSV(B) | 311.4º | 0.88% | 0.44% | - |
| XYZ | 8.97 | 4.61 | 11.01 | - |
| YUV | 52.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 94 | 0 | 0.88 | 0.17 | 0.56 | 311.4 | 0.79 | 0.25 |
| Hex | 71 | D | 5E | 0 | 58 | 11 | 38 | 137 | 4F | 19 |
| Octal | 161 | 15 | 136 | 0 | 130 | 21 | 70 | 467 | 117 | 31 |
| Binary | 1110001 | 1101 | 1011110 | 0 | 1011000 | 10001 | 111000 | 100110111 | 1001111 | 11001 |
Color Harmonies of #710D5E
Complementary color
Monochromatic Colors of #710D5E
Black with #710D5E
Text Example
Text Example
White with #710D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D5E; }
p { color: rgb(113,13,94); }
H1.HeaderClassName
{
color: #710D5E;
}
.AnyTagClassName
{
color: #710D5E;
}
</style>
background-color css
<style>
a { background-color: #710D5E; }
a { background-color: rgb(113,13,94); }
div.DivClassName
{
background-color: #710D5E;
}
.BgClassName
{
background-color: #710D5E;
}
</style>
border-color css
<style>
span { border-color: #710D5E; }
span { border-color: rgb(113,13,94); }
td.TdClassName
{
border-color: #710D5E;
}
.TagClassName
{
border-color: #710D5E;
}
</style>