Shades of Palatinate Purple #652F54
Tints of Palatinate Purple #652F54
RGB
CMYK
RGB Variations
Color information
#652F54 (or 0x652F54) is known color: Palatinate Purple. HEX triplet: 65, 2F and 54. RGB value is (101,47,84). Sum of RGB (Red+Green+Blue) = 101+47+84=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #652F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F54 is #9AD0AB. Grayscale: #434343. Windows color (decimal): -10145964 or 5517157. OLE color: 5517157.
HSL color Cylindrical-coordinate representation of color #652F54: hue angle of 318.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F54 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 84 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.60 |
| HSL | 318.89º | 0.36% | 0.29% | - |
| HSV(B) | 318.89º | 0.53% | 0.4% | - |
| XYZ | 7.98 | 5.44 | 9.02 | - |
| YUV | 67.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 84 | 0 | 0.53 | 0.17 | 0.60 | 318.89 | 0.36 | 0.29 |
| Hex | 65 | 2F | 54 | 0 | 35 | 11 | 3C | 13F | 24 | 1D |
| Octal | 145 | 57 | 124 | 0 | 65 | 21 | 74 | 477 | 44 | 35 |
| Binary | 1100101 | 101111 | 1010100 | 0 | 110101 | 10001 | 111100 | 100111111 | 100100 | 11101 |
Color Harmonies of #652F54
Complementary color
Monochromatic Colors of #652F54
Black with #652F54
Text Example
Text Example
White with #652F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F54; }
p { color: rgb(101,47,84); }
H1.HeaderClassName
{
color: #652F54;
}
.AnyTagClassName
{
color: #652F54;
}
</style>
background-color css
<style>
a { background-color: #652F54; }
a { background-color: rgb(101,47,84); }
div.DivClassName
{
background-color: #652F54;
}
.BgClassName
{
background-color: #652F54;
}
</style>
border-color css
<style>
span { border-color: #652F54; }
span { border-color: rgb(101,47,84); }
td.TdClassName
{
border-color: #652F54;
}
.TagClassName
{
border-color: #652F54;
}
</style>