Shades of Palatinate Purple #652853
Tints of Palatinate Purple #652853
RGB
CMYK
RGB Variations
Color information
#652853 (or 0x652853) is known color: Palatinate Purple. HEX triplet: 65, 28 and 53. RGB value is (101,40,83). Sum of RGB (Red+Green+Blue) = 101+40+83=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #652853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652853 is #9AD7AC. Grayscale: #3F3F3F. Windows color (decimal): -10147757 or 5449829. OLE color: 5449829.
HSL color Cylindrical-coordinate representation of color #652853: hue angle of 317.7º 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 #652853 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 83 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.60 |
| HSL | 317.7º | 0.43% | 0.28% | - |
| HSV(B) | 317.7º | 0.6% | 0.4% | - |
| XYZ | 7.69 | 4.91 | 8.73 | - |
| YUV | 63.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 83 | 0 | 0.60 | 0.18 | 0.60 | 317.7 | 0.43 | 0.28 |
| Hex | 65 | 28 | 53 | 0 | 3C | 12 | 3C | 13E | 2B | 1C |
| Octal | 145 | 50 | 123 | 0 | 74 | 22 | 74 | 476 | 53 | 34 |
| Binary | 1100101 | 101000 | 1010011 | 0 | 111100 | 10010 | 111100 | 100111110 | 101011 | 11100 |
Color Harmonies of #652853
Complementary color
Monochromatic Colors of #652853
Black with #652853
Text Example
Text Example
White with #652853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652853; }
p { color: rgb(101,40,83); }
H1.HeaderClassName
{
color: #652853;
}
.AnyTagClassName
{
color: #652853;
}
</style>
background-color css
<style>
a { background-color: #652853; }
a { background-color: rgb(101,40,83); }
div.DivClassName
{
background-color: #652853;
}
.BgClassName
{
background-color: #652853;
}
</style>
border-color css
<style>
span { border-color: #652853; }
span { border-color: rgb(101,40,83); }
td.TdClassName
{
border-color: #652853;
}
.TagClassName
{
border-color: #652853;
}
</style>