Shades of Palatinate Purple #661E56
Tints of Palatinate Purple #661E56
RGB
CMYK
RGB Variations
Color information
#661E56 (or 0x661E56) is known color: Palatinate Purple. HEX triplet: 66, 1E and 56. RGB value is (102,30,86). Sum of RGB (Red+Green+Blue) = 102+30+86=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #661E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661E56 is #99E1A9. Grayscale: #393939. Windows color (decimal): -10084778 or 5643878. OLE color: 5643878.
HSL color Cylindrical-coordinate representation of color #661E56: hue angle of 313.33º 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 #661E56 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 86 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.6 |
| HSL | 313.33º | 0.55% | 0.26% | - |
| HSV(B) | 313.33º | 0.71% | 0.4% | - |
| XYZ | 7.62 | 4.43 | 9.26 | - |
| YUV | 57.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 86 | 0 | 0.71 | 0.16 | 0.6 | 313.33 | 0.55 | 0.26 |
| Hex | 66 | 1E | 56 | 0 | 47 | 10 | 3C | 139 | 37 | 1A |
| Octal | 146 | 36 | 126 | 0 | 107 | 20 | 74 | 471 | 67 | 32 |
| Binary | 1100110 | 11110 | 1010110 | 0 | 1000111 | 10000 | 111100 | 100111001 | 110111 | 11010 |
Color Harmonies of #661E56
Complementary color
Monochromatic Colors of #661E56
Black with #661E56
Text Example
Text Example
White with #661E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E56; }
p { color: rgb(102,30,86); }
H1.HeaderClassName
{
color: #661E56;
}
.AnyTagClassName
{
color: #661E56;
}
</style>
background-color css
<style>
a { background-color: #661E56; }
a { background-color: rgb(102,30,86); }
div.DivClassName
{
background-color: #661E56;
}
.BgClassName
{
background-color: #661E56;
}
</style>
border-color css
<style>
span { border-color: #661E56; }
span { border-color: rgb(102,30,86); }
td.TdClassName
{
border-color: #661E56;
}
.TagClassName
{
border-color: #661E56;
}
</style>