Shades of Palatinate Purple #653061
Tints of Palatinate Purple #653061
RGB
CMYK
RGB Variations
Color information
#653061 (or 0x653061) is known color: Palatinate Purple. HEX triplet: 65, 30 and 61. RGB value is (101,48,97). Sum of RGB (Red+Green+Blue) = 101+48+97=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #653061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653061 is #9ACF9E. Grayscale: #454545. Windows color (decimal): -10145695 or 6369381. OLE color: 6369381.
HSL color Cylindrical-coordinate representation of color #653061: hue angle of 304.53º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653061 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 97 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.60 |
| HSL | 304.53º | 0.36% | 0.29% | - |
| HSV(B) | 304.53º | 0.52% | 0.4% | - |
| XYZ | 8.58 | 5.74 | 11.97 | - |
| YUV | 69.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 97 | 0 | 0.52 | 0.04 | 0.60 | 304.53 | 0.36 | 0.29 |
| Hex | 65 | 30 | 61 | 0 | 34 | 4 | 3C | 131 | 24 | 1D |
| Octal | 145 | 60 | 141 | 0 | 64 | 4 | 74 | 461 | 44 | 35 |
| Binary | 1100101 | 110000 | 1100001 | 0 | 110100 | 100 | 111100 | 100110001 | 100100 | 11101 |
Color Harmonies of #653061
Complementary color
Monochromatic Colors of #653061
Black with #653061
Text Example
Text Example
White with #653061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653061; }
p { color: rgb(101,48,97); }
H1.HeaderClassName
{
color: #653061;
}
.AnyTagClassName
{
color: #653061;
}
</style>
background-color css
<style>
a { background-color: #653061; }
a { background-color: rgb(101,48,97); }
div.DivClassName
{
background-color: #653061;
}
.BgClassName
{
background-color: #653061;
}
</style>
border-color css
<style>
span { border-color: #653061; }
span { border-color: rgb(101,48,97); }
td.TdClassName
{
border-color: #653061;
}
.TagClassName
{
border-color: #653061;
}
</style>