Shades of Palatinate Purple #5C1557
Tints of Palatinate Purple #5C1557
RGB
CMYK
RGB Variations
Color information
#5C1557 (or 0x5C1557) is known color: Palatinate Purple. HEX triplet: 5C, 15 and 57. RGB value is (92,21,87). Sum of RGB (Red+Green+Blue) = 92+21+87=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1557 is #A3EAA8. Grayscale: #313131. Windows color (decimal): -10742441 or 5707100. OLE color: 5707100.
HSL color Cylindrical-coordinate representation of color #5C1557: hue angle of 304.23º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C1557 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 87 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.64 |
| HSL | 304.23º | 0.63% | 0.22% | - |
| HSV(B) | 304.23º | 0.77% | 0.36% | - |
| XYZ | 6.4 | 3.5 | 9.35 | - |
| YUV | 49.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 87 | 0 | 0.77 | 0.05 | 0.64 | 304.23 | 0.63 | 0.22 |
| Hex | 5C | 15 | 57 | 0 | 4D | 5 | 40 | 130 | 3F | 16 |
| Octal | 134 | 25 | 127 | 0 | 115 | 5 | 100 | 460 | 77 | 26 |
| Binary | 1011100 | 10101 | 1010111 | 0 | 1001101 | 101 | 1000000 | 100110000 | 111111 | 10110 |
Color Harmonies of #5C1557
Complementary color
Monochromatic Colors of #5C1557
Black with #5C1557
Text Example
Text Example
White with #5C1557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1557; }
p { color: rgb(92,21,87); }
H1.HeaderClassName
{
color: #5C1557;
}
.AnyTagClassName
{
color: #5C1557;
}
</style>
background-color css
<style>
a { background-color: #5C1557; }
a { background-color: rgb(92,21,87); }
div.DivClassName
{
background-color: #5C1557;
}
.BgClassName
{
background-color: #5C1557;
}
</style>
border-color css
<style>
span { border-color: #5C1557; }
span { border-color: rgb(92,21,87); }
td.TdClassName
{
border-color: #5C1557;
}
.TagClassName
{
border-color: #5C1557;
}
</style>