Shades of Palatinate Purple #5C2E59
Tints of Palatinate Purple #5C2E59
RGB
CMYK
RGB Variations
Color information
#5C2E59 (or 0x5C2E59) is known color: Palatinate Purple. HEX triplet: 5C, 2E and 59. RGB value is (92,46,89). Sum of RGB (Red+Green+Blue) = 92+46+89=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2E59 is #A3D1A6. Grayscale: #404040. Windows color (decimal): -10736039 or 5844572. OLE color: 5844572.
HSL color Cylindrical-coordinate representation of color #5C2E59: hue angle of 303.91º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C2E59 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 46 | 89 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.64 |
| HSL | 303.91º | 0.33% | 0.27% | - |
| HSV(B) | 303.91º | 0.5% | 0.36% | - |
| XYZ | 7.19 | 4.95 | 10.03 | - |
| YUV | 64.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 89 | 0 | 0.50 | 0.03 | 0.64 | 303.91 | 0.33 | 0.27 |
| Hex | 5C | 2E | 59 | 0 | 32 | 3 | 40 | 130 | 21 | 1B |
| Octal | 134 | 56 | 131 | 0 | 62 | 3 | 100 | 460 | 41 | 33 |
| Binary | 1011100 | 101110 | 1011001 | 0 | 110010 | 11 | 1000000 | 100110000 | 100001 | 11011 |
Color Harmonies of #5C2E59
Complementary color
Monochromatic Colors of #5C2E59
Black with #5C2E59
Text Example
Text Example
White with #5C2E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E59; }
p { color: rgb(92,46,89); }
H1.HeaderClassName
{
color: #5C2E59;
}
.AnyTagClassName
{
color: #5C2E59;
}
</style>
background-color css
<style>
a { background-color: #5C2E59; }
a { background-color: rgb(92,46,89); }
div.DivClassName
{
background-color: #5C2E59;
}
.BgClassName
{
background-color: #5C2E59;
}
</style>
border-color css
<style>
span { border-color: #5C2E59; }
span { border-color: rgb(92,46,89); }
td.TdClassName
{
border-color: #5C2E59;
}
.TagClassName
{
border-color: #5C2E59;
}
</style>