Shades of Palatinate Purple #643555
Tints of Palatinate Purple #643555
RGB
CMYK
RGB Variations
Color information
#643555 (or 0x643555) is known color: Palatinate Purple. HEX triplet: 64, 35 and 55. RGB value is (100,53,85). Sum of RGB (Red+Green+Blue) = 100+53+85=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #643555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643555 is #9BCAAA. Grayscale: #464646. Windows color (decimal): -10209963 or 5584228. OLE color: 5584228.
HSL color Cylindrical-coordinate representation of color #643555: hue angle of 319.15º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #643555 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 85 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.61 |
| HSL | 319.15º | 0.31% | 0.3% | - |
| HSV(B) | 319.15º | 0.47% | 0.39% | - |
| XYZ | 8.17 | 5.91 | 9.3 | - |
| YUV | 70.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 85 | 0 | 0.47 | 0.15 | 0.61 | 319.15 | 0.31 | 0.3 |
| Hex | 64 | 35 | 55 | 0 | 2F | F | 3D | 13F | 1F | 1E |
| Octal | 144 | 65 | 125 | 0 | 57 | 17 | 75 | 477 | 37 | 36 |
| Binary | 1100100 | 110101 | 1010101 | 0 | 101111 | 1111 | 111101 | 100111111 | 11111 | 11110 |
Color Harmonies of #643555
Complementary color
Monochromatic Colors of #643555
Black with #643555
Text Example
Text Example
White with #643555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643555; }
p { color: rgb(100,53,85); }
H1.HeaderClassName
{
color: #643555;
}
.AnyTagClassName
{
color: #643555;
}
</style>
background-color css
<style>
a { background-color: #643555; }
a { background-color: rgb(100,53,85); }
div.DivClassName
{
background-color: #643555;
}
.BgClassName
{
background-color: #643555;
}
</style>
border-color css
<style>
span { border-color: #643555; }
span { border-color: rgb(100,53,85); }
td.TdClassName
{
border-color: #643555;
}
.TagClassName
{
border-color: #643555;
}
</style>