Shades of Palatinate Purple #652A59
Tints of Palatinate Purple #652A59
RGB
CMYK
RGB Variations
Color information
#652A59 (or 0x652A59) is known color: Palatinate Purple. HEX triplet: 65, 2A and 59. RGB value is (101,42,89). Sum of RGB (Red+Green+Blue) = 101+42+89=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #652A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652A59 is #9AD5A6. Grayscale: #404040. Windows color (decimal): -10147239 or 5843557. OLE color: 5843557.
HSL color Cylindrical-coordinate representation of color #652A59: hue angle of 312.2º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #652A59 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 42 | 89 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.60 |
| HSL | 312.2º | 0.41% | 0.28% | - |
| HSV(B) | 312.2º | 0.58% | 0.4% | - |
| XYZ | 8 | 5.14 | 10.02 | - |
| YUV | 65 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 89 | 0 | 0.58 | 0.12 | 0.60 | 312.2 | 0.41 | 0.28 |
| Hex | 65 | 2A | 59 | 0 | 3A | C | 3C | 138 | 29 | 1C |
| Octal | 145 | 52 | 131 | 0 | 72 | 14 | 74 | 470 | 51 | 34 |
| Binary | 1100101 | 101010 | 1011001 | 0 | 111010 | 1100 | 111100 | 100111000 | 101001 | 11100 |
Color Harmonies of #652A59
Complementary color
Monochromatic Colors of #652A59
Black with #652A59
Text Example
Text Example
White with #652A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A59; }
p { color: rgb(101,42,89); }
H1.HeaderClassName
{
color: #652A59;
}
.AnyTagClassName
{
color: #652A59;
}
</style>
background-color css
<style>
a { background-color: #652A59; }
a { background-color: rgb(101,42,89); }
div.DivClassName
{
background-color: #652A59;
}
.BgClassName
{
background-color: #652A59;
}
</style>
border-color css
<style>
span { border-color: #652A59; }
span { border-color: rgb(101,42,89); }
td.TdClassName
{
border-color: #652A59;
}
.TagClassName
{
border-color: #652A59;
}
</style>