Shades of Palatinate Purple #661153
Tints of Palatinate Purple #661153
RGB
CMYK
RGB Variations
Color information
#661153 (or 0x661153) is known color: Palatinate Purple. HEX triplet: 66, 11 and 53. RGB value is (102,17,83). Sum of RGB (Red+Green+Blue) = 102+17+83=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #661153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661153 is #99EEAC. Grayscale: #313131. Windows color (decimal): -10088109 or 5443942. OLE color: 5443942.
HSL color Cylindrical-coordinate representation of color #661153: hue angle of 313.41º 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 #661153 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 83 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.6 |
| HSL | 313.41º | 0.71% | 0.23% | - |
| HSV(B) | 313.41º | 0.83% | 0.4% | - |
| XYZ | 7.24 | 3.85 | 8.55 | - |
| YUV | 49.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 83 | 0 | 0.83 | 0.19 | 0.6 | 313.41 | 0.71 | 0.23 |
| Hex | 66 | 11 | 53 | 0 | 53 | 13 | 3C | 139 | 47 | 17 |
| Octal | 146 | 21 | 123 | 0 | 123 | 23 | 74 | 471 | 107 | 27 |
| Binary | 1100110 | 10001 | 1010011 | 0 | 1010011 | 10011 | 111100 | 100111001 | 1000111 | 10111 |
Color Harmonies of #661153
Complementary color
Monochromatic Colors of #661153
Black with #661153
Text Example
Text Example
White with #661153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661153; }
p { color: rgb(102,17,83); }
H1.HeaderClassName
{
color: #661153;
}
.AnyTagClassName
{
color: #661153;
}
</style>
background-color css
<style>
a { background-color: #661153; }
a { background-color: rgb(102,17,83); }
div.DivClassName
{
background-color: #661153;
}
.BgClassName
{
background-color: #661153;
}
</style>
border-color css
<style>
span { border-color: #661153; }
span { border-color: rgb(102,17,83); }
td.TdClassName
{
border-color: #661153;
}
.TagClassName
{
border-color: #661153;
}
</style>