Shades of Palatinate Purple #660660
Tints of Palatinate Purple #660660
RGB
CMYK
RGB Variations
Color information
#660660 (or 0x660660) is known color: Palatinate Purple. HEX triplet: 66, 06 and 60. RGB value is (102,6,96). Sum of RGB (Red+Green+Blue) = 102+6+96=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660660 is #99F99F. Grayscale: #2C2C2C. Windows color (decimal): -10090912 or 6293094. OLE color: 6293094.
HSL color Cylindrical-coordinate representation of color #660660: hue angle of 303.75º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660660 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 96 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.6 |
| HSL | 303.75º | 0.89% | 0.21% | - |
| HSV(B) | 303.75º | 0.94% | 0.4% | - |
| XYZ | 7.66 | 3.8 | 11.4 | - |
| YUV | 44.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 96 | 0 | 0.94 | 0.06 | 0.6 | 303.75 | 0.89 | 0.21 |
| Hex | 66 | 6 | 60 | 0 | 5E | 6 | 3C | 130 | 59 | 15 |
| Octal | 146 | 6 | 140 | 0 | 136 | 6 | 74 | 460 | 131 | 25 |
| Binary | 1100110 | 110 | 1100000 | 0 | 1011110 | 110 | 111100 | 100110000 | 1011001 | 10101 |
Color Harmonies of #660660
Complementary color
Monochromatic Colors of #660660
Black with #660660
Text Example
Text Example
White with #660660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660660; }
p { color: rgb(102,6,96); }
H1.HeaderClassName
{
color: #660660;
}
.AnyTagClassName
{
color: #660660;
}
</style>
background-color css
<style>
a { background-color: #660660; }
a { background-color: rgb(102,6,96); }
div.DivClassName
{
background-color: #660660;
}
.BgClassName
{
background-color: #660660;
}
</style>
border-color css
<style>
span { border-color: #660660; }
span { border-color: rgb(102,6,96); }
td.TdClassName
{
border-color: #660660;
}
.TagClassName
{
border-color: #660660;
}
</style>