Shades of Palatinate Purple #652863
Tints of Palatinate Purple #652863
RGB
CMYK
RGB Variations
Color information
#652863 (or 0x652863) is known color: Palatinate Purple. HEX triplet: 65, 28 and 63. RGB value is (101,40,99). Sum of RGB (Red+Green+Blue) = 101+40+99=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #652863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652863 is #9AD79C. Grayscale: #404040. Windows color (decimal): -10147741 or 6498405. OLE color: 6498405.
HSL color Cylindrical-coordinate representation of color #652863: hue angle of 301.97º 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 #652863 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 99 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.60 |
| HSL | 301.97º | 0.43% | 0.28% | - |
| HSV(B) | 301.97º | 0.6% | 0.4% | - |
| XYZ | 8.38 | 5.19 | 12.36 | - |
| YUV | 64.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 99 | 0 | 0.60 | 0.02 | 0.60 | 301.97 | 0.43 | 0.28 |
| Hex | 65 | 28 | 63 | 0 | 3C | 2 | 3C | 12E | 2B | 1C |
| Octal | 145 | 50 | 143 | 0 | 74 | 2 | 74 | 456 | 53 | 34 |
| Binary | 1100101 | 101000 | 1100011 | 0 | 111100 | 10 | 111100 | 100101110 | 101011 | 11100 |
Color Harmonies of #652863
Complementary color
Monochromatic Colors of #652863
Black with #652863
Text Example
Text Example
White with #652863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652863; }
p { color: rgb(101,40,99); }
H1.HeaderClassName
{
color: #652863;
}
.AnyTagClassName
{
color: #652863;
}
</style>
background-color css
<style>
a { background-color: #652863; }
a { background-color: rgb(101,40,99); }
div.DivClassName
{
background-color: #652863;
}
.BgClassName
{
background-color: #652863;
}
</style>
border-color css
<style>
span { border-color: #652863; }
span { border-color: rgb(101,40,99); }
td.TdClassName
{
border-color: #652863;
}
.TagClassName
{
border-color: #652863;
}
</style>