Shades of Palatinate Purple #661863
Tints of Palatinate Purple #661863
RGB
CMYK
RGB Variations
Color information
#661863 (or 0x661863) is known color: Palatinate Purple. HEX triplet: 66, 18 and 63. RGB value is (102,24,99). Sum of RGB (Red+Green+Blue) = 102+24+99=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #661863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661863 is #99E79C. Grayscale: #373737. Windows color (decimal): -10086301 or 6494310. OLE color: 6494310.
HSL color Cylindrical-coordinate representation of color #661863: hue angle of 302.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #661863 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 99 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.6 |
| HSL | 302.31º | 0.62% | 0.25% | - |
| HSV(B) | 302.31º | 0.76% | 0.4% | - |
| XYZ | 8.06 | 4.38 | 12.22 | - |
| YUV | 55.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 99 | 0 | 0.76 | 0.03 | 0.6 | 302.31 | 0.62 | 0.25 |
| Hex | 66 | 18 | 63 | 0 | 4C | 3 | 3C | 12E | 3E | 19 |
| Octal | 146 | 30 | 143 | 0 | 114 | 3 | 74 | 456 | 76 | 31 |
| Binary | 1100110 | 11000 | 1100011 | 0 | 1001100 | 11 | 111100 | 100101110 | 111110 | 11001 |
Color Harmonies of #661863
Complementary color
Monochromatic Colors of #661863
Black with #661863
Text Example
Text Example
White with #661863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661863; }
p { color: rgb(102,24,99); }
H1.HeaderClassName
{
color: #661863;
}
.AnyTagClassName
{
color: #661863;
}
</style>
background-color css
<style>
a { background-color: #661863; }
a { background-color: rgb(102,24,99); }
div.DivClassName
{
background-color: #661863;
}
.BgClassName
{
background-color: #661863;
}
</style>
border-color css
<style>
span { border-color: #661863; }
span { border-color: rgb(102,24,99); }
td.TdClassName
{
border-color: #661863;
}
.TagClassName
{
border-color: #661863;
}
</style>