Shades of Palatinate Purple #663763
Tints of Palatinate Purple #663763
RGB
CMYK
RGB Variations
Color information
#663763 (or 0x663763) is known color: Palatinate Purple. HEX triplet: 66, 37 and 63. RGB value is (102,55,99). Sum of RGB (Red+Green+Blue) = 102+55+99=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #663763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663763 is #99C89C. Grayscale: #494949. Windows color (decimal): -10078365 or 6502246. OLE color: 6502246.
HSL color Cylindrical-coordinate representation of color #663763: hue angle of 303.83º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663763 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 99 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.6 |
| HSL | 303.83º | 0.3% | 0.31% | - |
| HSV(B) | 303.83º | 0.46% | 0.4% | - |
| XYZ | 9.1 | 6.46 | 12.57 | - |
| YUV | 74.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 99 | 0 | 0.46 | 0.03 | 0.6 | 303.83 | 0.3 | 0.31 |
| Hex | 66 | 37 | 63 | 0 | 2E | 3 | 3C | 130 | 1E | 1F |
| Octal | 146 | 67 | 143 | 0 | 56 | 3 | 74 | 460 | 36 | 37 |
| Binary | 1100110 | 110111 | 1100011 | 0 | 101110 | 11 | 111100 | 100110000 | 11110 | 11111 |
Color Harmonies of #663763
Complementary color
Monochromatic Colors of #663763
Black with #663763
Text Example
Text Example
White with #663763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663763; }
p { color: rgb(102,55,99); }
H1.HeaderClassName
{
color: #663763;
}
.AnyTagClassName
{
color: #663763;
}
</style>
background-color css
<style>
a { background-color: #663763; }
a { background-color: rgb(102,55,99); }
div.DivClassName
{
background-color: #663763;
}
.BgClassName
{
background-color: #663763;
}
</style>
border-color css
<style>
span { border-color: #663763; }
span { border-color: rgb(102,55,99); }
td.TdClassName
{
border-color: #663763;
}
.TagClassName
{
border-color: #663763;
}
</style>