Shades of Palatinate Purple #643C5F
Tints of Palatinate Purple #643C5F
RGB
CMYK
RGB Variations
Color information
#643C5F (or 0x643C5F) is known color: Palatinate Purple. HEX triplet: 64, 3C and 5F. RGB value is (100,60,95). Sum of RGB (Red+Green+Blue) = 100+60+95=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #643C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643C5F is #9BC3A0. Grayscale: #4B4B4B. Windows color (decimal): -10208161 or 6241380. OLE color: 6241380.
HSL color Cylindrical-coordinate representation of color #643C5F: hue angle of 307.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #643C5F is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 95 | - |
| CMYK | 0 | 0.4 | 0.05 | 0.61 |
| HSL | 307.5º | 0.25% | 0.31% | - |
| HSV(B) | 307.5º | 0.4% | 0.39% | - |
| XYZ | 8.94 | 6.77 | 11.66 | - |
| YUV | 75.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 95 | 0 | 0.4 | 0.05 | 0.61 | 307.5 | 0.25 | 0.31 |
| Hex | 64 | 3C | 5F | 0 | 28 | 5 | 3D | 134 | 19 | 1F |
| Octal | 144 | 74 | 137 | 0 | 50 | 5 | 75 | 464 | 31 | 37 |
| Binary | 1100100 | 111100 | 1011111 | 0 | 101000 | 101 | 111101 | 100110100 | 11001 | 11111 |
Color Harmonies of #643C5F
Complementary color
Monochromatic Colors of #643C5F
Black with #643C5F
Text Example
Text Example
White with #643C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C5F; }
p { color: rgb(100,60,95); }
H1.HeaderClassName
{
color: #643C5F;
}
.AnyTagClassName
{
color: #643C5F;
}
</style>
background-color css
<style>
a { background-color: #643C5F; }
a { background-color: rgb(100,60,95); }
div.DivClassName
{
background-color: #643C5F;
}
.BgClassName
{
background-color: #643C5F;
}
</style>
border-color css
<style>
span { border-color: #643C5F; }
span { border-color: rgb(100,60,95); }
td.TdClassName
{
border-color: #643C5F;
}
.TagClassName
{
border-color: #643C5F;
}
</style>