Shades of Palatinate Purple #661C5E
Tints of Palatinate Purple #661C5E
RGB
CMYK
RGB Variations
Color information
#661C5E (or 0x661C5E) is known color: Palatinate Purple. HEX triplet: 66, 1C and 5E. RGB value is (102,28,94). Sum of RGB (Red+Green+Blue) = 102+28+94=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #661C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661C5E is #99E3A1. Grayscale: #393939. Windows color (decimal): -10085282 or 6167654. OLE color: 6167654.
HSL color Cylindrical-coordinate representation of color #661C5E: hue angle of 306.49º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C5E is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 94 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.6 |
| HSL | 306.49º | 0.57% | 0.25% | - |
| HSV(B) | 306.49º | 0.73% | 0.4% | - |
| XYZ | 7.92 | 4.46 | 11.03 | - |
| YUV | 57.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 94 | 0 | 0.73 | 0.08 | 0.6 | 306.49 | 0.57 | 0.25 |
| Hex | 66 | 1C | 5E | 0 | 49 | 8 | 3C | 132 | 39 | 19 |
| Octal | 146 | 34 | 136 | 0 | 111 | 10 | 74 | 462 | 71 | 31 |
| Binary | 1100110 | 11100 | 1011110 | 0 | 1001001 | 1000 | 111100 | 100110010 | 111001 | 11001 |
Color Harmonies of #661C5E
Complementary color
Monochromatic Colors of #661C5E
Black with #661C5E
Text Example
Text Example
White with #661C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C5E; }
p { color: rgb(102,28,94); }
H1.HeaderClassName
{
color: #661C5E;
}
.AnyTagClassName
{
color: #661C5E;
}
</style>
background-color css
<style>
a { background-color: #661C5E; }
a { background-color: rgb(102,28,94); }
div.DivClassName
{
background-color: #661C5E;
}
.BgClassName
{
background-color: #661C5E;
}
</style>
border-color css
<style>
span { border-color: #661C5E; }
span { border-color: rgb(102,28,94); }
td.TdClassName
{
border-color: #661C5E;
}
.TagClassName
{
border-color: #661C5E;
}
</style>