Shades of Palatinate Purple #652E59
Tints of Palatinate Purple #652E59
RGB
CMYK
RGB Variations
Color information
#652E59 (or 0x652E59) is known color: Palatinate Purple. HEX triplet: 65, 2E and 59. RGB value is (101,46,89). Sum of RGB (Red+Green+Blue) = 101+46+89=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #652E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652E59 is #9AD1A6. Grayscale: #434343. Windows color (decimal): -10146215 or 5844581. OLE color: 5844581.
HSL color Cylindrical-coordinate representation of color #652E59: hue angle of 313.09º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #652E59 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 89 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.60 |
| HSL | 313.09º | 0.37% | 0.29% | - |
| HSV(B) | 313.09º | 0.54% | 0.4% | - |
| XYZ | 8.15 | 5.44 | 10.07 | - |
| YUV | 67.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 89 | 0 | 0.54 | 0.12 | 0.60 | 313.09 | 0.37 | 0.29 |
| Hex | 65 | 2E | 59 | 0 | 36 | C | 3C | 139 | 25 | 1D |
| Octal | 145 | 56 | 131 | 0 | 66 | 14 | 74 | 471 | 45 | 35 |
| Binary | 1100101 | 101110 | 1011001 | 0 | 110110 | 1100 | 111100 | 100111001 | 100101 | 11101 |
Color Harmonies of #652E59
Complementary color
Monochromatic Colors of #652E59
Black with #652E59
Text Example
Text Example
White with #652E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E59; }
p { color: rgb(101,46,89); }
H1.HeaderClassName
{
color: #652E59;
}
.AnyTagClassName
{
color: #652E59;
}
</style>
background-color css
<style>
a { background-color: #652E59; }
a { background-color: rgb(101,46,89); }
div.DivClassName
{
background-color: #652E59;
}
.BgClassName
{
background-color: #652E59;
}
</style>
border-color css
<style>
span { border-color: #652E59; }
span { border-color: rgb(101,46,89); }
td.TdClassName
{
border-color: #652E59;
}
.TagClassName
{
border-color: #652E59;
}
</style>