Shades of Palatinate Purple #662952
Tints of Palatinate Purple #662952
RGB
CMYK
RGB Variations
Color information
#662952 (or 0x662952) is known color: Palatinate Purple. HEX triplet: 66, 29 and 52. RGB value is (102,41,82). Sum of RGB (Red+Green+Blue) = 102+41+82=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #662952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662952 is #99D6AD. Grayscale: #3F3F3F. Windows color (decimal): -10081966 or 5384550. OLE color: 5384550.
HSL color Cylindrical-coordinate representation of color #662952: hue angle of 319.67º 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 #662952 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 82 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.6 |
| HSL | 319.67º | 0.43% | 0.28% | - |
| HSV(B) | 319.67º | 0.6% | 0.4% | - |
| XYZ | 7.8 | 5.02 | 8.54 | - |
| YUV | 63.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 82 | 0 | 0.60 | 0.20 | 0.6 | 319.67 | 0.43 | 0.28 |
| Hex | 66 | 29 | 52 | 0 | 3C | 14 | 3C | 140 | 2B | 1C |
| Octal | 146 | 51 | 122 | 0 | 74 | 24 | 74 | 500 | 53 | 34 |
| Binary | 1100110 | 101001 | 1010010 | 0 | 111100 | 10100 | 111100 | 101000000 | 101011 | 11100 |
Color Harmonies of #662952
Complementary color
Monochromatic Colors of #662952
Black with #662952
Text Example
Text Example
White with #662952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662952; }
p { color: rgb(102,41,82); }
H1.HeaderClassName
{
color: #662952;
}
.AnyTagClassName
{
color: #662952;
}
</style>
background-color css
<style>
a { background-color: #662952; }
a { background-color: rgb(102,41,82); }
div.DivClassName
{
background-color: #662952;
}
.BgClassName
{
background-color: #662952;
}
</style>
border-color css
<style>
span { border-color: #662952; }
span { border-color: rgb(102,41,82); }
td.TdClassName
{
border-color: #662952;
}
.TagClassName
{
border-color: #662952;
}
</style>