Shades of Palatinate Purple #710F56
Tints of Palatinate Purple #710F56
RGB
CMYK
RGB Variations
Color information
#710F56 (or 0x710F56) is known color: Palatinate Purple. HEX triplet: 71, 0F and 56. RGB value is (113,15,86). Sum of RGB (Red+Green+Blue) = 113+15+86=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #710F56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F56 is #8EF0A9. Grayscale: #343434. Windows color (decimal): -9367722 or 5640049. OLE color: 5640049.
HSL color Cylindrical-coordinate representation of color #710F56: hue angle of 316.53º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F56 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 86 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.56 |
| HSL | 316.53º | 0.77% | 0.25% | - |
| HSV(B) | 316.53º | 0.87% | 0.44% | - |
| XYZ | 8.66 | 4.52 | 9.22 | - |
| YUV | 52.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 86 | 0 | 0.87 | 0.24 | 0.56 | 316.53 | 0.77 | 0.25 |
| Hex | 71 | F | 56 | 0 | 57 | 18 | 38 | 13D | 4D | 19 |
| Octal | 161 | 17 | 126 | 0 | 127 | 30 | 70 | 475 | 115 | 31 |
| Binary | 1110001 | 1111 | 1010110 | 0 | 1010111 | 11000 | 111000 | 100111101 | 1001101 | 11001 |
Color Harmonies of #710F56
Complementary color
Monochromatic Colors of #710F56
Black with #710F56
Text Example
Text Example
White with #710F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F56; }
p { color: rgb(113,15,86); }
H1.HeaderClassName
{
color: #710F56;
}
.AnyTagClassName
{
color: #710F56;
}
</style>
background-color css
<style>
a { background-color: #710F56; }
a { background-color: rgb(113,15,86); }
div.DivClassName
{
background-color: #710F56;
}
.BgClassName
{
background-color: #710F56;
}
</style>
border-color css
<style>
span { border-color: #710F56; }
span { border-color: rgb(113,15,86); }
td.TdClassName
{
border-color: #710F56;
}
.TagClassName
{
border-color: #710F56;
}
</style>