Shades of Palatinate Purple #712162
Tints of Palatinate Purple #712162
RGB
CMYK
RGB Variations
Color information
#712162 (or 0x712162) is known color: Palatinate Purple. HEX triplet: 71, 21 and 62. RGB value is (113,33,98). Sum of RGB (Red+Green+Blue) = 113+33+98=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #712162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712162 is #8EDE9D. Grayscale: #404040. Windows color (decimal): -9363102 or 6431089. OLE color: 6431089.
HSL color Cylindrical-coordinate representation of color #712162: hue angle of 311.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712162 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 98 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.56 |
| HSL | 311.25º | 0.55% | 0.29% | - |
| HSV(B) | 311.25º | 0.71% | 0.44% | - |
| XYZ | 9.56 | 5.48 | 12.11 | - |
| YUV | 64.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 98 | 0 | 0.71 | 0.13 | 0.56 | 311.25 | 0.55 | 0.29 |
| Hex | 71 | 21 | 62 | 0 | 47 | D | 38 | 137 | 37 | 1D |
| Octal | 161 | 41 | 142 | 0 | 107 | 15 | 70 | 467 | 67 | 35 |
| Binary | 1110001 | 100001 | 1100010 | 0 | 1000111 | 1101 | 111000 | 100110111 | 110111 | 11101 |
Color Harmonies of #712162
Complementary color
Monochromatic Colors of #712162
Black with #712162
Text Example
Text Example
White with #712162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712162; }
p { color: rgb(113,33,98); }
H1.HeaderClassName
{
color: #712162;
}
.AnyTagClassName
{
color: #712162;
}
</style>
background-color css
<style>
a { background-color: #712162; }
a { background-color: rgb(113,33,98); }
div.DivClassName
{
background-color: #712162;
}
.BgClassName
{
background-color: #712162;
}
</style>
border-color css
<style>
span { border-color: #712162; }
span { border-color: rgb(113,33,98); }
td.TdClassName
{
border-color: #712162;
}
.TagClassName
{
border-color: #712162;
}
</style>