Shades of Palatinate Purple #710E58
Tints of Palatinate Purple #710E58
RGB
CMYK
RGB Variations
Color information
#710E58 (or 0x710E58) is known color: Palatinate Purple. HEX triplet: 71, 0E and 58. RGB value is (113,14,88). Sum of RGB (Red+Green+Blue) = 113+14+88=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710E58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710E58 is #8EF1A7. Grayscale: #333333. Windows color (decimal): -9367976 or 5770865. OLE color: 5770865.
HSL color Cylindrical-coordinate representation of color #710E58: hue angle of 315.15º degrees, saturation: 0.78, 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 #710E58 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 14 | 88 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.56 |
| HSL | 315.15º | 0.78% | 0.25% | - |
| HSV(B) | 315.15º | 0.88% | 0.44% | - |
| XYZ | 8.73 | 4.53 | 9.65 | - |
| YUV | 52.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 88 | 0 | 0.88 | 0.22 | 0.56 | 315.15 | 0.78 | 0.25 |
| Hex | 71 | E | 58 | 0 | 58 | 16 | 38 | 13B | 4E | 19 |
| Octal | 161 | 16 | 130 | 0 | 130 | 26 | 70 | 473 | 116 | 31 |
| Binary | 1110001 | 1110 | 1011000 | 0 | 1011000 | 10110 | 111000 | 100111011 | 1001110 | 11001 |
Color Harmonies of #710E58
Complementary color
Monochromatic Colors of #710E58
Black with #710E58
Text Example
Text Example
White with #710E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710E58; }
p { color: rgb(113,14,88); }
H1.HeaderClassName
{
color: #710E58;
}
.AnyTagClassName
{
color: #710E58;
}
</style>
background-color css
<style>
a { background-color: #710E58; }
a { background-color: rgb(113,14,88); }
div.DivClassName
{
background-color: #710E58;
}
.BgClassName
{
background-color: #710E58;
}
</style>
border-color css
<style>
span { border-color: #710E58; }
span { border-color: rgb(113,14,88); }
td.TdClassName
{
border-color: #710E58;
}
.TagClassName
{
border-color: #710E58;
}
</style>