Shades of Palatinate Purple #663F60
Tints of Palatinate Purple #663F60
RGB
CMYK
RGB Variations
Color information
#663F60 (or 0x663F60) is known color: Palatinate Purple. HEX triplet: 66, 3F and 60. RGB value is (102,63,96). Sum of RGB (Red+Green+Blue) = 102+63+96=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #663F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F60 is #99C09F. Grayscale: #4E4E4E. Windows color (decimal): -10076320 or 6307686. OLE color: 6307686.
HSL color Cylindrical-coordinate representation of color #663F60: hue angle of 309.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F60 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 96 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.6 |
| HSL | 309.23º | 0.24% | 0.32% | - |
| HSV(B) | 309.23º | 0.38% | 0.4% | - |
| XYZ | 9.37 | 7.22 | 11.97 | - |
| YUV | 78.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 96 | 0 | 0.38 | 0.06 | 0.6 | 309.23 | 0.24 | 0.32 |
| Hex | 66 | 3F | 60 | 0 | 26 | 6 | 3C | 135 | 18 | 20 |
| Octal | 146 | 77 | 140 | 0 | 46 | 6 | 74 | 465 | 30 | 40 |
| Binary | 1100110 | 111111 | 1100000 | 0 | 100110 | 110 | 111100 | 100110101 | 11000 | 100000 |
Color Harmonies of #663F60
Complementary color
Monochromatic Colors of #663F60
Black with #663F60
Text Example
Text Example
White with #663F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F60; }
p { color: rgb(102,63,96); }
H1.HeaderClassName
{
color: #663F60;
}
.AnyTagClassName
{
color: #663F60;
}
</style>
background-color css
<style>
a { background-color: #663F60; }
a { background-color: rgb(102,63,96); }
div.DivClassName
{
background-color: #663F60;
}
.BgClassName
{
background-color: #663F60;
}
</style>
border-color css
<style>
span { border-color: #663F60; }
span { border-color: rgb(102,63,96); }
td.TdClassName
{
border-color: #663F60;
}
.TagClassName
{
border-color: #663F60;
}
</style>