Shades of Palatinate Purple #64106D
Tints of Palatinate Purple #64106D
RGB
CMYK
RGB Variations
Color information
#64106D (or 0x64106D) is known color: Palatinate Purple. HEX triplet: 64, 10 and 6D. RGB value is (100,16,109). Sum of RGB (Red+Green+Blue) = 100+16+109=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #64106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64106D is #9BEF92. Grayscale: #333333. Windows color (decimal): -10219411 or 7147620. OLE color: 7147620.
HSL color Cylindrical-coordinate representation of color #64106D: hue angle of 294.19º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64106D is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 16 | 109 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.57 |
| HSL | 294.19º | 0.74% | 0.25% | - |
| HSV(B) | 294.19º | 0.85% | 0.43% | - |
| XYZ | 8.2 | 4.18 | 14.84 | - |
| YUV | 51.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 109 | 0.08 | 0.85 | 0 | 0.57 | 294.19 | 0.74 | 0.25 |
| Hex | 64 | 10 | 6D | 8 | 55 | 0 | 39 | 126 | 4A | 19 |
| Octal | 144 | 20 | 155 | 10 | 125 | 0 | 71 | 446 | 112 | 31 |
| Binary | 1100100 | 10000 | 1101101 | 1000 | 1010101 | 0 | 111001 | 100100110 | 1001010 | 11001 |
Color Harmonies of #64106D
Complementary color
Monochromatic Colors of #64106D
Black with #64106D
Text Example
Text Example
White with #64106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64106D; }
p { color: rgb(100,16,109); }
H1.HeaderClassName
{
color: #64106D;
}
.AnyTagClassName
{
color: #64106D;
}
</style>
background-color css
<style>
a { background-color: #64106D; }
a { background-color: rgb(100,16,109); }
div.DivClassName
{
background-color: #64106D;
}
.BgClassName
{
background-color: #64106D;
}
</style>
border-color css
<style>
span { border-color: #64106D; }
span { border-color: rgb(100,16,109); }
td.TdClassName
{
border-color: #64106D;
}
.TagClassName
{
border-color: #64106D;
}
</style>