Shades of Palatinate Purple #652A60
Tints of Palatinate Purple #652A60
RGB
CMYK
RGB Variations
Color information
#652A60 (or 0x652A60) is known color: Palatinate Purple. HEX triplet: 65, 2A and 60. RGB value is (101,42,96). Sum of RGB (Red+Green+Blue) = 101+42+96=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #652A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652A60 is #9AD59F. Grayscale: #414141. Windows color (decimal): -10147232 or 6302309. OLE color: 6302309.
HSL color Cylindrical-coordinate representation of color #652A60: hue angle of 305.08º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #652A60 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 42 | 96 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.60 |
| HSL | 305.08º | 0.41% | 0.28% | - |
| HSV(B) | 305.08º | 0.58% | 0.4% | - |
| XYZ | 8.31 | 5.27 | 11.65 | - |
| YUV | 65.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 96 | 0 | 0.58 | 0.05 | 0.60 | 305.08 | 0.41 | 0.28 |
| Hex | 65 | 2A | 60 | 0 | 3A | 5 | 3C | 131 | 29 | 1C |
| Octal | 145 | 52 | 140 | 0 | 72 | 5 | 74 | 461 | 51 | 34 |
| Binary | 1100101 | 101010 | 1100000 | 0 | 111010 | 101 | 111100 | 100110001 | 101001 | 11100 |
Color Harmonies of #652A60
Complementary color
Monochromatic Colors of #652A60
Black with #652A60
Text Example
Text Example
White with #652A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A60; }
p { color: rgb(101,42,96); }
H1.HeaderClassName
{
color: #652A60;
}
.AnyTagClassName
{
color: #652A60;
}
</style>
background-color css
<style>
a { background-color: #652A60; }
a { background-color: rgb(101,42,96); }
div.DivClassName
{
background-color: #652A60;
}
.BgClassName
{
background-color: #652A60;
}
</style>
border-color css
<style>
span { border-color: #652A60; }
span { border-color: rgb(101,42,96); }
td.TdClassName
{
border-color: #652A60;
}
.TagClassName
{
border-color: #652A60;
}
</style>