Shades of Palatinate Purple #652551
Tints of Palatinate Purple #652551
RGB
CMYK
RGB Variations
Color information
#652551 (or 0x652551) is known color: Palatinate Purple. HEX triplet: 65, 25 and 51. RGB value is (101,37,81). Sum of RGB (Red+Green+Blue) = 101+37+81=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #652551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652551 is #9ADAAE. Grayscale: #3D3D3D. Windows color (decimal): -10148527 or 5317989. OLE color: 5317989.
HSL color Cylindrical-coordinate representation of color #652551: hue angle of 318.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652551 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 81 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.60 |
| HSL | 318.75º | 0.46% | 0.27% | - |
| HSV(B) | 318.75º | 0.63% | 0.4% | - |
| XYZ | 7.51 | 4.68 | 8.29 | - |
| YUV | 61.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 81 | 0 | 0.63 | 0.20 | 0.60 | 318.75 | 0.46 | 0.27 |
| Hex | 65 | 25 | 51 | 0 | 3F | 14 | 3C | 13F | 2E | 1B |
| Octal | 145 | 45 | 121 | 0 | 77 | 24 | 74 | 477 | 56 | 33 |
| Binary | 1100101 | 100101 | 1010001 | 0 | 111111 | 10100 | 111100 | 100111111 | 101110 | 11011 |
Color Harmonies of #652551
Complementary color
Monochromatic Colors of #652551
Black with #652551
Text Example
Text Example
White with #652551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652551; }
p { color: rgb(101,37,81); }
H1.HeaderClassName
{
color: #652551;
}
.AnyTagClassName
{
color: #652551;
}
</style>
background-color css
<style>
a { background-color: #652551; }
a { background-color: rgb(101,37,81); }
div.DivClassName
{
background-color: #652551;
}
.BgClassName
{
background-color: #652551;
}
</style>
border-color css
<style>
span { border-color: #652551; }
span { border-color: rgb(101,37,81); }
td.TdClassName
{
border-color: #652551;
}
.TagClassName
{
border-color: #652551;
}
</style>