Shades of Palatinate Purple #661864
Tints of Palatinate Purple #661864
RGB
CMYK
RGB Variations
Color information
#661864 (or 0x661864) is known color: Palatinate Purple. HEX triplet: 66, 18 and 64. RGB value is (102,24,100). Sum of RGB (Red+Green+Blue) = 102+24+100=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #661864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661864 is #99E79B. Grayscale: #373737. Windows color (decimal): -10086300 or 6559846. OLE color: 6559846.
HSL color Cylindrical-coordinate representation of color #661864: hue angle of 301.54º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #661864 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 100 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.6 |
| HSL | 301.54º | 0.62% | 0.25% | - |
| HSV(B) | 301.54º | 0.76% | 0.4% | - |
| XYZ | 8.11 | 4.4 | 12.48 | - |
| YUV | 55.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 100 | 0 | 0.76 | 0.02 | 0.6 | 301.54 | 0.62 | 0.25 |
| Hex | 66 | 18 | 64 | 0 | 4C | 2 | 3C | 12E | 3E | 19 |
| Octal | 146 | 30 | 144 | 0 | 114 | 2 | 74 | 456 | 76 | 31 |
| Binary | 1100110 | 11000 | 1100100 | 0 | 1001100 | 10 | 111100 | 100101110 | 111110 | 11001 |
Color Harmonies of #661864
Complementary color
Monochromatic Colors of #661864
Black with #661864
Text Example
Text Example
White with #661864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661864; }
p { color: rgb(102,24,100); }
H1.HeaderClassName
{
color: #661864;
}
.AnyTagClassName
{
color: #661864;
}
</style>
background-color css
<style>
a { background-color: #661864; }
a { background-color: rgb(102,24,100); }
div.DivClassName
{
background-color: #661864;
}
.BgClassName
{
background-color: #661864;
}
</style>
border-color css
<style>
span { border-color: #661864; }
span { border-color: rgb(102,24,100); }
td.TdClassName
{
border-color: #661864;
}
.TagClassName
{
border-color: #661864;
}
</style>