Shades of Palatinate Purple #640A56
Tints of Palatinate Purple #640A56
RGB
CMYK
RGB Variations
Color information
#640A56 (or 0x640A56) is known color: Palatinate Purple. HEX triplet: 64, 0A and 56. RGB value is (100,10,86). Sum of RGB (Red+Green+Blue) = 100+10+86=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #640A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A56 is #9BF5A9. Grayscale: #2D2D2D. Windows color (decimal): -10220970 or 5638756. OLE color: 5638756.
HSL color Cylindrical-coordinate representation of color #640A56: hue angle of 309.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A56 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 86 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.61 |
| HSL | 309.33º | 0.82% | 0.22% | - |
| HSV(B) | 309.33º | 0.9% | 0.39% | - |
| XYZ | 7.04 | 3.6 | 9.13 | - |
| YUV | 45.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 86 | 0 | 0.90 | 0.14 | 0.61 | 309.33 | 0.82 | 0.22 |
| Hex | 64 | A | 56 | 0 | 5A | E | 3D | 135 | 52 | 16 |
| Octal | 144 | 12 | 126 | 0 | 132 | 16 | 75 | 465 | 122 | 26 |
| Binary | 1100100 | 1010 | 1010110 | 0 | 1011010 | 1110 | 111101 | 100110101 | 1010010 | 10110 |
Color Harmonies of #640A56
Complementary color
Monochromatic Colors of #640A56
Black with #640A56
Text Example
Text Example
White with #640A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A56; }
p { color: rgb(100,10,86); }
H1.HeaderClassName
{
color: #640A56;
}
.AnyTagClassName
{
color: #640A56;
}
</style>
background-color css
<style>
a { background-color: #640A56; }
a { background-color: rgb(100,10,86); }
div.DivClassName
{
background-color: #640A56;
}
.BgClassName
{
background-color: #640A56;
}
</style>
border-color css
<style>
span { border-color: #640A56; }
span { border-color: rgb(100,10,86); }
td.TdClassName
{
border-color: #640A56;
}
.TagClassName
{
border-color: #640A56;
}
</style>