Shades of Palatinate Purple #661964
Tints of Palatinate Purple #661964
RGB
CMYK
RGB Variations
Color information
#661964 (or 0x661964) is known color: Palatinate Purple. HEX triplet: 66, 19 and 64. RGB value is (102,25,100). Sum of RGB (Red+Green+Blue) = 102+25+100=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #661964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661964 is #99E69B. Grayscale: #383838. Windows color (decimal): -10086044 or 6560102. OLE color: 6560102.
HSL color Cylindrical-coordinate representation of color #661964: hue angle of 301.56º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661964 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 100 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.6 |
| HSL | 301.56º | 0.61% | 0.25% | - |
| HSV(B) | 301.56º | 0.75% | 0.4% | - |
| XYZ | 8.13 | 4.44 | 12.49 | - |
| YUV | 56.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 100 | 0 | 0.75 | 0.02 | 0.6 | 301.56 | 0.61 | 0.25 |
| Hex | 66 | 19 | 64 | 0 | 4B | 2 | 3C | 12E | 3D | 19 |
| Octal | 146 | 31 | 144 | 0 | 113 | 2 | 74 | 456 | 75 | 31 |
| Binary | 1100110 | 11001 | 1100100 | 0 | 1001011 | 10 | 111100 | 100101110 | 111101 | 11001 |
Color Harmonies of #661964
Complementary color
Monochromatic Colors of #661964
Black with #661964
Text Example
Text Example
White with #661964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661964; }
p { color: rgb(102,25,100); }
H1.HeaderClassName
{
color: #661964;
}
.AnyTagClassName
{
color: #661964;
}
</style>
background-color css
<style>
a { background-color: #661964; }
a { background-color: rgb(102,25,100); }
div.DivClassName
{
background-color: #661964;
}
.BgClassName
{
background-color: #661964;
}
</style>
border-color css
<style>
span { border-color: #661964; }
span { border-color: rgb(102,25,100); }
td.TdClassName
{
border-color: #661964;
}
.TagClassName
{
border-color: #661964;
}
</style>