Shades of Palatinate Purple #660864
Tints of Palatinate Purple #660864
RGB
CMYK
RGB Variations
Color information
#660864 (or 0x660864) is known color: Palatinate Purple. HEX triplet: 66, 08 and 64. RGB value is (102,8,100). Sum of RGB (Red+Green+Blue) = 102+8+100=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #660864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660864 is #99F79B. Grayscale: #2E2E2E. Windows color (decimal): -10090396 or 6555750. OLE color: 6555750.
HSL color Cylindrical-coordinate representation of color #660864: hue angle of 301.28º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660864 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 100 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.6 |
| HSL | 301.28º | 0.85% | 0.22% | - |
| HSV(B) | 301.28º | 0.92% | 0.4% | - |
| XYZ | 7.87 | 3.92 | 12.4 | - |
| YUV | 46.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 100 | 0 | 0.92 | 0.02 | 0.6 | 301.28 | 0.85 | 0.22 |
| Hex | 66 | 8 | 64 | 0 | 5C | 2 | 3C | 12D | 55 | 16 |
| Octal | 146 | 10 | 144 | 0 | 134 | 2 | 74 | 455 | 125 | 26 |
| Binary | 1100110 | 1000 | 1100100 | 0 | 1011100 | 10 | 111100 | 100101101 | 1010101 | 10110 |
Color Harmonies of #660864
Complementary color
Monochromatic Colors of #660864
Black with #660864
Text Example
Text Example
White with #660864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660864; }
p { color: rgb(102,8,100); }
H1.HeaderClassName
{
color: #660864;
}
.AnyTagClassName
{
color: #660864;
}
</style>
background-color css
<style>
a { background-color: #660864; }
a { background-color: rgb(102,8,100); }
div.DivClassName
{
background-color: #660864;
}
.BgClassName
{
background-color: #660864;
}
</style>
border-color css
<style>
span { border-color: #660864; }
span { border-color: rgb(102,8,100); }
td.TdClassName
{
border-color: #660864;
}
.TagClassName
{
border-color: #660864;
}
</style>