Shades of Palatinate Purple #643E5B
Tints of Palatinate Purple #643E5B
RGB
CMYK
RGB Variations
Color information
#643E5B (or 0x643E5B) is known color: Palatinate Purple. HEX triplet: 64, 3E and 5B. RGB value is (100,62,91). Sum of RGB (Red+Green+Blue) = 100+62+91=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #643E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643E5B is #9BC1A4. Grayscale: #4C4C4C. Windows color (decimal): -10207653 or 5979748. OLE color: 5979748.
HSL color Cylindrical-coordinate representation of color #643E5B: hue angle of 314.21º 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 #643E5B is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 91 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.61 |
| HSL | 314.21º | 0.23% | 0.32% | - |
| HSV(B) | 314.21º | 0.38% | 0.39% | - |
| XYZ | 8.87 | 6.91 | 10.76 | - |
| YUV | 76.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 91 | 0 | 0.38 | 0.09 | 0.61 | 314.21 | 0.23 | 0.32 |
| Hex | 64 | 3E | 5B | 0 | 26 | 9 | 3D | 13A | 17 | 20 |
| Octal | 144 | 76 | 133 | 0 | 46 | 11 | 75 | 472 | 27 | 40 |
| Binary | 1100100 | 111110 | 1011011 | 0 | 100110 | 1001 | 111101 | 100111010 | 10111 | 100000 |
Color Harmonies of #643E5B
Complementary color
Monochromatic Colors of #643E5B
Black with #643E5B
Text Example
Text Example
White with #643E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E5B; }
p { color: rgb(100,62,91); }
H1.HeaderClassName
{
color: #643E5B;
}
.AnyTagClassName
{
color: #643E5B;
}
</style>
background-color css
<style>
a { background-color: #643E5B; }
a { background-color: rgb(100,62,91); }
div.DivClassName
{
background-color: #643E5B;
}
.BgClassName
{
background-color: #643E5B;
}
</style>
border-color css
<style>
span { border-color: #643E5B; }
span { border-color: rgb(100,62,91); }
td.TdClassName
{
border-color: #643E5B;
}
.TagClassName
{
border-color: #643E5B;
}
</style>