Shades of Palatinate Purple #663055
Tints of Palatinate Purple #663055
RGB
CMYK
RGB Variations
Color information
#663055 (or 0x663055) is known color: Palatinate Purple. HEX triplet: 66, 30 and 55. RGB value is (102,48,85). Sum of RGB (Red+Green+Blue) = 102+48+85=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #663055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663055 is #99CFAA. Grayscale: #444444. Windows color (decimal): -10080171 or 5582950. OLE color: 5582950.
HSL color Cylindrical-coordinate representation of color #663055: hue angle of 318.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663055 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 85 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.6 |
| HSL | 318.89º | 0.36% | 0.29% | - |
| HSV(B) | 318.89º | 0.53% | 0.4% | - |
| XYZ | 8.18 | 5.59 | 9.24 | - |
| YUV | 68.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 85 | 0 | 0.53 | 0.17 | 0.6 | 318.89 | 0.36 | 0.29 |
| Hex | 66 | 30 | 55 | 0 | 35 | 11 | 3C | 13F | 24 | 1D |
| Octal | 146 | 60 | 125 | 0 | 65 | 21 | 74 | 477 | 44 | 35 |
| Binary | 1100110 | 110000 | 1010101 | 0 | 110101 | 10001 | 111100 | 100111111 | 100100 | 11101 |
Color Harmonies of #663055
Complementary color
Monochromatic Colors of #663055
Black with #663055
Text Example
Text Example
White with #663055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663055; }
p { color: rgb(102,48,85); }
H1.HeaderClassName
{
color: #663055;
}
.AnyTagClassName
{
color: #663055;
}
</style>
background-color css
<style>
a { background-color: #663055; }
a { background-color: rgb(102,48,85); }
div.DivClassName
{
background-color: #663055;
}
.BgClassName
{
background-color: #663055;
}
</style>
border-color css
<style>
span { border-color: #663055; }
span { border-color: rgb(102,48,85); }
td.TdClassName
{
border-color: #663055;
}
.TagClassName
{
border-color: #663055;
}
</style>