Shades of Palatinate Purple #5C1657
Tints of Palatinate Purple #5C1657
RGB
CMYK
RGB Variations
Color information
#5C1657 (or 0x5C1657) is known color: Palatinate Purple. HEX triplet: 5C, 16 and 57. RGB value is (92,22,87). Sum of RGB (Red+Green+Blue) = 92+22+87=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1657 is #A3E9A8. Grayscale: #323232. Windows color (decimal): -10742185 or 5707356. OLE color: 5707356.
HSL color Cylindrical-coordinate representation of color #5C1657: hue angle of 304.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C1657 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 22 | 87 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.64 |
| HSL | 304.29º | 0.61% | 0.22% | - |
| HSV(B) | 304.29º | 0.76% | 0.36% | - |
| XYZ | 6.42 | 3.54 | 9.36 | - |
| YUV | 50.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 87 | 0 | 0.76 | 0.05 | 0.64 | 304.29 | 0.61 | 0.22 |
| Hex | 5C | 16 | 57 | 0 | 4C | 5 | 40 | 130 | 3D | 16 |
| Octal | 134 | 26 | 127 | 0 | 114 | 5 | 100 | 460 | 75 | 26 |
| Binary | 1011100 | 10110 | 1010111 | 0 | 1001100 | 101 | 1000000 | 100110000 | 111101 | 10110 |
Color Harmonies of #5C1657
Complementary color
Monochromatic Colors of #5C1657
Black with #5C1657
Text Example
Text Example
White with #5C1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1657; }
p { color: rgb(92,22,87); }
H1.HeaderClassName
{
color: #5C1657;
}
.AnyTagClassName
{
color: #5C1657;
}
</style>
background-color css
<style>
a { background-color: #5C1657; }
a { background-color: rgb(92,22,87); }
div.DivClassName
{
background-color: #5C1657;
}
.BgClassName
{
background-color: #5C1657;
}
</style>
border-color css
<style>
span { border-color: #5C1657; }
span { border-color: rgb(92,22,87); }
td.TdClassName
{
border-color: #5C1657;
}
.TagClassName
{
border-color: #5C1657;
}
</style>