Shades of Palatinate Purple #5C2D58
Tints of Palatinate Purple #5C2D58
RGB
CMYK
RGB Variations
Color information
#5C2D58 (or 0x5C2D58) is known color: Palatinate Purple. HEX triplet: 5C, 2D and 58. RGB value is (92,45,88). Sum of RGB (Red+Green+Blue) = 92+45+88=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2D58 is #A3D2A7. Grayscale: #3F3F3F. Windows color (decimal): -10736296 or 5778780. OLE color: 5778780.
HSL color Cylindrical-coordinate representation of color #5C2D58: hue angle of 305.11º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C2D58 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 45 | 88 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.64 |
| HSL | 305.11º | 0.34% | 0.27% | - |
| HSV(B) | 305.11º | 0.51% | 0.36% | - |
| XYZ | 7.11 | 4.86 | 9.8 | - |
| YUV | 63.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 88 | 0 | 0.51 | 0.04 | 0.64 | 305.11 | 0.34 | 0.27 |
| Hex | 5C | 2D | 58 | 0 | 33 | 4 | 40 | 131 | 22 | 1B |
| Octal | 134 | 55 | 130 | 0 | 63 | 4 | 100 | 461 | 42 | 33 |
| Binary | 1011100 | 101101 | 1011000 | 0 | 110011 | 100 | 1000000 | 100110001 | 100010 | 11011 |
Color Harmonies of #5C2D58
Complementary color
Monochromatic Colors of #5C2D58
Black with #5C2D58
Text Example
Text Example
White with #5C2D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2D58; }
p { color: rgb(92,45,88); }
H1.HeaderClassName
{
color: #5C2D58;
}
.AnyTagClassName
{
color: #5C2D58;
}
</style>
background-color css
<style>
a { background-color: #5C2D58; }
a { background-color: rgb(92,45,88); }
div.DivClassName
{
background-color: #5C2D58;
}
.BgClassName
{
background-color: #5C2D58;
}
</style>
border-color css
<style>
span { border-color: #5C2D58; }
span { border-color: rgb(92,45,88); }
td.TdClassName
{
border-color: #5C2D58;
}
.TagClassName
{
border-color: #5C2D58;
}
</style>