Shades of Palatinate Purple #662964
Tints of Palatinate Purple #662964
RGB
CMYK
RGB Variations
Color information
#662964 (or 0x662964) is known color: Palatinate Purple. HEX triplet: 66, 29 and 64. RGB value is (102,41,100). Sum of RGB (Red+Green+Blue) = 102+41+100=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #662964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662964 is #99D69B. Grayscale: #414141. Windows color (decimal): -10081948 or 6564198. OLE color: 6564198.
HSL color Cylindrical-coordinate representation of color #662964: hue angle of 301.97º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662964 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 100 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.6 |
| HSL | 301.97º | 0.43% | 0.28% | - |
| HSV(B) | 301.97º | 0.6% | 0.4% | - |
| XYZ | 8.57 | 5.33 | 12.63 | - |
| YUV | 65.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 100 | 0 | 0.60 | 0.02 | 0.6 | 301.97 | 0.43 | 0.28 |
| Hex | 66 | 29 | 64 | 0 | 3C | 2 | 3C | 12E | 2B | 1C |
| Octal | 146 | 51 | 144 | 0 | 74 | 2 | 74 | 456 | 53 | 34 |
| Binary | 1100110 | 101001 | 1100100 | 0 | 111100 | 10 | 111100 | 100101110 | 101011 | 11100 |
Color Harmonies of #662964
Complementary color
Monochromatic Colors of #662964
Black with #662964
Text Example
Text Example
White with #662964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662964; }
p { color: rgb(102,41,100); }
H1.HeaderClassName
{
color: #662964;
}
.AnyTagClassName
{
color: #662964;
}
</style>
background-color css
<style>
a { background-color: #662964; }
a { background-color: rgb(102,41,100); }
div.DivClassName
{
background-color: #662964;
}
.BgClassName
{
background-color: #662964;
}
</style>
border-color css
<style>
span { border-color: #662964; }
span { border-color: rgb(102,41,100); }
td.TdClassName
{
border-color: #662964;
}
.TagClassName
{
border-color: #662964;
}
</style>