Shades of Palatinate Purple #640E5D
Tints of Palatinate Purple #640E5D
RGB
CMYK
RGB Variations
Color information
#640E5D (or 0x640E5D) is known color: Palatinate Purple. HEX triplet: 64, 0E and 5D. RGB value is (100,14,93). Sum of RGB (Red+Green+Blue) = 100+14+93=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #640E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640E5D is #9BF1A2. Grayscale: #303030. Windows color (decimal): -10219939 or 6098532. OLE color: 6098532.
HSL color Cylindrical-coordinate representation of color #640E5D: hue angle of 304.88º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #640E5D is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 14 | 93 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.61 |
| HSL | 304.88º | 0.75% | 0.22% | - |
| HSV(B) | 304.88º | 0.86% | 0.39% | - |
| XYZ | 7.39 | 3.81 | 10.7 | - |
| YUV | 48.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 93 | 0 | 0.86 | 0.07 | 0.61 | 304.88 | 0.75 | 0.22 |
| Hex | 64 | E | 5D | 0 | 56 | 7 | 3D | 131 | 4B | 16 |
| Octal | 144 | 16 | 135 | 0 | 126 | 7 | 75 | 461 | 113 | 26 |
| Binary | 1100100 | 1110 | 1011101 | 0 | 1010110 | 111 | 111101 | 100110001 | 1001011 | 10110 |
Color Harmonies of #640E5D
Complementary color
Monochromatic Colors of #640E5D
Black with #640E5D
Text Example
Text Example
White with #640E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E5D; }
p { color: rgb(100,14,93); }
H1.HeaderClassName
{
color: #640E5D;
}
.AnyTagClassName
{
color: #640E5D;
}
</style>
background-color css
<style>
a { background-color: #640E5D; }
a { background-color: rgb(100,14,93); }
div.DivClassName
{
background-color: #640E5D;
}
.BgClassName
{
background-color: #640E5D;
}
</style>
border-color css
<style>
span { border-color: #640E5D; }
span { border-color: rgb(100,14,93); }
td.TdClassName
{
border-color: #640E5D;
}
.TagClassName
{
border-color: #640E5D;
}
</style>