Shades of Palatinate Purple #5C1159
Tints of Palatinate Purple #5C1159
RGB
CMYK
RGB Variations
Color information
#5C1159 (or 0x5C1159) is known color: Palatinate Purple. HEX triplet: 5C, 11 and 59. RGB value is (92,17,89). Sum of RGB (Red+Green+Blue) = 92+17+89=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1159 is #A3EEA6. Grayscale: #2F2F2F. Windows color (decimal): -10743463 or 5837148. OLE color: 5837148.
HSL color Cylindrical-coordinate representation of color #5C1159: hue angle of 302.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1159 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 89 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.64 |
| HSL | 302.4º | 0.69% | 0.21% | - |
| HSV(B) | 302.4º | 0.82% | 0.36% | - |
| XYZ | 6.42 | 3.4 | 9.77 | - |
| YUV | 47.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 89 | 0 | 0.82 | 0.03 | 0.64 | 302.4 | 0.69 | 0.21 |
| Hex | 5C | 11 | 59 | 0 | 52 | 3 | 40 | 12E | 45 | 15 |
| Octal | 134 | 21 | 131 | 0 | 122 | 3 | 100 | 456 | 105 | 25 |
| Binary | 1011100 | 10001 | 1011001 | 0 | 1010010 | 11 | 1000000 | 100101110 | 1000101 | 10101 |
Color Harmonies of #5C1159
Complementary color
Monochromatic Colors of #5C1159
Black with #5C1159
Text Example
Text Example
White with #5C1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1159; }
p { color: rgb(92,17,89); }
H1.HeaderClassName
{
color: #5C1159;
}
.AnyTagClassName
{
color: #5C1159;
}
</style>
background-color css
<style>
a { background-color: #5C1159; }
a { background-color: rgb(92,17,89); }
div.DivClassName
{
background-color: #5C1159;
}
.BgClassName
{
background-color: #5C1159;
}
</style>
border-color css
<style>
span { border-color: #5C1159; }
span { border-color: rgb(92,17,89); }
td.TdClassName
{
border-color: #5C1159;
}
.TagClassName
{
border-color: #5C1159;
}
</style>