Shades of Palatinate Purple #663C60
Tints of Palatinate Purple #663C60
RGB
CMYK
RGB Variations
Color information
#663C60 (or 0x663C60) is known color: Palatinate Purple. HEX triplet: 66, 3C and 60. RGB value is (102,60,96). Sum of RGB (Red+Green+Blue) = 102+60+96=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #663C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C60 is #99C39F. Grayscale: #4C4C4C. Windows color (decimal): -10077088 or 6306918. OLE color: 6306918.
HSL color Cylindrical-coordinate representation of color #663C60: hue angle of 308.57º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #663C60 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 96 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.6 |
| HSL | 308.57º | 0.26% | 0.32% | - |
| HSV(B) | 308.57º | 0.41% | 0.4% | - |
| XYZ | 9.21 | 6.9 | 11.91 | - |
| YUV | 76.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 96 | 0 | 0.41 | 0.06 | 0.6 | 308.57 | 0.26 | 0.32 |
| Hex | 66 | 3C | 60 | 0 | 29 | 6 | 3C | 135 | 1A | 20 |
| Octal | 146 | 74 | 140 | 0 | 51 | 6 | 74 | 465 | 32 | 40 |
| Binary | 1100110 | 111100 | 1100000 | 0 | 101001 | 110 | 111100 | 100110101 | 11010 | 100000 |
Color Harmonies of #663C60
Complementary color
Monochromatic Colors of #663C60
Black with #663C60
Text Example
Text Example
White with #663C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C60; }
p { color: rgb(102,60,96); }
H1.HeaderClassName
{
color: #663C60;
}
.AnyTagClassName
{
color: #663C60;
}
</style>
background-color css
<style>
a { background-color: #663C60; }
a { background-color: rgb(102,60,96); }
div.DivClassName
{
background-color: #663C60;
}
.BgClassName
{
background-color: #663C60;
}
</style>
border-color css
<style>
span { border-color: #663C60; }
span { border-color: rgb(102,60,96); }
td.TdClassName
{
border-color: #663C60;
}
.TagClassName
{
border-color: #663C60;
}
</style>