Shades of Palatinate Purple #642166
Tints of Palatinate Purple #642166
RGB
CMYK
RGB Variations
Color information
#642166 (or 0x642166) is known color: Palatinate Purple. HEX triplet: 64, 21 and 66. RGB value is (100,33,102). Sum of RGB (Red+Green+Blue) = 100+33+102=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #642166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642166 is #9BDE99. Grayscale: #3C3C3C. Windows color (decimal): -10215066 or 6693220. OLE color: 6693220.
HSL color Cylindrical-coordinate representation of color #642166: hue angle of 298.26º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642166 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 33 | 102 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.6 |
| HSL | 298.26º | 0.51% | 0.26% | - |
| HSV(B) | 298.26º | 0.68% | 0.4% | - |
| XYZ | 8.2 | 4.76 | 13.06 | - |
| YUV | 60.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 102 | 0.02 | 0.68 | 0 | 0.6 | 298.26 | 0.51 | 0.26 |
| Hex | 64 | 21 | 66 | 2 | 44 | 0 | 3C | 12A | 33 | 1A |
| Octal | 144 | 41 | 146 | 2 | 104 | 0 | 74 | 452 | 63 | 32 |
| Binary | 1100100 | 100001 | 1100110 | 10 | 1000100 | 0 | 111100 | 100101010 | 110011 | 11010 |
Color Harmonies of #642166
Complementary color
Monochromatic Colors of #642166
Black with #642166
Text Example
Text Example
White with #642166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642166; }
p { color: rgb(100,33,102); }
H1.HeaderClassName
{
color: #642166;
}
.AnyTagClassName
{
color: #642166;
}
</style>
background-color css
<style>
a { background-color: #642166; }
a { background-color: rgb(100,33,102); }
div.DivClassName
{
background-color: #642166;
}
.BgClassName
{
background-color: #642166;
}
</style>
border-color css
<style>
span { border-color: #642166; }
span { border-color: rgb(100,33,102); }
td.TdClassName
{
border-color: #642166;
}
.TagClassName
{
border-color: #642166;
}
</style>