Shades of Palatinate Purple #710B58
Tints of Palatinate Purple #710B58
RGB
CMYK
RGB Variations
Color information
#710B58 (or 0x710B58) is known color: Palatinate Purple. HEX triplet: 71, 0B and 58. RGB value is (113,11,88). Sum of RGB (Red+Green+Blue) = 113+11+88=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #710B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B58 is #8EF4A7. Grayscale: #323232. Windows color (decimal): -9368744 or 5770097. OLE color: 5770097.
HSL color Cylindrical-coordinate representation of color #710B58: hue angle of 314.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B58 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 88 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.56 |
| HSL | 314.71º | 0.82% | 0.24% | - |
| HSV(B) | 314.71º | 0.9% | 0.44% | - |
| XYZ | 8.69 | 4.45 | 9.63 | - |
| YUV | 50.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 88 | 0 | 0.90 | 0.22 | 0.56 | 314.71 | 0.82 | 0.24 |
| Hex | 71 | B | 58 | 0 | 5A | 16 | 38 | 13B | 52 | 18 |
| Octal | 161 | 13 | 130 | 0 | 132 | 26 | 70 | 473 | 122 | 30 |
| Binary | 1110001 | 1011 | 1011000 | 0 | 1011010 | 10110 | 111000 | 100111011 | 1010010 | 11000 |
Color Harmonies of #710B58
Complementary color
Monochromatic Colors of #710B58
Black with #710B58
Text Example
Text Example
White with #710B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B58; }
p { color: rgb(113,11,88); }
H1.HeaderClassName
{
color: #710B58;
}
.AnyTagClassName
{
color: #710B58;
}
</style>
background-color css
<style>
a { background-color: #710B58; }
a { background-color: rgb(113,11,88); }
div.DivClassName
{
background-color: #710B58;
}
.BgClassName
{
background-color: #710B58;
}
</style>
border-color css
<style>
span { border-color: #710B58; }
span { border-color: rgb(113,11,88); }
td.TdClassName
{
border-color: #710B58;
}
.TagClassName
{
border-color: #710B58;
}
</style>