Shades of Palatinate Purple #711E66
Tints of Palatinate Purple #711E66
RGB
CMYK
RGB Variations
Color information
#711E66 (or 0x711E66) is known color: Palatinate Purple. HEX triplet: 71, 1E and 66. RGB value is (113,30,102). Sum of RGB (Red+Green+Blue) = 113+30+102=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #711E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E66 is #8EE199. Grayscale: #3E3E3E. Windows color (decimal): -9363866 or 6692465. OLE color: 6692465.
HSL color Cylindrical-coordinate representation of color #711E66: hue angle of 307.95º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E66 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 30 | 102 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.56 |
| HSL | 307.95º | 0.58% | 0.28% | - |
| HSV(B) | 307.95º | 0.73% | 0.44% | - |
| XYZ | 9.67 | 5.4 | 13.1 | - |
| YUV | 63.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 102 | 0 | 0.73 | 0.10 | 0.56 | 307.95 | 0.58 | 0.28 |
| Hex | 71 | 1E | 66 | 0 | 49 | A | 38 | 134 | 3A | 1C |
| Octal | 161 | 36 | 146 | 0 | 111 | 12 | 70 | 464 | 72 | 34 |
| Binary | 1110001 | 11110 | 1100110 | 0 | 1001001 | 1010 | 111000 | 100110100 | 111010 | 11100 |
Color Harmonies of #711E66
Complementary color
Monochromatic Colors of #711E66
Black with #711E66
Text Example
Text Example
White with #711E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E66; }
p { color: rgb(113,30,102); }
H1.HeaderClassName
{
color: #711E66;
}
.AnyTagClassName
{
color: #711E66;
}
</style>
background-color css
<style>
a { background-color: #711E66; }
a { background-color: rgb(113,30,102); }
div.DivClassName
{
background-color: #711E66;
}
.BgClassName
{
background-color: #711E66;
}
</style>
border-color css
<style>
span { border-color: #711E66; }
span { border-color: rgb(113,30,102); }
td.TdClassName
{
border-color: #711E66;
}
.TagClassName
{
border-color: #711E66;
}
</style>