Shades of Palatinate Purple #653260
Tints of Palatinate Purple #653260
RGB
CMYK
RGB Variations
Color information
#653260 (or 0x653260) is known color: Palatinate Purple. HEX triplet: 65, 32 and 60. RGB value is (101,50,96). Sum of RGB (Red+Green+Blue) = 101+50+96=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #653260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653260 is #9ACD9F. Grayscale: #464646. Windows color (decimal): -10145184 or 6304357. OLE color: 6304357.
HSL color Cylindrical-coordinate representation of color #653260: hue angle of 305.88º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653260 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 96 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.60 |
| HSL | 305.88º | 0.34% | 0.3% | - |
| HSV(B) | 305.88º | 0.5% | 0.4% | - |
| XYZ | 8.62 | 5.89 | 11.75 | - |
| YUV | 70.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 96 | 0 | 0.50 | 0.05 | 0.60 | 305.88 | 0.34 | 0.3 |
| Hex | 65 | 32 | 60 | 0 | 32 | 5 | 3C | 132 | 22 | 1E |
| Octal | 145 | 62 | 140 | 0 | 62 | 5 | 74 | 462 | 42 | 36 |
| Binary | 1100101 | 110010 | 1100000 | 0 | 110010 | 101 | 111100 | 100110010 | 100010 | 11110 |
Color Harmonies of #653260
Complementary color
Monochromatic Colors of #653260
Black with #653260
Text Example
Text Example
White with #653260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653260; }
p { color: rgb(101,50,96); }
H1.HeaderClassName
{
color: #653260;
}
.AnyTagClassName
{
color: #653260;
}
</style>
background-color css
<style>
a { background-color: #653260; }
a { background-color: rgb(101,50,96); }
div.DivClassName
{
background-color: #653260;
}
.BgClassName
{
background-color: #653260;
}
</style>
border-color css
<style>
span { border-color: #653260; }
span { border-color: rgb(101,50,96); }
td.TdClassName
{
border-color: #653260;
}
.TagClassName
{
border-color: #653260;
}
</style>