Shades of Palatinate Purple #653D60
Tints of Palatinate Purple #653D60
RGB
CMYK
RGB Variations
Color information
#653D60 (or 0x653D60) is known color: Palatinate Purple. HEX triplet: 65, 3D and 60. RGB value is (101,61,96). Sum of RGB (Red+Green+Blue) = 101+61+96=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 101 - color contains mainly: red. Hex color #653D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D60 is #9AC29F. Grayscale: #4C4C4C. Windows color (decimal): -10142368 or 6307173. OLE color: 6307173.
HSL color Cylindrical-coordinate representation of color #653D60: hue angle of 307.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #653D60 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 96 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.60 |
| HSL | 307.5º | 0.25% | 0.32% | - |
| HSV(B) | 307.5º | 0.4% | 0.4% | - |
| XYZ | 9.15 | 6.95 | 11.93 | - |
| YUV | 76.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 96 | 0 | 0.40 | 0.05 | 0.60 | 307.5 | 0.25 | 0.32 |
| Hex | 65 | 3D | 60 | 0 | 28 | 5 | 3C | 134 | 19 | 20 |
| Octal | 145 | 75 | 140 | 0 | 50 | 5 | 74 | 464 | 31 | 40 |
| Binary | 1100101 | 111101 | 1100000 | 0 | 101000 | 101 | 111100 | 100110100 | 11001 | 100000 |
Color Harmonies of #653D60
Complementary color
Monochromatic Colors of #653D60
Black with #653D60
Text Example
Text Example
White with #653D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D60; }
p { color: rgb(101,61,96); }
H1.HeaderClassName
{
color: #653D60;
}
.AnyTagClassName
{
color: #653D60;
}
</style>
background-color css
<style>
a { background-color: #653D60; }
a { background-color: rgb(101,61,96); }
div.DivClassName
{
background-color: #653D60;
}
.BgClassName
{
background-color: #653D60;
}
</style>
border-color css
<style>
span { border-color: #653D60; }
span { border-color: rgb(101,61,96); }
td.TdClassName
{
border-color: #653D60;
}
.TagClassName
{
border-color: #653D60;
}
</style>