Shades of Palatinate Purple #660363
Tints of Palatinate Purple #660363
RGB
CMYK
RGB Variations
Color information
#660363 (or 0x660363) is known color: Palatinate Purple. HEX triplet: 66, 03 and 63. RGB value is (102,3,99). Sum of RGB (Red+Green+Blue) = 102+3+99=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660363 is #99FC9C. Grayscale: #2B2B2B. Windows color (decimal): -10091677 or 6488934. OLE color: 6488934.
HSL color Cylindrical-coordinate representation of color #660363: hue angle of 301.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660363 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 99 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.6 |
| HSL | 301.82º | 0.94% | 0.21% | - |
| HSV(B) | 301.82º | 0.97% | 0.4% | - |
| XYZ | 7.76 | 3.79 | 12.13 | - |
| YUV | 43.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 99 | 0 | 0.97 | 0.03 | 0.6 | 301.82 | 0.94 | 0.21 |
| Hex | 66 | 3 | 63 | 0 | 61 | 3 | 3C | 12E | 5E | 15 |
| Octal | 146 | 3 | 143 | 0 | 141 | 3 | 74 | 456 | 136 | 25 |
| Binary | 1100110 | 11 | 1100011 | 0 | 1100001 | 11 | 111100 | 100101110 | 1011110 | 10101 |
Color Harmonies of #660363
Complementary color
Monochromatic Colors of #660363
Black with #660363
Text Example
Text Example
White with #660363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660363; }
p { color: rgb(102,3,99); }
H1.HeaderClassName
{
color: #660363;
}
.AnyTagClassName
{
color: #660363;
}
</style>
background-color css
<style>
a { background-color: #660363; }
a { background-color: rgb(102,3,99); }
div.DivClassName
{
background-color: #660363;
}
.BgClassName
{
background-color: #660363;
}
</style>
border-color css
<style>
span { border-color: #660363; }
span { border-color: rgb(102,3,99); }
td.TdClassName
{
border-color: #660363;
}
.TagClassName
{
border-color: #660363;
}
</style>