Shades of Palatinate Purple #652060
Tints of Palatinate Purple #652060
RGB
CMYK
RGB Variations
Color information
#652060 (or 0x652060) is known color: Palatinate Purple. HEX triplet: 65, 20 and 60. RGB value is (101,32,96). Sum of RGB (Red+Green+Blue) = 101+32+96=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #652060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652060 is #9ADF9F. Grayscale: #3B3B3B. Windows color (decimal): -10149792 or 6299749. OLE color: 6299749.
HSL color Cylindrical-coordinate representation of color #652060: hue angle of 304.35º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #652060 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 96 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.60 |
| HSL | 304.35º | 0.52% | 0.26% | - |
| HSV(B) | 304.35º | 0.68% | 0.4% | - |
| XYZ | 7.99 | 4.64 | 11.54 | - |
| YUV | 59.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 96 | 0 | 0.68 | 0.05 | 0.60 | 304.35 | 0.52 | 0.26 |
| Hex | 65 | 20 | 60 | 0 | 44 | 5 | 3C | 130 | 34 | 1A |
| Octal | 145 | 40 | 140 | 0 | 104 | 5 | 74 | 460 | 64 | 32 |
| Binary | 1100101 | 100000 | 1100000 | 0 | 1000100 | 101 | 111100 | 100110000 | 110100 | 11010 |
Color Harmonies of #652060
Complementary color
Monochromatic Colors of #652060
Black with #652060
Text Example
Text Example
White with #652060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652060; }
p { color: rgb(101,32,96); }
H1.HeaderClassName
{
color: #652060;
}
.AnyTagClassName
{
color: #652060;
}
</style>
background-color css
<style>
a { background-color: #652060; }
a { background-color: rgb(101,32,96); }
div.DivClassName
{
background-color: #652060;
}
.BgClassName
{
background-color: #652060;
}
</style>
border-color css
<style>
span { border-color: #652060; }
span { border-color: rgb(101,32,96); }
td.TdClassName
{
border-color: #652060;
}
.TagClassName
{
border-color: #652060;
}
</style>