Shades of Palatinate Purple #641566
Tints of Palatinate Purple #641566
RGB
CMYK
RGB Variations
Color information
#641566 (or 0x641566) is known color: Palatinate Purple. HEX triplet: 64, 15 and 66. RGB value is (100,21,102). Sum of RGB (Red+Green+Blue) = 100+21+102=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #641566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641566 is #9BEA99. Grayscale: #353535. Windows color (decimal): -10218138 or 6690148. OLE color: 6690148.
HSL color Cylindrical-coordinate representation of color #641566: hue angle of 298.52º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641566 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 21 | 102 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.6 |
| HSL | 298.52º | 0.66% | 0.24% | - |
| HSV(B) | 298.52º | 0.79% | 0.4% | - |
| XYZ | 7.92 | 4.2 | 12.96 | - |
| YUV | 53.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 102 | 0.02 | 0.79 | 0 | 0.6 | 298.52 | 0.66 | 0.24 |
| Hex | 64 | 15 | 66 | 2 | 4F | 0 | 3C | 12B | 42 | 18 |
| Octal | 144 | 25 | 146 | 2 | 117 | 0 | 74 | 453 | 102 | 30 |
| Binary | 1100100 | 10101 | 1100110 | 10 | 1001111 | 0 | 111100 | 100101011 | 1000010 | 11000 |
Color Harmonies of #641566
Complementary color
Monochromatic Colors of #641566
Black with #641566
Text Example
Text Example
White with #641566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641566; }
p { color: rgb(100,21,102); }
H1.HeaderClassName
{
color: #641566;
}
.AnyTagClassName
{
color: #641566;
}
</style>
background-color css
<style>
a { background-color: #641566; }
a { background-color: rgb(100,21,102); }
div.DivClassName
{
background-color: #641566;
}
.BgClassName
{
background-color: #641566;
}
</style>
border-color css
<style>
span { border-color: #641566; }
span { border-color: rgb(100,21,102); }
td.TdClassName
{
border-color: #641566;
}
.TagClassName
{
border-color: #641566;
}
</style>