Shades of Palatinate Purple #643252
Tints of Palatinate Purple #643252
RGB
CMYK
RGB Variations
Color information
#643252 (or 0x643252) is known color: Palatinate Purple. HEX triplet: 64, 32 and 52. RGB value is (100,50,82). Sum of RGB (Red+Green+Blue) = 100+50+82=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #643252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643252 is #9BCDAD. Grayscale: #444444. Windows color (decimal): -10210734 or 5386852. OLE color: 5386852.
HSL color Cylindrical-coordinate representation of color #643252: hue angle of 321.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643252 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 82 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.61 |
| HSL | 321.6º | 0.33% | 0.29% | - |
| HSV(B) | 321.6º | 0.5% | 0.39% | - |
| XYZ | 7.92 | 5.6 | 8.65 | - |
| YUV | 68.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 82 | 0 | 0.50 | 0.18 | 0.61 | 321.6 | 0.33 | 0.29 |
| Hex | 64 | 32 | 52 | 0 | 32 | 12 | 3D | 142 | 21 | 1D |
| Octal | 144 | 62 | 122 | 0 | 62 | 22 | 75 | 502 | 41 | 35 |
| Binary | 1100100 | 110010 | 1010010 | 0 | 110010 | 10010 | 111101 | 101000010 | 100001 | 11101 |
Color Harmonies of #643252
Complementary color
Monochromatic Colors of #643252
Black with #643252
Text Example
Text Example
White with #643252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643252; }
p { color: rgb(100,50,82); }
H1.HeaderClassName
{
color: #643252;
}
.AnyTagClassName
{
color: #643252;
}
</style>
background-color css
<style>
a { background-color: #643252; }
a { background-color: rgb(100,50,82); }
div.DivClassName
{
background-color: #643252;
}
.BgClassName
{
background-color: #643252;
}
</style>
border-color css
<style>
span { border-color: #643252; }
span { border-color: rgb(100,50,82); }
td.TdClassName
{
border-color: #643252;
}
.TagClassName
{
border-color: #643252;
}
</style>