Shades of Palatinate Purple #652352
Tints of Palatinate Purple #652352
RGB
CMYK
RGB Variations
Color information
#652352 (or 0x652352) is known color: Palatinate Purple. HEX triplet: 65, 23 and 52. RGB value is (101,35,82). Sum of RGB (Red+Green+Blue) = 101+35+82=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #652352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652352 is #9ADCAD. Grayscale: #3B3B3B. Windows color (decimal): -10149038 or 5383013. OLE color: 5383013.
HSL color Cylindrical-coordinate representation of color #652352: hue angle of 317.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652352 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 82 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.60 |
| HSL | 317.27º | 0.49% | 0.27% | - |
| HSV(B) | 317.27º | 0.65% | 0.4% | - |
| XYZ | 7.49 | 4.58 | 8.47 | - |
| YUV | 60.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 82 | 0 | 0.65 | 0.19 | 0.60 | 317.27 | 0.49 | 0.27 |
| Hex | 65 | 23 | 52 | 0 | 41 | 13 | 3C | 13D | 31 | 1B |
| Octal | 145 | 43 | 122 | 0 | 101 | 23 | 74 | 475 | 61 | 33 |
| Binary | 1100101 | 100011 | 1010010 | 0 | 1000001 | 10011 | 111100 | 100111101 | 110001 | 11011 |
Color Harmonies of #652352
Complementary color
Monochromatic Colors of #652352
Black with #652352
Text Example
Text Example
White with #652352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652352; }
p { color: rgb(101,35,82); }
H1.HeaderClassName
{
color: #652352;
}
.AnyTagClassName
{
color: #652352;
}
</style>
background-color css
<style>
a { background-color: #652352; }
a { background-color: rgb(101,35,82); }
div.DivClassName
{
background-color: #652352;
}
.BgClassName
{
background-color: #652352;
}
</style>
border-color css
<style>
span { border-color: #652352; }
span { border-color: rgb(101,35,82); }
td.TdClassName
{
border-color: #652352;
}
.TagClassName
{
border-color: #652352;
}
</style>