Shades of Palatinate Purple #640660
Tints of Palatinate Purple #640660
RGB
CMYK
RGB Variations
Color information
#640660 (or 0x640660) is known color: Palatinate Purple. HEX triplet: 64, 06 and 60. RGB value is (100,6,96). Sum of RGB (Red+Green+Blue) = 100+6+96=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #640660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640660 is #9BF99F. Grayscale: #2C2C2C. Windows color (decimal): -10221984 or 6293092. OLE color: 6293092.
HSL color Cylindrical-coordinate representation of color #640660: hue angle of 302.55º 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 #640660 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 96 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.61 |
| HSL | 302.55º | 0.89% | 0.21% | - |
| HSV(B) | 302.55º | 0.94% | 0.39% | - |
| XYZ | 7.43 | 3.68 | 11.39 | - |
| YUV | 44.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 96 | 0 | 0.94 | 0.04 | 0.61 | 302.55 | 0.89 | 0.21 |
| Hex | 64 | 6 | 60 | 0 | 5E | 4 | 3D | 12F | 59 | 15 |
| Octal | 144 | 6 | 140 | 0 | 136 | 4 | 75 | 457 | 131 | 25 |
| Binary | 1100100 | 110 | 1100000 | 0 | 1011110 | 100 | 111101 | 100101111 | 1011001 | 10101 |
Color Harmonies of #640660
Complementary color
Monochromatic Colors of #640660
Black with #640660
Text Example
Text Example
White with #640660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640660; }
p { color: rgb(100,6,96); }
H1.HeaderClassName
{
color: #640660;
}
.AnyTagClassName
{
color: #640660;
}
</style>
background-color css
<style>
a { background-color: #640660; }
a { background-color: rgb(100,6,96); }
div.DivClassName
{
background-color: #640660;
}
.BgClassName
{
background-color: #640660;
}
</style>
border-color css
<style>
span { border-color: #640660; }
span { border-color: rgb(100,6,96); }
td.TdClassName
{
border-color: #640660;
}
.TagClassName
{
border-color: #640660;
}
</style>