Shades of Palatinate Purple #653E61
Tints of Palatinate Purple #653E61
RGB
CMYK
RGB Variations
Color information
#653E61 (or 0x653E61) is known color: Palatinate Purple. HEX triplet: 65, 3E and 61. RGB value is (101,62,97). Sum of RGB (Red+Green+Blue) = 101+62+97=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #653E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653E61 is #9AC19E. Grayscale: #4D4D4D. Windows color (decimal): -10142111 or 6372965. OLE color: 6372965.
HSL color Cylindrical-coordinate representation of color #653E61: hue angle of 306.15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #653E61 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 62 | 97 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.60 |
| HSL | 306.15º | 0.24% | 0.32% | - |
| HSV(B) | 306.15º | 0.39% | 0.4% | - |
| XYZ | 9.25 | 7.08 | 12.19 | - |
| YUV | 77.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 97 | 0 | 0.39 | 0.04 | 0.60 | 306.15 | 0.24 | 0.32 |
| Hex | 65 | 3E | 61 | 0 | 27 | 4 | 3C | 132 | 18 | 20 |
| Octal | 145 | 76 | 141 | 0 | 47 | 4 | 74 | 462 | 30 | 40 |
| Binary | 1100101 | 111110 | 1100001 | 0 | 100111 | 100 | 111100 | 100110010 | 11000 | 100000 |
Color Harmonies of #653E61
Complementary color
Monochromatic Colors of #653E61
Black with #653E61
Text Example
Text Example
White with #653E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653E61; }
p { color: rgb(101,62,97); }
H1.HeaderClassName
{
color: #653E61;
}
.AnyTagClassName
{
color: #653E61;
}
</style>
background-color css
<style>
a { background-color: #653E61; }
a { background-color: rgb(101,62,97); }
div.DivClassName
{
background-color: #653E61;
}
.BgClassName
{
background-color: #653E61;
}
</style>
border-color css
<style>
span { border-color: #653E61; }
span { border-color: rgb(101,62,97); }
td.TdClassName
{
border-color: #653E61;
}
.TagClassName
{
border-color: #653E61;
}
</style>