Shades of Palatinate Purple #640D63
Tints of Palatinate Purple #640D63
RGB
CMYK
RGB Variations
Color information
#640D63 (or 0x640D63) is known color: Palatinate Purple. HEX triplet: 64, 0D and 63. RGB value is (100,13,99). Sum of RGB (Red+Green+Blue) = 100+13+99=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #640D63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D63 is #9BF29C. Grayscale: #303030. Windows color (decimal): -10220189 or 6491492. OLE color: 6491492.
HSL color Cylindrical-coordinate representation of color #640D63: hue angle of 300.69º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #640D63 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 13 | 99 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.61 |
| HSL | 300.69º | 0.77% | 0.22% | - |
| HSV(B) | 300.69º | 0.87% | 0.39% | - |
| XYZ | 7.65 | 3.9 | 12.15 | - |
| YUV | 48.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 99 | 0 | 0.87 | 0.01 | 0.61 | 300.69 | 0.77 | 0.22 |
| Hex | 64 | D | 63 | 0 | 57 | 1 | 3D | 12D | 4D | 16 |
| Octal | 144 | 15 | 143 | 0 | 127 | 1 | 75 | 455 | 115 | 26 |
| Binary | 1100100 | 1101 | 1100011 | 0 | 1010111 | 1 | 111101 | 100101101 | 1001101 | 10110 |
Color Harmonies of #640D63
Complementary color
Monochromatic Colors of #640D63
Black with #640D63
Text Example
Text Example
White with #640D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D63; }
p { color: rgb(100,13,99); }
H1.HeaderClassName
{
color: #640D63;
}
.AnyTagClassName
{
color: #640D63;
}
</style>
background-color css
<style>
a { background-color: #640D63; }
a { background-color: rgb(100,13,99); }
div.DivClassName
{
background-color: #640D63;
}
.BgClassName
{
background-color: #640D63;
}
</style>
border-color css
<style>
span { border-color: #640D63; }
span { border-color: rgb(100,13,99); }
td.TdClassName
{
border-color: #640D63;
}
.TagClassName
{
border-color: #640D63;
}
</style>