Shades of Palatinate Purple #5C1766
Tints of Palatinate Purple #5C1766
RGB
CMYK
RGB Variations
Color information
#5C1766 (or 0x5C1766) is known color: Palatinate Purple. HEX triplet: 5C, 17 and 66. RGB value is (92,23,102). Sum of RGB (Red+Green+Blue) = 92+23+102=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C1766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1766 is #A3E899. Grayscale: #343434. Windows color (decimal): -10741914 or 6690652. OLE color: 6690652.
HSL color Cylindrical-coordinate representation of color #5C1766: hue angle of 292.41º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C1766 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 23 | 102 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.6 |
| HSL | 292.41º | 0.63% | 0.25% | - |
| HSV(B) | 292.41º | 0.77% | 0.4% | - |
| XYZ | 7.12 | 3.85 | 12.94 | - |
| YUV | 52.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 102 | 0.10 | 0.77 | 0 | 0.6 | 292.41 | 0.63 | 0.25 |
| Hex | 5C | 17 | 66 | A | 4D | 0 | 3C | 124 | 3F | 19 |
| Octal | 134 | 27 | 146 | 12 | 115 | 0 | 74 | 444 | 77 | 31 |
| Binary | 1011100 | 10111 | 1100110 | 1010 | 1001101 | 0 | 111100 | 100100100 | 111111 | 11001 |
Color Harmonies of #5C1766
Complementary color
Monochromatic Colors of #5C1766
Black with #5C1766
Text Example
Text Example
White with #5C1766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1766; }
p { color: rgb(92,23,102); }
H1.HeaderClassName
{
color: #5C1766;
}
.AnyTagClassName
{
color: #5C1766;
}
</style>
background-color css
<style>
a { background-color: #5C1766; }
a { background-color: rgb(92,23,102); }
div.DivClassName
{
background-color: #5C1766;
}
.BgClassName
{
background-color: #5C1766;
}
</style>
border-color css
<style>
span { border-color: #5C1766; }
span { border-color: rgb(92,23,102); }
td.TdClassName
{
border-color: #5C1766;
}
.TagClassName
{
border-color: #5C1766;
}
</style>