Shades of Palatinate Purple #652752
Tints of Palatinate Purple #652752
RGB
CMYK
RGB Variations
Color information
#652752 (or 0x652752) is known color: Palatinate Purple. HEX triplet: 65, 27 and 52. RGB value is (101,39,82). Sum of RGB (Red+Green+Blue) = 101+39+82=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #652752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652752 is #9AD8AD. Grayscale: #3E3E3E. Windows color (decimal): -10148014 or 5384037. OLE color: 5384037.
HSL color Cylindrical-coordinate representation of color #652752: hue angle of 318.39º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #652752 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 39 | 82 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.60 |
| HSL | 318.39º | 0.44% | 0.27% | - |
| HSV(B) | 318.39º | 0.61% | 0.4% | - |
| XYZ | 7.62 | 4.83 | 8.51 | - |
| YUV | 62.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 82 | 0 | 0.61 | 0.19 | 0.60 | 318.39 | 0.44 | 0.27 |
| Hex | 65 | 27 | 52 | 0 | 3D | 13 | 3C | 13E | 2C | 1B |
| Octal | 145 | 47 | 122 | 0 | 75 | 23 | 74 | 476 | 54 | 33 |
| Binary | 1100101 | 100111 | 1010010 | 0 | 111101 | 10011 | 111100 | 100111110 | 101100 | 11011 |
Color Harmonies of #652752
Complementary color
Monochromatic Colors of #652752
Black with #652752
Text Example
Text Example
White with #652752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652752; }
p { color: rgb(101,39,82); }
H1.HeaderClassName
{
color: #652752;
}
.AnyTagClassName
{
color: #652752;
}
</style>
background-color css
<style>
a { background-color: #652752; }
a { background-color: rgb(101,39,82); }
div.DivClassName
{
background-color: #652752;
}
.BgClassName
{
background-color: #652752;
}
</style>
border-color css
<style>
span { border-color: #652752; }
span { border-color: rgb(101,39,82); }
td.TdClassName
{
border-color: #652752;
}
.TagClassName
{
border-color: #652752;
}
</style>