Shades of Palatinate Purple #640564
Tints of Palatinate Purple #640564
RGB
CMYK
RGB Variations
Color information
#640564 (or 0x640564) is known color: Palatinate Purple. HEX triplet: 64, 05 and 64. RGB value is (100,5,100). Sum of RGB (Red+Green+Blue) = 100+5+100=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #640564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640564 is #9BFA9B. Grayscale: #2B2B2B. Windows color (decimal): -10222236 or 6554980. OLE color: 6554980.
HSL color Cylindrical-coordinate representation of color #640564: hue angle of 300º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640564 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 5 | 100 | - |
| CMYK | 0 | 0.95 | 0 | 0.61 |
| HSL | 300º | 0.9% | 0.21% | - |
| HSV(B) | 300º | 0.95% | 0.39% | - |
| XYZ | 7.61 | 3.74 | 12.38 | - |
| YUV | 44.24 | 159.47 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 100 | 0 | 0.95 | 0 | 0.61 | 300 | 0.9 | 0.21 |
| Hex | 64 | 5 | 64 | 0 | 5F | 0 | 3D | 12C | 5A | 15 |
| Octal | 144 | 5 | 144 | 0 | 137 | 0 | 75 | 454 | 132 | 25 |
| Binary | 1100100 | 101 | 1100100 | 0 | 1011111 | 0 | 111101 | 100101100 | 1011010 | 10101 |
Color Harmonies of #640564
Complementary color
Monochromatic Colors of #640564
Black with #640564
Text Example
Text Example
White with #640564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640564; }
p { color: rgb(100,5,100); }
H1.HeaderClassName
{
color: #640564;
}
.AnyTagClassName
{
color: #640564;
}
</style>
background-color css
<style>
a { background-color: #640564; }
a { background-color: rgb(100,5,100); }
div.DivClassName
{
background-color: #640564;
}
.BgClassName
{
background-color: #640564;
}
</style>
border-color css
<style>
span { border-color: #640564; }
span { border-color: rgb(100,5,100); }
td.TdClassName
{
border-color: #640564;
}
.TagClassName
{
border-color: #640564;
}
</style>