Shades of Palatinate Purple #5B1C58
Tints of Palatinate Purple #5B1C58
RGB
CMYK
RGB Variations
Color information
#5B1C58 (or 0x5B1C58) is known color: Palatinate Purple. HEX triplet: 5B, 1C and 58. RGB value is (91,28,88). Sum of RGB (Red+Green+Blue) = 91+28+88=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1C58 is #A4E3A7. Grayscale: #353535. Windows color (decimal): -10806184 or 5774427. OLE color: 5774427.
HSL color Cylindrical-coordinate representation of color #5B1C58: hue angle of 302.86º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B1C58 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 28 | 88 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.64 |
| HSL | 302.86º | 0.53% | 0.23% | - |
| HSV(B) | 302.86º | 0.69% | 0.36% | - |
| XYZ | 6.49 | 3.76 | 9.62 | - |
| YUV | 53.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 88 | 0 | 0.69 | 0.03 | 0.64 | 302.86 | 0.53 | 0.23 |
| Hex | 5B | 1C | 58 | 0 | 45 | 3 | 40 | 12F | 35 | 17 |
| Octal | 133 | 34 | 130 | 0 | 105 | 3 | 100 | 457 | 65 | 27 |
| Binary | 1011011 | 11100 | 1011000 | 0 | 1000101 | 11 | 1000000 | 100101111 | 110101 | 10111 |
Color Harmonies of #5B1C58
Complementary color
Monochromatic Colors of #5B1C58
Black with #5B1C58
Text Example
Text Example
White with #5B1C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C58; }
p { color: rgb(91,28,88); }
H1.HeaderClassName
{
color: #5B1C58;
}
.AnyTagClassName
{
color: #5B1C58;
}
</style>
background-color css
<style>
a { background-color: #5B1C58; }
a { background-color: rgb(91,28,88); }
div.DivClassName
{
background-color: #5B1C58;
}
.BgClassName
{
background-color: #5B1C58;
}
</style>
border-color css
<style>
span { border-color: #5B1C58; }
span { border-color: rgb(91,28,88); }
td.TdClassName
{
border-color: #5B1C58;
}
.TagClassName
{
border-color: #5B1C58;
}
</style>