Shades of Palatinate Purple #652F60
Tints of Palatinate Purple #652F60
RGB
CMYK
RGB Variations
Color information
#652F60 (or 0x652F60) is known color: Palatinate Purple. HEX triplet: 65, 2F and 60. RGB value is (101,47,96). Sum of RGB (Red+Green+Blue) = 101+47+96=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #652F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F60 is #9AD09F. Grayscale: #444444. Windows color (decimal): -10145952 or 6303589. OLE color: 6303589.
HSL color Cylindrical-coordinate representation of color #652F60: hue angle of 305.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F60 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 96 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.60 |
| HSL | 305.56º | 0.36% | 0.29% | - |
| HSV(B) | 305.56º | 0.53% | 0.4% | - |
| XYZ | 8.49 | 5.64 | 11.71 | - |
| YUV | 68.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 96 | 0 | 0.53 | 0.05 | 0.60 | 305.56 | 0.36 | 0.29 |
| Hex | 65 | 2F | 60 | 0 | 35 | 5 | 3C | 132 | 24 | 1D |
| Octal | 145 | 57 | 140 | 0 | 65 | 5 | 74 | 462 | 44 | 35 |
| Binary | 1100101 | 101111 | 1100000 | 0 | 110101 | 101 | 111100 | 100110010 | 100100 | 11101 |
Color Harmonies of #652F60
Complementary color
Monochromatic Colors of #652F60
Black with #652F60
Text Example
Text Example
White with #652F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F60; }
p { color: rgb(101,47,96); }
H1.HeaderClassName
{
color: #652F60;
}
.AnyTagClassName
{
color: #652F60;
}
</style>
background-color css
<style>
a { background-color: #652F60; }
a { background-color: rgb(101,47,96); }
div.DivClassName
{
background-color: #652F60;
}
.BgClassName
{
background-color: #652F60;
}
</style>
border-color css
<style>
span { border-color: #652F60; }
span { border-color: rgb(101,47,96); }
td.TdClassName
{
border-color: #652F60;
}
.TagClassName
{
border-color: #652F60;
}
</style>