Shades of Palatinate Purple #661C56
Tints of Palatinate Purple #661C56
RGB
CMYK
RGB Variations
Color information
#661C56 (or 0x661C56) is known color: Palatinate Purple. HEX triplet: 66, 1C and 56. RGB value is (102,28,86). Sum of RGB (Red+Green+Blue) = 102+28+86=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #661C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661C56 is #99E3A9. Grayscale: #383838. Windows color (decimal): -10085290 or 5643366. OLE color: 5643366.
HSL color Cylindrical-coordinate representation of color #661C56: hue angle of 312.97º 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 #661C56 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 86 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.6 |
| HSL | 312.97º | 0.57% | 0.25% | - |
| HSV(B) | 312.97º | 0.73% | 0.4% | - |
| XYZ | 7.57 | 4.33 | 9.24 | - |
| YUV | 56.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 86 | 0 | 0.73 | 0.16 | 0.6 | 312.97 | 0.57 | 0.25 |
| Hex | 66 | 1C | 56 | 0 | 49 | 10 | 3C | 139 | 39 | 19 |
| Octal | 146 | 34 | 126 | 0 | 111 | 20 | 74 | 471 | 71 | 31 |
| Binary | 1100110 | 11100 | 1010110 | 0 | 1001001 | 10000 | 111100 | 100111001 | 111001 | 11001 |
Color Harmonies of #661C56
Complementary color
Monochromatic Colors of #661C56
Black with #661C56
Text Example
Text Example
White with #661C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C56; }
p { color: rgb(102,28,86); }
H1.HeaderClassName
{
color: #661C56;
}
.AnyTagClassName
{
color: #661C56;
}
</style>
background-color css
<style>
a { background-color: #661C56; }
a { background-color: rgb(102,28,86); }
div.DivClassName
{
background-color: #661C56;
}
.BgClassName
{
background-color: #661C56;
}
</style>
border-color css
<style>
span { border-color: #661C56; }
span { border-color: rgb(102,28,86); }
td.TdClassName
{
border-color: #661C56;
}
.TagClassName
{
border-color: #661C56;
}
</style>