Shades of Palatinate Purple #654360
Tints of Palatinate Purple #654360
RGB
CMYK
RGB Variations
Color information
#654360 (or 0x654360) is known color: Palatinate Purple. HEX triplet: 65, 43 and 60. RGB value is (101,67,96). Sum of RGB (Red+Green+Blue) = 101+67+96=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #654360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654360 is #9ABC9F. Grayscale: #505050. Windows color (decimal): -10140832 or 6308709. OLE color: 6308709.
HSL color Cylindrical-coordinate representation of color #654360: hue angle of 308.82º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654360 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 96 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.60 |
| HSL | 308.82º | 0.2% | 0.33% | - |
| HSV(B) | 308.82º | 0.34% | 0.4% | - |
| XYZ | 9.49 | 7.63 | 12.04 | - |
| YUV | 80.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 96 | 0 | 0.34 | 0.05 | 0.60 | 308.82 | 0.2 | 0.33 |
| Hex | 65 | 43 | 60 | 0 | 22 | 5 | 3C | 135 | 14 | 21 |
| Octal | 145 | 103 | 140 | 0 | 42 | 5 | 74 | 465 | 24 | 41 |
| Binary | 1100101 | 1000011 | 1100000 | 0 | 100010 | 101 | 111100 | 100110101 | 10100 | 100001 |
Color Harmonies of #654360
Complementary color
Monochromatic Colors of #654360
Black with #654360
Text Example
Text Example
White with #654360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654360; }
p { color: rgb(101,67,96); }
H1.HeaderClassName
{
color: #654360;
}
.AnyTagClassName
{
color: #654360;
}
</style>
background-color css
<style>
a { background-color: #654360; }
a { background-color: rgb(101,67,96); }
div.DivClassName
{
background-color: #654360;
}
.BgClassName
{
background-color: #654360;
}
</style>
border-color css
<style>
span { border-color: #654360; }
span { border-color: rgb(101,67,96); }
td.TdClassName
{
border-color: #654360;
}
.TagClassName
{
border-color: #654360;
}
</style>