Shades of Palatinate Purple #641164
Tints of Palatinate Purple #641164
RGB
CMYK
RGB Variations
Color information
#641164 (or 0x641164) is known color: Palatinate Purple. HEX triplet: 64, 11 and 64. RGB value is (100,17,100). Sum of RGB (Red+Green+Blue) = 100+17+100=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #641164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641164 is #9BEE9B. Grayscale: #333333. Windows color (decimal): -10219164 or 6558052. OLE color: 6558052.
HSL color Cylindrical-coordinate representation of color #641164: hue angle of 300º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641164 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 100 | - |
| CMYK | 0 | 0.83 | 0 | 0.61 |
| HSL | 300º | 0.71% | 0.23% | - |
| HSV(B) | 300º | 0.83% | 0.39% | - |
| XYZ | 7.76 | 4.03 | 12.43 | - |
| YUV | 51.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 100 | 0 | 0.83 | 0 | 0.61 | 300 | 0.71 | 0.23 |
| Hex | 64 | 11 | 64 | 0 | 53 | 0 | 3D | 12C | 47 | 17 |
| Octal | 144 | 21 | 144 | 0 | 123 | 0 | 75 | 454 | 107 | 27 |
| Binary | 1100100 | 10001 | 1100100 | 0 | 1010011 | 0 | 111101 | 100101100 | 1000111 | 10111 |
Color Harmonies of #641164
Complementary color
Monochromatic Colors of #641164
Black with #641164
Text Example
Text Example
White with #641164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641164; }
p { color: rgb(100,17,100); }
H1.HeaderClassName
{
color: #641164;
}
.AnyTagClassName
{
color: #641164;
}
</style>
background-color css
<style>
a { background-color: #641164; }
a { background-color: rgb(100,17,100); }
div.DivClassName
{
background-color: #641164;
}
.BgClassName
{
background-color: #641164;
}
</style>
border-color css
<style>
span { border-color: #641164; }
span { border-color: rgb(100,17,100); }
td.TdClassName
{
border-color: #641164;
}
.TagClassName
{
border-color: #641164;
}
</style>