Shades of Palatinate Purple #640566
Tints of Palatinate Purple #640566
RGB
CMYK
RGB Variations
Color information
#640566 (or 0x640566) is known color: Palatinate Purple. HEX triplet: 64, 05 and 66. RGB value is (100,5,102). Sum of RGB (Red+Green+Blue) = 100+5+102=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #640566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640566 is #9BFA99. Grayscale: #2C2C2C. Windows color (decimal): -10222234 or 6686052. OLE color: 6686052.
HSL color Cylindrical-coordinate representation of color #640566: hue angle of 298.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640566 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 5 | 102 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.6 |
| HSL | 298.76º | 0.91% | 0.21% | - |
| HSV(B) | 298.76º | 0.95% | 0.4% | - |
| XYZ | 7.71 | 3.78 | 12.89 | - |
| YUV | 44.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 102 | 0.02 | 0.95 | 0 | 0.6 | 298.76 | 0.91 | 0.21 |
| Hex | 64 | 5 | 66 | 2 | 5F | 0 | 3C | 12B | 5B | 15 |
| Octal | 144 | 5 | 146 | 2 | 137 | 0 | 74 | 453 | 133 | 25 |
| Binary | 1100100 | 101 | 1100110 | 10 | 1011111 | 0 | 111100 | 100101011 | 1011011 | 10101 |
Color Harmonies of #640566
Complementary color
Monochromatic Colors of #640566
Black with #640566
Text Example
Text Example
White with #640566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640566; }
p { color: rgb(100,5,102); }
H1.HeaderClassName
{
color: #640566;
}
.AnyTagClassName
{
color: #640566;
}
</style>
background-color css
<style>
a { background-color: #640566; }
a { background-color: rgb(100,5,102); }
div.DivClassName
{
background-color: #640566;
}
.BgClassName
{
background-color: #640566;
}
</style>
border-color css
<style>
span { border-color: #640566; }
span { border-color: rgb(100,5,102); }
td.TdClassName
{
border-color: #640566;
}
.TagClassName
{
border-color: #640566;
}
</style>