Shades of Palatinate Purple #643152
Tints of Palatinate Purple #643152
RGB
CMYK
RGB Variations
Color information
#643152 (or 0x643152) is known color: Palatinate Purple. HEX triplet: 64, 31 and 52. RGB value is (100,49,82). Sum of RGB (Red+Green+Blue) = 100+49+82=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #643152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643152 is #9BCEAD. Grayscale: #434343. Windows color (decimal): -10210990 or 5386596. OLE color: 5386596.
HSL color Cylindrical-coordinate representation of color #643152: hue angle of 321.18º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #643152 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 82 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.61 |
| HSL | 321.18º | 0.34% | 0.29% | - |
| HSV(B) | 321.18º | 0.51% | 0.39% | - |
| XYZ | 7.88 | 5.52 | 8.63 | - |
| YUV | 68.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 82 | 0 | 0.51 | 0.18 | 0.61 | 321.18 | 0.34 | 0.29 |
| Hex | 64 | 31 | 52 | 0 | 33 | 12 | 3D | 141 | 22 | 1D |
| Octal | 144 | 61 | 122 | 0 | 63 | 22 | 75 | 501 | 42 | 35 |
| Binary | 1100100 | 110001 | 1010010 | 0 | 110011 | 10010 | 111101 | 101000001 | 100010 | 11101 |
Color Harmonies of #643152
Complementary color
Monochromatic Colors of #643152
Black with #643152
Text Example
Text Example
White with #643152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643152; }
p { color: rgb(100,49,82); }
H1.HeaderClassName
{
color: #643152;
}
.AnyTagClassName
{
color: #643152;
}
</style>
background-color css
<style>
a { background-color: #643152; }
a { background-color: rgb(100,49,82); }
div.DivClassName
{
background-color: #643152;
}
.BgClassName
{
background-color: #643152;
}
</style>
border-color css
<style>
span { border-color: #643152; }
span { border-color: rgb(100,49,82); }
td.TdClassName
{
border-color: #643152;
}
.TagClassName
{
border-color: #643152;
}
</style>