Shades of Palatinate Purple #640F6D
Tints of Palatinate Purple #640F6D
RGB
CMYK
RGB Variations
Color information
#640F6D (or 0x640F6D) is known color: Palatinate Purple. HEX triplet: 64, 0F and 6D. RGB value is (100,15,109). Sum of RGB (Red+Green+Blue) = 100+15+109=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #640F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F6D is #9BF092. Grayscale: #323232. Windows color (decimal): -10219667 or 7147364. OLE color: 7147364.
HSL color Cylindrical-coordinate representation of color #640F6D: hue angle of 294.26º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #640F6D is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 15 | 109 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.57 |
| HSL | 294.26º | 0.76% | 0.24% | - |
| HSV(B) | 294.26º | 0.86% | 0.43% | - |
| XYZ | 8.19 | 4.16 | 14.84 | - |
| YUV | 51.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 109 | 0.08 | 0.86 | 0 | 0.57 | 294.26 | 0.76 | 0.24 |
| Hex | 64 | F | 6D | 8 | 56 | 0 | 39 | 126 | 4C | 18 |
| Octal | 144 | 17 | 155 | 10 | 126 | 0 | 71 | 446 | 114 | 30 |
| Binary | 1100100 | 1111 | 1101101 | 1000 | 1010110 | 0 | 111001 | 100100110 | 1001100 | 11000 |
Color Harmonies of #640F6D
Complementary color
Monochromatic Colors of #640F6D
Black with #640F6D
Text Example
Text Example
White with #640F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F6D; }
p { color: rgb(100,15,109); }
H1.HeaderClassName
{
color: #640F6D;
}
.AnyTagClassName
{
color: #640F6D;
}
</style>
background-color css
<style>
a { background-color: #640F6D; }
a { background-color: rgb(100,15,109); }
div.DivClassName
{
background-color: #640F6D;
}
.BgClassName
{
background-color: #640F6D;
}
</style>
border-color css
<style>
span { border-color: #640F6D; }
span { border-color: rgb(100,15,109); }
td.TdClassName
{
border-color: #640F6D;
}
.TagClassName
{
border-color: #640F6D;
}
</style>