Shades of Palatinate Purple #652360
Tints of Palatinate Purple #652360
RGB
CMYK
RGB Variations
Color information
#652360 (or 0x652360) is known color: Palatinate Purple. HEX triplet: 65, 23 and 60. RGB value is (101,35,96). Sum of RGB (Red+Green+Blue) = 101+35+96=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #652360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652360 is #9ADC9F. Grayscale: #3D3D3D. Windows color (decimal): -10149024 or 6300517. OLE color: 6300517.
HSL color Cylindrical-coordinate representation of color #652360: hue angle of 304.55º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652360 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 96 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.60 |
| HSL | 304.55º | 0.49% | 0.27% | - |
| HSV(B) | 304.55º | 0.65% | 0.4% | - |
| XYZ | 8.08 | 4.81 | 11.57 | - |
| YUV | 61.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 96 | 0 | 0.65 | 0.05 | 0.60 | 304.55 | 0.49 | 0.27 |
| Hex | 65 | 23 | 60 | 0 | 41 | 5 | 3C | 131 | 31 | 1B |
| Octal | 145 | 43 | 140 | 0 | 101 | 5 | 74 | 461 | 61 | 33 |
| Binary | 1100101 | 100011 | 1100000 | 0 | 1000001 | 101 | 111100 | 100110001 | 110001 | 11011 |
Color Harmonies of #652360
Complementary color
Monochromatic Colors of #652360
Black with #652360
Text Example
Text Example
White with #652360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652360; }
p { color: rgb(101,35,96); }
H1.HeaderClassName
{
color: #652360;
}
.AnyTagClassName
{
color: #652360;
}
</style>
background-color css
<style>
a { background-color: #652360; }
a { background-color: rgb(101,35,96); }
div.DivClassName
{
background-color: #652360;
}
.BgClassName
{
background-color: #652360;
}
</style>
border-color css
<style>
span { border-color: #652360; }
span { border-color: rgb(101,35,96); }
td.TdClassName
{
border-color: #652360;
}
.TagClassName
{
border-color: #652360;
}
</style>