Shades of Palatinate Purple #643959
Tints of Palatinate Purple #643959
RGB
CMYK
RGB Variations
Color information
#643959 (or 0x643959) is known color: Palatinate Purple. HEX triplet: 64, 39 and 59. RGB value is (100,57,89). Sum of RGB (Red+Green+Blue) = 100+57+89=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #643959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643959 is #9BC6A6. Grayscale: #494949. Windows color (decimal): -10208935 or 5847396. OLE color: 5847396.
HSL color Cylindrical-coordinate representation of color #643959: hue angle of 315.35º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #643959 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 89 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.61 |
| HSL | 315.35º | 0.27% | 0.31% | - |
| HSV(B) | 315.35º | 0.43% | 0.39% | - |
| XYZ | 8.52 | 6.36 | 10.23 | - |
| YUV | 73.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 89 | 0 | 0.43 | 0.11 | 0.61 | 315.35 | 0.27 | 0.31 |
| Hex | 64 | 39 | 59 | 0 | 2B | B | 3D | 13B | 1B | 1F |
| Octal | 144 | 71 | 131 | 0 | 53 | 13 | 75 | 473 | 33 | 37 |
| Binary | 1100100 | 111001 | 1011001 | 0 | 101011 | 1011 | 111101 | 100111011 | 11011 | 11111 |
Color Harmonies of #643959
Complementary color
Monochromatic Colors of #643959
Black with #643959
Text Example
Text Example
White with #643959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643959; }
p { color: rgb(100,57,89); }
H1.HeaderClassName
{
color: #643959;
}
.AnyTagClassName
{
color: #643959;
}
</style>
background-color css
<style>
a { background-color: #643959; }
a { background-color: rgb(100,57,89); }
div.DivClassName
{
background-color: #643959;
}
.BgClassName
{
background-color: #643959;
}
</style>
border-color css
<style>
span { border-color: #643959; }
span { border-color: rgb(100,57,89); }
td.TdClassName
{
border-color: #643959;
}
.TagClassName
{
border-color: #643959;
}
</style>