Shades of Palatinate Purple #663160
Tints of Palatinate Purple #663160
RGB
CMYK
RGB Variations
Color information
#663160 (or 0x663160) is known color: Palatinate Purple. HEX triplet: 66, 31 and 60. RGB value is (102,49,96). Sum of RGB (Red+Green+Blue) = 102+49+96=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #663160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663160 is #99CE9F. Grayscale: #464646. Windows color (decimal): -10079904 or 6304102. OLE color: 6304102.
HSL color Cylindrical-coordinate representation of color #663160: hue angle of 306.79º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663160 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 96 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.6 |
| HSL | 306.79º | 0.35% | 0.3% | - |
| HSV(B) | 306.79º | 0.52% | 0.4% | - |
| XYZ | 8.69 | 5.87 | 11.74 | - |
| YUV | 70.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 96 | 0 | 0.52 | 0.06 | 0.6 | 306.79 | 0.35 | 0.3 |
| Hex | 66 | 31 | 60 | 0 | 34 | 6 | 3C | 133 | 23 | 1E |
| Octal | 146 | 61 | 140 | 0 | 64 | 6 | 74 | 463 | 43 | 36 |
| Binary | 1100110 | 110001 | 1100000 | 0 | 110100 | 110 | 111100 | 100110011 | 100011 | 11110 |
Color Harmonies of #663160
Complementary color
Monochromatic Colors of #663160
Black with #663160
Text Example
Text Example
White with #663160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663160; }
p { color: rgb(102,49,96); }
H1.HeaderClassName
{
color: #663160;
}
.AnyTagClassName
{
color: #663160;
}
</style>
background-color css
<style>
a { background-color: #663160; }
a { background-color: rgb(102,49,96); }
div.DivClassName
{
background-color: #663160;
}
.BgClassName
{
background-color: #663160;
}
</style>
border-color css
<style>
span { border-color: #663160; }
span { border-color: rgb(102,49,96); }
td.TdClassName
{
border-color: #663160;
}
.TagClassName
{
border-color: #663160;
}
</style>