Shades of Palatinate Purple #653161
Tints of Palatinate Purple #653161
RGB
CMYK
RGB Variations
Color information
#653161 (or 0x653161) is known color: Palatinate Purple. HEX triplet: 65, 31 and 61. RGB value is (101,49,97). Sum of RGB (Red+Green+Blue) = 101+49+97=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #653161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653161 is #9ACE9E. Grayscale: #454545. Windows color (decimal): -10145439 or 6369637. OLE color: 6369637.
HSL color Cylindrical-coordinate representation of color #653161: hue angle of 304.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653161 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 97 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.60 |
| HSL | 304.62º | 0.35% | 0.29% | - |
| HSV(B) | 304.62º | 0.51% | 0.4% | - |
| XYZ | 8.62 | 5.83 | 11.98 | - |
| YUV | 70.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 97 | 0 | 0.51 | 0.04 | 0.60 | 304.62 | 0.35 | 0.29 |
| Hex | 65 | 31 | 61 | 0 | 33 | 4 | 3C | 131 | 23 | 1D |
| Octal | 145 | 61 | 141 | 0 | 63 | 4 | 74 | 461 | 43 | 35 |
| Binary | 1100101 | 110001 | 1100001 | 0 | 110011 | 100 | 111100 | 100110001 | 100011 | 11101 |
Color Harmonies of #653161
Complementary color
Monochromatic Colors of #653161
Black with #653161
Text Example
Text Example
White with #653161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653161; }
p { color: rgb(101,49,97); }
H1.HeaderClassName
{
color: #653161;
}
.AnyTagClassName
{
color: #653161;
}
</style>
background-color css
<style>
a { background-color: #653161; }
a { background-color: rgb(101,49,97); }
div.DivClassName
{
background-color: #653161;
}
.BgClassName
{
background-color: #653161;
}
</style>
border-color css
<style>
span { border-color: #653161; }
span { border-color: rgb(101,49,97); }
td.TdClassName
{
border-color: #653161;
}
.TagClassName
{
border-color: #653161;
}
</style>