Shades of Palatinate Purple #643E5D
Tints of Palatinate Purple #643E5D
RGB
CMYK
RGB Variations
Color information
#643E5D (or 0x643E5D) is known color: Palatinate Purple. HEX triplet: 64, 3E and 5D. RGB value is (100,62,93). Sum of RGB (Red+Green+Blue) = 100+62+93=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #643E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643E5D is #9BC1A2. Grayscale: #4C4C4C. Windows color (decimal): -10207651 or 6110820. OLE color: 6110820.
HSL color Cylindrical-coordinate representation of color #643E5D: hue angle of 311.05º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #643E5D is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 93 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.61 |
| HSL | 311.05º | 0.23% | 0.32% | - |
| HSV(B) | 311.05º | 0.38% | 0.39% | - |
| XYZ | 8.95 | 6.94 | 11.22 | - |
| YUV | 76.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 93 | 0 | 0.38 | 0.07 | 0.61 | 311.05 | 0.23 | 0.32 |
| Hex | 64 | 3E | 5D | 0 | 26 | 7 | 3D | 137 | 17 | 20 |
| Octal | 144 | 76 | 135 | 0 | 46 | 7 | 75 | 467 | 27 | 40 |
| Binary | 1100100 | 111110 | 1011101 | 0 | 100110 | 111 | 111101 | 100110111 | 10111 | 100000 |
Color Harmonies of #643E5D
Complementary color
Monochromatic Colors of #643E5D
Black with #643E5D
Text Example
Text Example
White with #643E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E5D; }
p { color: rgb(100,62,93); }
H1.HeaderClassName
{
color: #643E5D;
}
.AnyTagClassName
{
color: #643E5D;
}
</style>
background-color css
<style>
a { background-color: #643E5D; }
a { background-color: rgb(100,62,93); }
div.DivClassName
{
background-color: #643E5D;
}
.BgClassName
{
background-color: #643E5D;
}
</style>
border-color css
<style>
span { border-color: #643E5D; }
span { border-color: rgb(100,62,93); }
td.TdClassName
{
border-color: #643E5D;
}
.TagClassName
{
border-color: #643E5D;
}
</style>