Shades of Palatinate Purple #640657
Tints of Palatinate Purple #640657
RGB
CMYK
RGB Variations
Color information
#640657 (or 0x640657) is known color: Palatinate Purple. HEX triplet: 64, 06 and 57. RGB value is (100,6,87). Sum of RGB (Red+Green+Blue) = 100+6+87=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #640657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640657 is #9BF9A8. Grayscale: #2B2B2B. Windows color (decimal): -10221993 or 5703268. OLE color: 5703268.
HSL color Cylindrical-coordinate representation of color #640657: hue angle of 308.3º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640657 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 87 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.61 |
| HSL | 308.3º | 0.89% | 0.21% | - |
| HSV(B) | 308.3º | 0.94% | 0.39% | - |
| XYZ | 7.04 | 3.53 | 9.33 | - |
| YUV | 43.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 87 | 0 | 0.94 | 0.13 | 0.61 | 308.3 | 0.89 | 0.21 |
| Hex | 64 | 6 | 57 | 0 | 5E | D | 3D | 134 | 59 | 15 |
| Octal | 144 | 6 | 127 | 0 | 136 | 15 | 75 | 464 | 131 | 25 |
| Binary | 1100100 | 110 | 1010111 | 0 | 1011110 | 1101 | 111101 | 100110100 | 1011001 | 10101 |
Color Harmonies of #640657
Complementary color
Monochromatic Colors of #640657
Black with #640657
Text Example
Text Example
White with #640657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640657; }
p { color: rgb(100,6,87); }
H1.HeaderClassName
{
color: #640657;
}
.AnyTagClassName
{
color: #640657;
}
</style>
background-color css
<style>
a { background-color: #640657; }
a { background-color: rgb(100,6,87); }
div.DivClassName
{
background-color: #640657;
}
.BgClassName
{
background-color: #640657;
}
</style>
border-color css
<style>
span { border-color: #640657; }
span { border-color: rgb(100,6,87); }
td.TdClassName
{
border-color: #640657;
}
.TagClassName
{
border-color: #640657;
}
</style>