Shades of Palatinate Purple #661463
Tints of Palatinate Purple #661463
RGB
CMYK
RGB Variations
Color information
#661463 (or 0x661463) is known color: Palatinate Purple. HEX triplet: 66, 14 and 63. RGB value is (102,20,99). Sum of RGB (Red+Green+Blue) = 102+20+99=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #661463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661463 is #99EB9C. Grayscale: #353535. Windows color (decimal): -10087325 or 6493286. OLE color: 6493286.
HSL color Cylindrical-coordinate representation of color #661463: hue angle of 302.2º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661463 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 99 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.6 |
| HSL | 302.2º | 0.67% | 0.24% | - |
| HSV(B) | 302.2º | 0.8% | 0.4% | - |
| XYZ | 7.98 | 4.23 | 12.2 | - |
| YUV | 53.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 99 | 0 | 0.80 | 0.03 | 0.6 | 302.2 | 0.67 | 0.24 |
| Hex | 66 | 14 | 63 | 0 | 50 | 3 | 3C | 12E | 43 | 18 |
| Octal | 146 | 24 | 143 | 0 | 120 | 3 | 74 | 456 | 103 | 30 |
| Binary | 1100110 | 10100 | 1100011 | 0 | 1010000 | 11 | 111100 | 100101110 | 1000011 | 11000 |
Color Harmonies of #661463
Complementary color
Monochromatic Colors of #661463
Black with #661463
Text Example
Text Example
White with #661463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661463; }
p { color: rgb(102,20,99); }
H1.HeaderClassName
{
color: #661463;
}
.AnyTagClassName
{
color: #661463;
}
</style>
background-color css
<style>
a { background-color: #661463; }
a { background-color: rgb(102,20,99); }
div.DivClassName
{
background-color: #661463;
}
.BgClassName
{
background-color: #661463;
}
</style>
border-color css
<style>
span { border-color: #661463; }
span { border-color: rgb(102,20,99); }
td.TdClassName
{
border-color: #661463;
}
.TagClassName
{
border-color: #661463;
}
</style>