Shades of Palatinate Purple #652054
Tints of Palatinate Purple #652054
RGB
CMYK
RGB Variations
Color information
#652054 (or 0x652054) is known color: Palatinate Purple. HEX triplet: 65, 20 and 54. RGB value is (101,32,84). Sum of RGB (Red+Green+Blue) = 101+32+84=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #652054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652054 is #9ADFAB. Grayscale: #3A3A3A. Windows color (decimal): -10149804 or 5513317. OLE color: 5513317.
HSL color Cylindrical-coordinate representation of color #652054: hue angle of 314.78º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #652054 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 84 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.60 |
| HSL | 314.78º | 0.52% | 0.26% | - |
| HSV(B) | 314.78º | 0.68% | 0.4% | - |
| XYZ | 7.48 | 4.44 | 8.85 | - |
| YUV | 58.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 84 | 0 | 0.68 | 0.17 | 0.60 | 314.78 | 0.52 | 0.26 |
| Hex | 65 | 20 | 54 | 0 | 44 | 11 | 3C | 13B | 34 | 1A |
| Octal | 145 | 40 | 124 | 0 | 104 | 21 | 74 | 473 | 64 | 32 |
| Binary | 1100101 | 100000 | 1010100 | 0 | 1000100 | 10001 | 111100 | 100111011 | 110100 | 11010 |
Color Harmonies of #652054
Complementary color
Monochromatic Colors of #652054
Black with #652054
Text Example
Text Example
White with #652054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652054; }
p { color: rgb(101,32,84); }
H1.HeaderClassName
{
color: #652054;
}
.AnyTagClassName
{
color: #652054;
}
</style>
background-color css
<style>
a { background-color: #652054; }
a { background-color: rgb(101,32,84); }
div.DivClassName
{
background-color: #652054;
}
.BgClassName
{
background-color: #652054;
}
</style>
border-color css
<style>
span { border-color: #652054; }
span { border-color: rgb(101,32,84); }
td.TdClassName
{
border-color: #652054;
}
.TagClassName
{
border-color: #652054;
}
</style>