Shades of Palatinate Purple #660563
Tints of Palatinate Purple #660563
RGB
CMYK
RGB Variations
Color information
#660563 (or 0x660563) is known color: Palatinate Purple. HEX triplet: 66, 05 and 63. RGB value is (102,5,99). Sum of RGB (Red+Green+Blue) = 102+5+99=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #660563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660563 is #99FA9C. Grayscale: #2C2C2C. Windows color (decimal): -10091165 or 6489446. OLE color: 6489446.
HSL color Cylindrical-coordinate representation of color #660563: hue angle of 301.86º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660563 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 99 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.6 |
| HSL | 301.86º | 0.91% | 0.21% | - |
| HSV(B) | 301.86º | 0.95% | 0.4% | - |
| XYZ | 7.79 | 3.83 | 12.13 | - |
| YUV | 44.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 99 | 0 | 0.95 | 0.03 | 0.6 | 301.86 | 0.91 | 0.21 |
| Hex | 66 | 5 | 63 | 0 | 5F | 3 | 3C | 12E | 5B | 15 |
| Octal | 146 | 5 | 143 | 0 | 137 | 3 | 74 | 456 | 133 | 25 |
| Binary | 1100110 | 101 | 1100011 | 0 | 1011111 | 11 | 111100 | 100101110 | 1011011 | 10101 |
Color Harmonies of #660563
Complementary color
Monochromatic Colors of #660563
Black with #660563
Text Example
Text Example
White with #660563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660563; }
p { color: rgb(102,5,99); }
H1.HeaderClassName
{
color: #660563;
}
.AnyTagClassName
{
color: #660563;
}
</style>
background-color css
<style>
a { background-color: #660563; }
a { background-color: rgb(102,5,99); }
div.DivClassName
{
background-color: #660563;
}
.BgClassName
{
background-color: #660563;
}
</style>
border-color css
<style>
span { border-color: #660563; }
span { border-color: rgb(102,5,99); }
td.TdClassName
{
border-color: #660563;
}
.TagClassName
{
border-color: #660563;
}
</style>