Shades of Palatinate Purple #661161
Tints of Palatinate Purple #661161
RGB
CMYK
RGB Variations
Color information
#661161 (or 0x661161) is known color: Palatinate Purple. HEX triplet: 66, 11 and 61. RGB value is (102,17,97). Sum of RGB (Red+Green+Blue) = 102+17+97=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #661161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661161 is #99EE9E. Grayscale: #333333. Windows color (decimal): -10088095 or 6361446. OLE color: 6361446.
HSL color Cylindrical-coordinate representation of color #661161: hue angle of 303.53º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661161 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 97 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.6 |
| HSL | 303.53º | 0.71% | 0.23% | - |
| HSV(B) | 303.53º | 0.83% | 0.4% | - |
| XYZ | 7.84 | 4.09 | 11.69 | - |
| YUV | 51.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 97 | 0 | 0.83 | 0.05 | 0.6 | 303.53 | 0.71 | 0.23 |
| Hex | 66 | 11 | 61 | 0 | 53 | 5 | 3C | 130 | 47 | 17 |
| Octal | 146 | 21 | 141 | 0 | 123 | 5 | 74 | 460 | 107 | 27 |
| Binary | 1100110 | 10001 | 1100001 | 0 | 1010011 | 101 | 111100 | 100110000 | 1000111 | 10111 |
Color Harmonies of #661161
Complementary color
Monochromatic Colors of #661161
Black with #661161
Text Example
Text Example
White with #661161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661161; }
p { color: rgb(102,17,97); }
H1.HeaderClassName
{
color: #661161;
}
.AnyTagClassName
{
color: #661161;
}
</style>
background-color css
<style>
a { background-color: #661161; }
a { background-color: rgb(102,17,97); }
div.DivClassName
{
background-color: #661161;
}
.BgClassName
{
background-color: #661161;
}
</style>
border-color css
<style>
span { border-color: #661161; }
span { border-color: rgb(102,17,97); }
td.TdClassName
{
border-color: #661161;
}
.TagClassName
{
border-color: #661161;
}
</style>