Shades of Palatinate Purple #663660
Tints of Palatinate Purple #663660
RGB
CMYK
RGB Variations
Color information
#663660 (or 0x663660) is known color: Palatinate Purple. HEX triplet: 66, 36 and 60. RGB value is (102,54,96). Sum of RGB (Red+Green+Blue) = 102+54+96=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #663660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663660 is #99C99F. Grayscale: #494949. Windows color (decimal): -10078624 or 6305382. OLE color: 6305382.
HSL color Cylindrical-coordinate representation of color #663660: hue angle of 307.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #663660 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 96 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.6 |
| HSL | 307.5º | 0.31% | 0.31% | - |
| HSV(B) | 307.5º | 0.47% | 0.4% | - |
| XYZ | 8.91 | 6.31 | 11.81 | - |
| YUV | 73.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 96 | 0 | 0.47 | 0.06 | 0.6 | 307.5 | 0.31 | 0.31 |
| Hex | 66 | 36 | 60 | 0 | 2F | 6 | 3C | 134 | 1F | 1F |
| Octal | 146 | 66 | 140 | 0 | 57 | 6 | 74 | 464 | 37 | 37 |
| Binary | 1100110 | 110110 | 1100000 | 0 | 101111 | 110 | 111100 | 100110100 | 11111 | 11111 |
Color Harmonies of #663660
Complementary color
Monochromatic Colors of #663660
Black with #663660
Text Example
Text Example
White with #663660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663660; }
p { color: rgb(102,54,96); }
H1.HeaderClassName
{
color: #663660;
}
.AnyTagClassName
{
color: #663660;
}
</style>
background-color css
<style>
a { background-color: #663660; }
a { background-color: rgb(102,54,96); }
div.DivClassName
{
background-color: #663660;
}
.BgClassName
{
background-color: #663660;
}
</style>
border-color css
<style>
span { border-color: #663660; }
span { border-color: rgb(102,54,96); }
td.TdClassName
{
border-color: #663660;
}
.TagClassName
{
border-color: #663660;
}
</style>