Shades of Palatinate Purple #660865
Tints of Palatinate Purple #660865
RGB
CMYK
RGB Variations
Color information
#660865 (or 0x660865) is known color: Palatinate Purple. HEX triplet: 66, 08 and 65. RGB value is (102,8,101). Sum of RGB (Red+Green+Blue) = 102+8+101=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #660865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660865 is #99F79A. Grayscale: #2E2E2E. Windows color (decimal): -10090395 or 6621286. OLE color: 6621286.
HSL color Cylindrical-coordinate representation of color #660865: hue angle of 300.64º 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 #660865 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 101 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.6 |
| HSL | 300.64º | 0.85% | 0.22% | - |
| HSV(B) | 300.64º | 0.92% | 0.4% | - |
| XYZ | 7.92 | 3.94 | 12.65 | - |
| YUV | 46.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 101 | 0 | 0.92 | 0.01 | 0.6 | 300.64 | 0.85 | 0.22 |
| Hex | 66 | 8 | 65 | 0 | 5C | 1 | 3C | 12D | 55 | 16 |
| Octal | 146 | 10 | 145 | 0 | 134 | 1 | 74 | 455 | 125 | 26 |
| Binary | 1100110 | 1000 | 1100101 | 0 | 1011100 | 1 | 111100 | 100101101 | 1010101 | 10110 |
Color Harmonies of #660865
Complementary color
Monochromatic Colors of #660865
Black with #660865
Text Example
Text Example
White with #660865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660865; }
p { color: rgb(102,8,101); }
H1.HeaderClassName
{
color: #660865;
}
.AnyTagClassName
{
color: #660865;
}
</style>
background-color css
<style>
a { background-color: #660865; }
a { background-color: rgb(102,8,101); }
div.DivClassName
{
background-color: #660865;
}
.BgClassName
{
background-color: #660865;
}
</style>
border-color css
<style>
span { border-color: #660865; }
span { border-color: rgb(102,8,101); }
td.TdClassName
{
border-color: #660865;
}
.TagClassName
{
border-color: #660865;
}
</style>