Shades of Palatinate Purple #5C1457
Tints of Palatinate Purple #5C1457
RGB
CMYK
RGB Variations
Color information
#5C1457 (or 0x5C1457) is known color: Palatinate Purple. HEX triplet: 5C, 14 and 57. RGB value is (92,20,87). Sum of RGB (Red+Green+Blue) = 92+20+87=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1457 is #A3EBA8. Grayscale: #303030. Windows color (decimal): -10742697 or 5706844. OLE color: 5706844.
HSL color Cylindrical-coordinate representation of color #5C1457: hue angle of 304.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C1457 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 87 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.64 |
| HSL | 304.17º | 0.64% | 0.22% | - |
| HSV(B) | 304.17º | 0.78% | 0.36% | - |
| XYZ | 6.38 | 3.46 | 9.35 | - |
| YUV | 49.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 87 | 0 | 0.78 | 0.05 | 0.64 | 304.17 | 0.64 | 0.22 |
| Hex | 5C | 14 | 57 | 0 | 4E | 5 | 40 | 130 | 40 | 16 |
| Octal | 134 | 24 | 127 | 0 | 116 | 5 | 100 | 460 | 100 | 26 |
| Binary | 1011100 | 10100 | 1010111 | 0 | 1001110 | 101 | 1000000 | 100110000 | 1000000 | 10110 |
Color Harmonies of #5C1457
Complementary color
Monochromatic Colors of #5C1457
Black with #5C1457
Text Example
Text Example
White with #5C1457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1457; }
p { color: rgb(92,20,87); }
H1.HeaderClassName
{
color: #5C1457;
}
.AnyTagClassName
{
color: #5C1457;
}
</style>
background-color css
<style>
a { background-color: #5C1457; }
a { background-color: rgb(92,20,87); }
div.DivClassName
{
background-color: #5C1457;
}
.BgClassName
{
background-color: #5C1457;
}
</style>
border-color css
<style>
span { border-color: #5C1457; }
span { border-color: rgb(92,20,87); }
td.TdClassName
{
border-color: #5C1457;
}
.TagClassName
{
border-color: #5C1457;
}
</style>