Shades of Palatinate Purple #5C3559
Tints of Palatinate Purple #5C3559
RGB
CMYK
RGB Variations
Color information
#5C3559 (or 0x5C3559) is known color: Palatinate Purple. HEX triplet: 5C, 35 and 59. RGB value is (92,53,89). Sum of RGB (Red+Green+Blue) = 92+53+89=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3559 is #A3CAA6. Grayscale: #444444. Windows color (decimal): -10734247 or 5846364. OLE color: 5846364.
HSL color Cylindrical-coordinate representation of color #5C3559: hue angle of 304.62º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C3559 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 53 | 89 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.64 |
| HSL | 304.62º | 0.27% | 0.28% | - |
| HSV(B) | 304.62º | 0.42% | 0.36% | - |
| XYZ | 7.49 | 5.54 | 10.13 | - |
| YUV | 68.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 89 | 0 | 0.42 | 0.03 | 0.64 | 304.62 | 0.27 | 0.28 |
| Hex | 5C | 35 | 59 | 0 | 2A | 3 | 40 | 131 | 1B | 1C |
| Octal | 134 | 65 | 131 | 0 | 52 | 3 | 100 | 461 | 33 | 34 |
| Binary | 1011100 | 110101 | 1011001 | 0 | 101010 | 11 | 1000000 | 100110001 | 11011 | 11100 |
Color Harmonies of #5C3559
Complementary color
Monochromatic Colors of #5C3559
Black with #5C3559
Text Example
Text Example
White with #5C3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3559; }
p { color: rgb(92,53,89); }
H1.HeaderClassName
{
color: #5C3559;
}
.AnyTagClassName
{
color: #5C3559;
}
</style>
background-color css
<style>
a { background-color: #5C3559; }
a { background-color: rgb(92,53,89); }
div.DivClassName
{
background-color: #5C3559;
}
.BgClassName
{
background-color: #5C3559;
}
</style>
border-color css
<style>
span { border-color: #5C3559; }
span { border-color: rgb(92,53,89); }
td.TdClassName
{
border-color: #5C3559;
}
.TagClassName
{
border-color: #5C3559;
}
</style>