Shades of Palatinate Purple #654060
Tints of Palatinate Purple #654060
RGB
CMYK
RGB Variations
Color information
#654060 (or 0x654060) is known color: Palatinate Purple. HEX triplet: 65, 40 and 60. RGB value is (101,64,96). Sum of RGB (Red+Green+Blue) = 101+64+96=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #654060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654060 is #9ABF9F. Grayscale: #4E4E4E. Windows color (decimal): -10141600 or 6307941. OLE color: 6307941.
HSL color Cylindrical-coordinate representation of color #654060: hue angle of 308.11º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #654060 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 96 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.60 |
| HSL | 308.11º | 0.22% | 0.32% | - |
| HSV(B) | 308.11º | 0.37% | 0.4% | - |
| XYZ | 9.31 | 7.28 | 11.98 | - |
| YUV | 78.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 96 | 0 | 0.37 | 0.05 | 0.60 | 308.11 | 0.22 | 0.32 |
| Hex | 65 | 40 | 60 | 0 | 25 | 5 | 3C | 134 | 16 | 20 |
| Octal | 145 | 100 | 140 | 0 | 45 | 5 | 74 | 464 | 26 | 40 |
| Binary | 1100101 | 1000000 | 1100000 | 0 | 100101 | 101 | 111100 | 100110100 | 10110 | 100000 |
Color Harmonies of #654060
Complementary color
Monochromatic Colors of #654060
Black with #654060
Text Example
Text Example
White with #654060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654060; }
p { color: rgb(101,64,96); }
H1.HeaderClassName
{
color: #654060;
}
.AnyTagClassName
{
color: #654060;
}
</style>
background-color css
<style>
a { background-color: #654060; }
a { background-color: rgb(101,64,96); }
div.DivClassName
{
background-color: #654060;
}
.BgClassName
{
background-color: #654060;
}
</style>
border-color css
<style>
span { border-color: #654060; }
span { border-color: rgb(101,64,96); }
td.TdClassName
{
border-color: #654060;
}
.TagClassName
{
border-color: #654060;
}
</style>