Shades of Palatinate Purple #654561
Tints of Palatinate Purple #654561
RGB
CMYK
RGB Variations
Color information
#654561 (or 0x654561) is known color: Palatinate Purple. HEX triplet: 65, 45 and 61. RGB value is (101,69,97). Sum of RGB (Red+Green+Blue) = 101+69+97=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #654561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654561 is #9ABA9E. Grayscale: #515151. Windows color (decimal): -10140319 or 6374757. OLE color: 6374757.
HSL color Cylindrical-coordinate representation of color #654561: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #654561 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 97 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.60 |
| HSL | 307.5º | 0.19% | 0.33% | - |
| HSV(B) | 307.5º | 0.32% | 0.4% | - |
| XYZ | 9.65 | 7.89 | 12.32 | - |
| YUV | 81.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 97 | 0 | 0.32 | 0.04 | 0.60 | 307.5 | 0.19 | 0.33 |
| Hex | 65 | 45 | 61 | 0 | 20 | 4 | 3C | 134 | 13 | 21 |
| Octal | 145 | 105 | 141 | 0 | 40 | 4 | 74 | 464 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1100001 | 0 | 100000 | 100 | 111100 | 100110100 | 10011 | 100001 |
Color Harmonies of #654561
Complementary color
Monochromatic Colors of #654561
Black with #654561
Text Example
Text Example
White with #654561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654561; }
p { color: rgb(101,69,97); }
H1.HeaderClassName
{
color: #654561;
}
.AnyTagClassName
{
color: #654561;
}
</style>
background-color css
<style>
a { background-color: #654561; }
a { background-color: rgb(101,69,97); }
div.DivClassName
{
background-color: #654561;
}
.BgClassName
{
background-color: #654561;
}
</style>
border-color css
<style>
span { border-color: #654561; }
span { border-color: rgb(101,69,97); }
td.TdClassName
{
border-color: #654561;
}
.TagClassName
{
border-color: #654561;
}
</style>