Shades of Palatinate Purple #64106C
Tints of Palatinate Purple #64106C
RGB
CMYK
RGB Variations
Color information
#64106C (or 0x64106C) is known color: Palatinate Purple. HEX triplet: 64, 10 and 6C. RGB value is (100,16,108). Sum of RGB (Red+Green+Blue) = 100+16+108=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #64106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64106C is #9BEF93. Grayscale: #333333. Windows color (decimal): -10219412 or 7082084. OLE color: 7082084.
HSL color Cylindrical-coordinate representation of color #64106C: hue angle of 294.78º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64106C is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 16 | 108 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.58 |
| HSL | 294.78º | 0.74% | 0.24% | - |
| HSV(B) | 294.78º | 0.85% | 0.42% | - |
| XYZ | 8.15 | 4.16 | 14.56 | - |
| YUV | 51.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 108 | 0.07 | 0.85 | 0 | 0.58 | 294.78 | 0.74 | 0.24 |
| Hex | 64 | 10 | 6C | 7 | 55 | 0 | 3A | 127 | 4A | 18 |
| Octal | 144 | 20 | 154 | 7 | 125 | 0 | 72 | 447 | 112 | 30 |
| Binary | 1100100 | 10000 | 1101100 | 111 | 1010101 | 0 | 111010 | 100100111 | 1001010 | 11000 |
Color Harmonies of #64106C
Complementary color
Monochromatic Colors of #64106C
Black with #64106C
Text Example
Text Example
White with #64106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64106C; }
p { color: rgb(100,16,108); }
H1.HeaderClassName
{
color: #64106C;
}
.AnyTagClassName
{
color: #64106C;
}
</style>
background-color css
<style>
a { background-color: #64106C; }
a { background-color: rgb(100,16,108); }
div.DivClassName
{
background-color: #64106C;
}
.BgClassName
{
background-color: #64106C;
}
</style>
border-color css
<style>
span { border-color: #64106C; }
span { border-color: rgb(100,16,108); }
td.TdClassName
{
border-color: #64106C;
}
.TagClassName
{
border-color: #64106C;
}
</style>