Shades of Palatinate Purple #652B59
Tints of Palatinate Purple #652B59
RGB
CMYK
RGB Variations
Color information
#652B59 (or 0x652B59) is known color: Palatinate Purple. HEX triplet: 65, 2B and 59. RGB value is (101,43,89). Sum of RGB (Red+Green+Blue) = 101+43+89=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #652B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652B59 is #9AD4A6. Grayscale: #414141. Windows color (decimal): -10146983 or 5843813. OLE color: 5843813.
HSL color Cylindrical-coordinate representation of color #652B59: hue angle of 312.41º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #652B59 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 89 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.60 |
| HSL | 312.41º | 0.4% | 0.28% | - |
| HSV(B) | 312.41º | 0.57% | 0.4% | - |
| XYZ | 8.03 | 5.22 | 10.03 | - |
| YUV | 65.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 89 | 0 | 0.57 | 0.12 | 0.60 | 312.41 | 0.4 | 0.28 |
| Hex | 65 | 2B | 59 | 0 | 39 | C | 3C | 138 | 28 | 1C |
| Octal | 145 | 53 | 131 | 0 | 71 | 14 | 74 | 470 | 50 | 34 |
| Binary | 1100101 | 101011 | 1011001 | 0 | 111001 | 1100 | 111100 | 100111000 | 101000 | 11100 |
Color Harmonies of #652B59
Complementary color
Monochromatic Colors of #652B59
Black with #652B59
Text Example
Text Example
White with #652B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B59; }
p { color: rgb(101,43,89); }
H1.HeaderClassName
{
color: #652B59;
}
.AnyTagClassName
{
color: #652B59;
}
</style>
background-color css
<style>
a { background-color: #652B59; }
a { background-color: rgb(101,43,89); }
div.DivClassName
{
background-color: #652B59;
}
.BgClassName
{
background-color: #652B59;
}
</style>
border-color css
<style>
span { border-color: #652B59; }
span { border-color: rgb(101,43,89); }
td.TdClassName
{
border-color: #652B59;
}
.TagClassName
{
border-color: #652B59;
}
</style>