Shades of Palatinate Purple #662953
Tints of Palatinate Purple #662953
RGB
CMYK
RGB Variations
Color information
#662953 (or 0x662953) is known color: Palatinate Purple. HEX triplet: 66, 29 and 53. RGB value is (102,41,83). Sum of RGB (Red+Green+Blue) = 102+41+83=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #662953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662953 is #99D6AC. Grayscale: #3F3F3F. Windows color (decimal): -10081965 or 5450086. OLE color: 5450086.
HSL color Cylindrical-coordinate representation of color #662953: hue angle of 318.69º 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 #662953 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 83 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.6 |
| HSL | 318.69º | 0.43% | 0.28% | - |
| HSV(B) | 318.69º | 0.6% | 0.4% | - |
| XYZ | 7.83 | 5.04 | 8.74 | - |
| YUV | 64.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 83 | 0 | 0.60 | 0.19 | 0.6 | 318.69 | 0.43 | 0.28 |
| Hex | 66 | 29 | 53 | 0 | 3C | 13 | 3C | 13F | 2B | 1C |
| Octal | 146 | 51 | 123 | 0 | 74 | 23 | 74 | 477 | 53 | 34 |
| Binary | 1100110 | 101001 | 1010011 | 0 | 111100 | 10011 | 111100 | 100111111 | 101011 | 11100 |
Color Harmonies of #662953
Complementary color
Monochromatic Colors of #662953
Black with #662953
Text Example
Text Example
White with #662953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662953; }
p { color: rgb(102,41,83); }
H1.HeaderClassName
{
color: #662953;
}
.AnyTagClassName
{
color: #662953;
}
</style>
background-color css
<style>
a { background-color: #662953; }
a { background-color: rgb(102,41,83); }
div.DivClassName
{
background-color: #662953;
}
.BgClassName
{
background-color: #662953;
}
</style>
border-color css
<style>
span { border-color: #662953; }
span { border-color: rgb(102,41,83); }
td.TdClassName
{
border-color: #662953;
}
.TagClassName
{
border-color: #662953;
}
</style>