Shades of Palatinate Purple #640D6D
Tints of Palatinate Purple #640D6D
RGB
CMYK
RGB Variations
Color information
#640D6D (or 0x640D6D) is known color: Palatinate Purple. HEX triplet: 64, 0D and 6D. RGB value is (100,13,109). Sum of RGB (Red+Green+Blue) = 100+13+109=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #640D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D6D is #9BF292. Grayscale: #313131. Windows color (decimal): -10220179 or 7146852. OLE color: 7146852.
HSL color Cylindrical-coordinate representation of color #640D6D: hue angle of 294.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640D6D is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 13 | 109 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.57 |
| HSL | 294.38º | 0.79% | 0.24% | - |
| HSV(B) | 294.38º | 0.88% | 0.43% | - |
| XYZ | 8.16 | 4.1 | 14.83 | - |
| YUV | 49.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 109 | 0.08 | 0.88 | 0 | 0.57 | 294.38 | 0.79 | 0.24 |
| Hex | 64 | D | 6D | 8 | 58 | 0 | 39 | 126 | 4F | 18 |
| Octal | 144 | 15 | 155 | 10 | 130 | 0 | 71 | 446 | 117 | 30 |
| Binary | 1100100 | 1101 | 1101101 | 1000 | 1011000 | 0 | 111001 | 100100110 | 1001111 | 11000 |
Color Harmonies of #640D6D
Complementary color
Monochromatic Colors of #640D6D
Black with #640D6D
Text Example
Text Example
White with #640D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D6D; }
p { color: rgb(100,13,109); }
H1.HeaderClassName
{
color: #640D6D;
}
.AnyTagClassName
{
color: #640D6D;
}
</style>
background-color css
<style>
a { background-color: #640D6D; }
a { background-color: rgb(100,13,109); }
div.DivClassName
{
background-color: #640D6D;
}
.BgClassName
{
background-color: #640D6D;
}
</style>
border-color css
<style>
span { border-color: #640D6D; }
span { border-color: rgb(100,13,109); }
td.TdClassName
{
border-color: #640D6D;
}
.TagClassName
{
border-color: #640D6D;
}
</style>