Shades of Palatinate Purple #663963
Tints of Palatinate Purple #663963
RGB
CMYK
RGB Variations
Color information
#663963 (or 0x663963) is known color: Palatinate Purple. HEX triplet: 66, 39 and 63. RGB value is (102,57,99). Sum of RGB (Red+Green+Blue) = 102+57+99=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #663963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663963 is #99C69C. Grayscale: #4B4B4B. Windows color (decimal): -10077853 or 6502758. OLE color: 6502758.
HSL color Cylindrical-coordinate representation of color #663963: hue angle of 304º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #663963 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 99 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.6 |
| HSL | 304º | 0.28% | 0.31% | - |
| HSV(B) | 304º | 0.44% | 0.4% | - |
| XYZ | 9.19 | 6.65 | 12.6 | - |
| YUV | 75.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 99 | 0 | 0.44 | 0.03 | 0.6 | 304 | 0.28 | 0.31 |
| Hex | 66 | 39 | 63 | 0 | 2C | 3 | 3C | 130 | 1C | 1F |
| Octal | 146 | 71 | 143 | 0 | 54 | 3 | 74 | 460 | 34 | 37 |
| Binary | 1100110 | 111001 | 1100011 | 0 | 101100 | 11 | 111100 | 100110000 | 11100 | 11111 |
Color Harmonies of #663963
Complementary color
Monochromatic Colors of #663963
Black with #663963
Text Example
Text Example
White with #663963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663963; }
p { color: rgb(102,57,99); }
H1.HeaderClassName
{
color: #663963;
}
.AnyTagClassName
{
color: #663963;
}
</style>
background-color css
<style>
a { background-color: #663963; }
a { background-color: rgb(102,57,99); }
div.DivClassName
{
background-color: #663963;
}
.BgClassName
{
background-color: #663963;
}
</style>
border-color css
<style>
span { border-color: #663963; }
span { border-color: rgb(102,57,99); }
td.TdClassName
{
border-color: #663963;
}
.TagClassName
{
border-color: #663963;
}
</style>