Shades of Palatinate Purple #652865
Tints of Palatinate Purple #652865
RGB
CMYK
RGB Variations
Color information
#652865 (or 0x652865) is known color: Palatinate Purple. HEX triplet: 65, 28 and 65. RGB value is (101,40,101). Sum of RGB (Red+Green+Blue) = 101+40+101=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #652865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652865 is #9AD79A. Grayscale: #414141. Windows color (decimal): -10147739 or 6629477. OLE color: 6629477.
HSL color Cylindrical-coordinate representation of color #652865: hue angle of 300º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #652865 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 101 | - |
| CMYK | 0 | 0.60 | 0 | 0.60 |
| HSL | 300º | 0.43% | 0.28% | - |
| HSV(B) | 300º | 0.6% | 0.4% | - |
| XYZ | 8.47 | 5.22 | 12.87 | - |
| YUV | 65.19 | 148.21 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 101 | 0 | 0.60 | 0 | 0.60 | 300 | 0.43 | 0.28 |
| Hex | 65 | 28 | 65 | 0 | 3C | 0 | 3C | 12C | 2B | 1C |
| Octal | 145 | 50 | 145 | 0 | 74 | 0 | 74 | 454 | 53 | 34 |
| Binary | 1100101 | 101000 | 1100101 | 0 | 111100 | 0 | 111100 | 100101100 | 101011 | 11100 |
Color Harmonies of #652865
Complementary color
Monochromatic Colors of #652865
Black with #652865
Text Example
Text Example
White with #652865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652865; }
p { color: rgb(101,40,101); }
H1.HeaderClassName
{
color: #652865;
}
.AnyTagClassName
{
color: #652865;
}
</style>
background-color css
<style>
a { background-color: #652865; }
a { background-color: rgb(101,40,101); }
div.DivClassName
{
background-color: #652865;
}
.BgClassName
{
background-color: #652865;
}
</style>
border-color css
<style>
span { border-color: #652865; }
span { border-color: rgb(101,40,101); }
td.TdClassName
{
border-color: #652865;
}
.TagClassName
{
border-color: #652865;
}
</style>