Shades of Palatinate Purple #652966
Tints of Palatinate Purple #652966
RGB
CMYK
RGB Variations
Color information
#652966 (or 0x652966) is known color: Palatinate Purple. HEX triplet: 65, 29 and 66. RGB value is (101,41,102). Sum of RGB (Red+Green+Blue) = 101+41+102=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #652966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652966 is #9AD699. Grayscale: #414141. Windows color (decimal): -10147482 or 6695269. OLE color: 6695269.
HSL color Cylindrical-coordinate representation of color #652966: hue angle of 299.02º 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 #652966 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 41 | 102 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.6 |
| HSL | 299.02º | 0.43% | 0.28% | - |
| HSV(B) | 299.02º | 0.6% | 0.4% | - |
| XYZ | 8.56 | 5.31 | 13.14 | - |
| YUV | 65.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 102 | 0.01 | 0.60 | 0 | 0.6 | 299.02 | 0.43 | 0.28 |
| Hex | 65 | 29 | 66 | 1 | 3C | 0 | 3C | 12B | 2B | 1C |
| Octal | 145 | 51 | 146 | 1 | 74 | 0 | 74 | 453 | 53 | 34 |
| Binary | 1100101 | 101001 | 1100110 | 1 | 111100 | 0 | 111100 | 100101011 | 101011 | 11100 |
Color Harmonies of #652966
Complementary color
Monochromatic Colors of #652966
Black with #652966
Text Example
Text Example
White with #652966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652966; }
p { color: rgb(101,41,102); }
H1.HeaderClassName
{
color: #652966;
}
.AnyTagClassName
{
color: #652966;
}
</style>
background-color css
<style>
a { background-color: #652966; }
a { background-color: rgb(101,41,102); }
div.DivClassName
{
background-color: #652966;
}
.BgClassName
{
background-color: #652966;
}
</style>
border-color css
<style>
span { border-color: #652966; }
span { border-color: rgb(101,41,102); }
td.TdClassName
{
border-color: #652966;
}
.TagClassName
{
border-color: #652966;
}
</style>