Shades of Palatinate Purple #652159
Tints of Palatinate Purple #652159
RGB
CMYK
RGB Variations
Color information
#652159 (or 0x652159) is known color: Palatinate Purple. HEX triplet: 65, 21 and 59. RGB value is (101,33,89). Sum of RGB (Red+Green+Blue) = 101+33+89=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #652159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652159 is #9ADEA6. Grayscale: #3B3B3B. Windows color (decimal): -10149543 or 5841253. OLE color: 5841253.
HSL color Cylindrical-coordinate representation of color #652159: hue angle of 310.59º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652159 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 89 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.60 |
| HSL | 310.59º | 0.51% | 0.26% | - |
| HSV(B) | 310.59º | 0.67% | 0.4% | - |
| XYZ | 7.71 | 4.58 | 9.93 | - |
| YUV | 59.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 89 | 0 | 0.67 | 0.12 | 0.60 | 310.59 | 0.51 | 0.26 |
| Hex | 65 | 21 | 59 | 0 | 43 | C | 3C | 137 | 33 | 1A |
| Octal | 145 | 41 | 131 | 0 | 103 | 14 | 74 | 467 | 63 | 32 |
| Binary | 1100101 | 100001 | 1011001 | 0 | 1000011 | 1100 | 111100 | 100110111 | 110011 | 11010 |
Color Harmonies of #652159
Complementary color
Monochromatic Colors of #652159
Black with #652159
Text Example
Text Example
White with #652159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652159; }
p { color: rgb(101,33,89); }
H1.HeaderClassName
{
color: #652159;
}
.AnyTagClassName
{
color: #652159;
}
</style>
background-color css
<style>
a { background-color: #652159; }
a { background-color: rgb(101,33,89); }
div.DivClassName
{
background-color: #652159;
}
.BgClassName
{
background-color: #652159;
}
</style>
border-color css
<style>
span { border-color: #652159; }
span { border-color: rgb(101,33,89); }
td.TdClassName
{
border-color: #652159;
}
.TagClassName
{
border-color: #652159;
}
</style>