Shades of Palatinate Purple #642164
Tints of Palatinate Purple #642164
RGB
CMYK
RGB Variations
Color information
#642164 (or 0x642164) is known color: Palatinate Purple. HEX triplet: 64, 21 and 64. RGB value is (100,33,100). Sum of RGB (Red+Green+Blue) = 100+33+100=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #642164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642164 is #9BDE9B. Grayscale: #3C3C3C. Windows color (decimal): -10215068 or 6562148. OLE color: 6562148.
HSL color Cylindrical-coordinate representation of color #642164: hue angle of 300º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642164 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 100 | - |
| CMYK | 0 | 0.67 | 0 | 0.61 |
| HSL | 300º | 0.5% | 0.26% | - |
| HSV(B) | 300º | 0.67% | 0.39% | - |
| XYZ | 8.1 | 4.72 | 12.54 | - |
| YUV | 60.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 100 | 0 | 0.67 | 0 | 0.61 | 300 | 0.5 | 0.26 |
| Hex | 64 | 21 | 64 | 0 | 43 | 0 | 3D | 12C | 32 | 1A |
| Octal | 144 | 41 | 144 | 0 | 103 | 0 | 75 | 454 | 62 | 32 |
| Binary | 1100100 | 100001 | 1100100 | 0 | 1000011 | 0 | 111101 | 100101100 | 110010 | 11010 |
Color Harmonies of #642164
Complementary color
Monochromatic Colors of #642164
Black with #642164
Text Example
Text Example
White with #642164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642164; }
p { color: rgb(100,33,100); }
H1.HeaderClassName
{
color: #642164;
}
.AnyTagClassName
{
color: #642164;
}
</style>
background-color css
<style>
a { background-color: #642164; }
a { background-color: rgb(100,33,100); }
div.DivClassName
{
background-color: #642164;
}
.BgClassName
{
background-color: #642164;
}
</style>
border-color css
<style>
span { border-color: #642164; }
span { border-color: rgb(100,33,100); }
td.TdClassName
{
border-color: #642164;
}
.TagClassName
{
border-color: #642164;
}
</style>