Shades of Palatinate Purple #652F59
Tints of Palatinate Purple #652F59
RGB
CMYK
RGB Variations
Color information
#652F59 (or 0x652F59) is known color: Palatinate Purple. HEX triplet: 65, 2F and 59. RGB value is (101,47,89). Sum of RGB (Red+Green+Blue) = 101+47+89=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #652F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F59 is #9AD0A6. Grayscale: #434343. Windows color (decimal): -10145959 or 5844837. OLE color: 5844837.
HSL color Cylindrical-coordinate representation of color #652F59: hue angle of 313.33º 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 #652F59 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 89 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.60 |
| HSL | 313.33º | 0.36% | 0.29% | - |
| HSV(B) | 313.33º | 0.53% | 0.4% | - |
| XYZ | 8.19 | 5.52 | 10.09 | - |
| YUV | 67.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 89 | 0 | 0.53 | 0.12 | 0.60 | 313.33 | 0.36 | 0.29 |
| Hex | 65 | 2F | 59 | 0 | 35 | C | 3C | 139 | 24 | 1D |
| Octal | 145 | 57 | 131 | 0 | 65 | 14 | 74 | 471 | 44 | 35 |
| Binary | 1100101 | 101111 | 1011001 | 0 | 110101 | 1100 | 111100 | 100111001 | 100100 | 11101 |
Color Harmonies of #652F59
Complementary color
Monochromatic Colors of #652F59
Black with #652F59
Text Example
Text Example
White with #652F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F59; }
p { color: rgb(101,47,89); }
H1.HeaderClassName
{
color: #652F59;
}
.AnyTagClassName
{
color: #652F59;
}
</style>
background-color css
<style>
a { background-color: #652F59; }
a { background-color: rgb(101,47,89); }
div.DivClassName
{
background-color: #652F59;
}
.BgClassName
{
background-color: #652F59;
}
</style>
border-color css
<style>
span { border-color: #652F59; }
span { border-color: rgb(101,47,89); }
td.TdClassName
{
border-color: #652F59;
}
.TagClassName
{
border-color: #652F59;
}
</style>