Shades of Palatinate Purple #710C5E
Tints of Palatinate Purple #710C5E
RGB
CMYK
RGB Variations
Color information
#710C5E (or 0x710C5E) is known color: Palatinate Purple. HEX triplet: 71, 0C and 5E. RGB value is (113,12,94). Sum of RGB (Red+Green+Blue) = 113+12+94=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #710C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C5E is #8EF3A1. Grayscale: #333333. Windows color (decimal): -9368482 or 6163569. OLE color: 6163569.
HSL color Cylindrical-coordinate representation of color #710C5E: hue angle of 311.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C5E is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 94 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.56 |
| HSL | 311.29º | 0.81% | 0.25% | - |
| HSV(B) | 311.29º | 0.89% | 0.44% | - |
| XYZ | 8.96 | 4.58 | 11 | - |
| YUV | 51.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 94 | 0 | 0.89 | 0.17 | 0.56 | 311.29 | 0.81 | 0.25 |
| Hex | 71 | C | 5E | 0 | 59 | 11 | 38 | 137 | 51 | 19 |
| Octal | 161 | 14 | 136 | 0 | 131 | 21 | 70 | 467 | 121 | 31 |
| Binary | 1110001 | 1100 | 1011110 | 0 | 1011001 | 10001 | 111000 | 100110111 | 1010001 | 11001 |
Color Harmonies of #710C5E
Complementary color
Monochromatic Colors of #710C5E
Black with #710C5E
Text Example
Text Example
White with #710C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C5E; }
p { color: rgb(113,12,94); }
H1.HeaderClassName
{
color: #710C5E;
}
.AnyTagClassName
{
color: #710C5E;
}
</style>
background-color css
<style>
a { background-color: #710C5E; }
a { background-color: rgb(113,12,94); }
div.DivClassName
{
background-color: #710C5E;
}
.BgClassName
{
background-color: #710C5E;
}
</style>
border-color css
<style>
span { border-color: #710C5E; }
span { border-color: rgb(113,12,94); }
td.TdClassName
{
border-color: #710C5E;
}
.TagClassName
{
border-color: #710C5E;
}
</style>