Shades of Palatinate Purple #712166
Tints of Palatinate Purple #712166
RGB
CMYK
RGB Variations
Color information
#712166 (or 0x712166) is known color: Palatinate Purple. HEX triplet: 71, 21 and 66. RGB value is (113,33,102). Sum of RGB (Red+Green+Blue) = 113+33+102=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #712166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712166 is #8EDE99. Grayscale: #404040. Windows color (decimal): -9363098 or 6693233. OLE color: 6693233.
HSL color Cylindrical-coordinate representation of color #712166: hue angle of 308.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 #712166 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 102 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.56 |
| HSL | 308.25º | 0.55% | 0.29% | - |
| HSV(B) | 308.25º | 0.71% | 0.44% | - |
| XYZ | 9.75 | 5.56 | 13.13 | - |
| YUV | 64.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 102 | 0 | 0.71 | 0.10 | 0.56 | 308.25 | 0.55 | 0.29 |
| Hex | 71 | 21 | 66 | 0 | 47 | A | 38 | 134 | 37 | 1D |
| Octal | 161 | 41 | 146 | 0 | 107 | 12 | 70 | 464 | 67 | 35 |
| Binary | 1110001 | 100001 | 1100110 | 0 | 1000111 | 1010 | 111000 | 100110100 | 110111 | 11101 |
Color Harmonies of #712166
Complementary color
Monochromatic Colors of #712166
Black with #712166
Text Example
Text Example
White with #712166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712166; }
p { color: rgb(113,33,102); }
H1.HeaderClassName
{
color: #712166;
}
.AnyTagClassName
{
color: #712166;
}
</style>
background-color css
<style>
a { background-color: #712166; }
a { background-color: rgb(113,33,102); }
div.DivClassName
{
background-color: #712166;
}
.BgClassName
{
background-color: #712166;
}
</style>
border-color css
<style>
span { border-color: #712166; }
span { border-color: rgb(113,33,102); }
td.TdClassName
{
border-color: #712166;
}
.TagClassName
{
border-color: #712166;
}
</style>