Shades of Palatinate Purple #661E53
Tints of Palatinate Purple #661E53
RGB
CMYK
RGB Variations
Color information
#661E53 (or 0x661E53) is known color: Palatinate Purple. HEX triplet: 66, 1E and 53. RGB value is (102,30,83). Sum of RGB (Red+Green+Blue) = 102+30+83=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #661E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661E53 is #99E1AC. Grayscale: #393939. Windows color (decimal): -10084781 or 5447270. OLE color: 5447270.
HSL color Cylindrical-coordinate representation of color #661E53: hue angle of 315.83º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E53 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 83 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.6 |
| HSL | 315.83º | 0.55% | 0.26% | - |
| HSV(B) | 315.83º | 0.71% | 0.4% | - |
| XYZ | 7.51 | 4.38 | 8.63 | - |
| YUV | 57.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 83 | 0 | 0.71 | 0.19 | 0.6 | 315.83 | 0.55 | 0.26 |
| Hex | 66 | 1E | 53 | 0 | 47 | 13 | 3C | 13C | 37 | 1A |
| Octal | 146 | 36 | 123 | 0 | 107 | 23 | 74 | 474 | 67 | 32 |
| Binary | 1100110 | 11110 | 1010011 | 0 | 1000111 | 10011 | 111100 | 100111100 | 110111 | 11010 |
Color Harmonies of #661E53
Complementary color
Monochromatic Colors of #661E53
Black with #661E53
Text Example
Text Example
White with #661E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E53; }
p { color: rgb(102,30,83); }
H1.HeaderClassName
{
color: #661E53;
}
.AnyTagClassName
{
color: #661E53;
}
</style>
background-color css
<style>
a { background-color: #661E53; }
a { background-color: rgb(102,30,83); }
div.DivClassName
{
background-color: #661E53;
}
.BgClassName
{
background-color: #661E53;
}
</style>
border-color css
<style>
span { border-color: #661E53; }
span { border-color: rgb(102,30,83); }
td.TdClassName
{
border-color: #661E53;
}
.TagClassName
{
border-color: #661E53;
}
</style>