Shades of Palatinate Purple #652066
Tints of Palatinate Purple #652066
RGB
CMYK
RGB Variations
Color information
#652066 (or 0x652066) is known color: Palatinate Purple. HEX triplet: 65, 20 and 66. RGB value is (101,32,102). Sum of RGB (Red+Green+Blue) = 101+32+102=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #652066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652066 is #9ADF99. Grayscale: #3C3C3C. Windows color (decimal): -10149786 or 6692965. OLE color: 6692965.
HSL color Cylindrical-coordinate representation of color #652066: hue angle of 299.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652066 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 32 | 102 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.6 |
| HSL | 299.14º | 0.52% | 0.26% | - |
| HSV(B) | 299.14º | 0.69% | 0.4% | - |
| XYZ | 8.28 | 4.76 | 13.05 | - |
| YUV | 60.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 102 | 0.01 | 0.69 | 0 | 0.6 | 299.14 | 0.52 | 0.26 |
| Hex | 65 | 20 | 66 | 1 | 45 | 0 | 3C | 12B | 34 | 1A |
| Octal | 145 | 40 | 146 | 1 | 105 | 0 | 74 | 453 | 64 | 32 |
| Binary | 1100101 | 100000 | 1100110 | 1 | 1000101 | 0 | 111100 | 100101011 | 110100 | 11010 |
Color Harmonies of #652066
Complementary color
Monochromatic Colors of #652066
Black with #652066
Text Example
Text Example
White with #652066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652066; }
p { color: rgb(101,32,102); }
H1.HeaderClassName
{
color: #652066;
}
.AnyTagClassName
{
color: #652066;
}
</style>
background-color css
<style>
a { background-color: #652066; }
a { background-color: rgb(101,32,102); }
div.DivClassName
{
background-color: #652066;
}
.BgClassName
{
background-color: #652066;
}
</style>
border-color css
<style>
span { border-color: #652066; }
span { border-color: rgb(101,32,102); }
td.TdClassName
{
border-color: #652066;
}
.TagClassName
{
border-color: #652066;
}
</style>