Shades of Palatinate Purple #652C60
Tints of Palatinate Purple #652C60
RGB
CMYK
RGB Variations
Color information
#652C60 (or 0x652C60) is known color: Palatinate Purple. HEX triplet: 65, 2C and 60. RGB value is (101,44,96). Sum of RGB (Red+Green+Blue) = 101+44+96=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #652C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C60 is #9AD39F. Grayscale: #424242. Windows color (decimal): -10146720 or 6302821. OLE color: 6302821.
HSL color Cylindrical-coordinate representation of color #652C60: hue angle of 305.26º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C60 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 96 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.60 |
| HSL | 305.26º | 0.39% | 0.28% | - |
| HSV(B) | 305.26º | 0.56% | 0.4% | - |
| XYZ | 8.38 | 5.41 | 11.67 | - |
| YUV | 66.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 96 | 0 | 0.56 | 0.05 | 0.60 | 305.26 | 0.39 | 0.28 |
| Hex | 65 | 2C | 60 | 0 | 38 | 5 | 3C | 131 | 27 | 1C |
| Octal | 145 | 54 | 140 | 0 | 70 | 5 | 74 | 461 | 47 | 34 |
| Binary | 1100101 | 101100 | 1100000 | 0 | 111000 | 101 | 111100 | 100110001 | 100111 | 11100 |
Color Harmonies of #652C60
Complementary color
Monochromatic Colors of #652C60
Black with #652C60
Text Example
Text Example
White with #652C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C60; }
p { color: rgb(101,44,96); }
H1.HeaderClassName
{
color: #652C60;
}
.AnyTagClassName
{
color: #652C60;
}
</style>
background-color css
<style>
a { background-color: #652C60; }
a { background-color: rgb(101,44,96); }
div.DivClassName
{
background-color: #652C60;
}
.BgClassName
{
background-color: #652C60;
}
</style>
border-color css
<style>
span { border-color: #652C60; }
span { border-color: rgb(101,44,96); }
td.TdClassName
{
border-color: #652C60;
}
.TagClassName
{
border-color: #652C60;
}
</style>