Shades of Palatinate Purple #710D68
Tints of Palatinate Purple #710D68
RGB
CMYK
RGB Variations
Color information
#710D68 (or 0x710D68) is known color: Palatinate Purple. HEX triplet: 71, 0D and 68. RGB value is (113,13,104). Sum of RGB (Red+Green+Blue) = 113+13+104=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #710D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D68 is #8EF297. Grayscale: #353535. Windows color (decimal): -9368216 or 6819185. OLE color: 6819185.
HSL color Cylindrical-coordinate representation of color #710D68: hue angle of 305.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 #710D68 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 104 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.56 |
| HSL | 305.4º | 0.79% | 0.25% | - |
| HSV(B) | 305.4º | 0.88% | 0.44% | - |
| XYZ | 9.45 | 4.8 | 13.52 | - |
| YUV | 53.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 104 | 0 | 0.88 | 0.08 | 0.56 | 305.4 | 0.79 | 0.25 |
| Hex | 71 | D | 68 | 0 | 58 | 8 | 38 | 131 | 4F | 19 |
| Octal | 161 | 15 | 150 | 0 | 130 | 10 | 70 | 461 | 117 | 31 |
| Binary | 1110001 | 1101 | 1101000 | 0 | 1011000 | 1000 | 111000 | 100110001 | 1001111 | 11001 |
Color Harmonies of #710D68
Complementary color
Monochromatic Colors of #710D68
Black with #710D68
Text Example
Text Example
White with #710D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D68; }
p { color: rgb(113,13,104); }
H1.HeaderClassName
{
color: #710D68;
}
.AnyTagClassName
{
color: #710D68;
}
</style>
background-color css
<style>
a { background-color: #710D68; }
a { background-color: rgb(113,13,104); }
div.DivClassName
{
background-color: #710D68;
}
.BgClassName
{
background-color: #710D68;
}
</style>
border-color css
<style>
span { border-color: #710D68; }
span { border-color: rgb(113,13,104); }
td.TdClassName
{
border-color: #710D68;
}
.TagClassName
{
border-color: #710D68;
}
</style>