Shades of Palatinate Purple #5B3158
Tints of Palatinate Purple #5B3158
RGB
CMYK
RGB Variations
Color information
#5B3158 (or 0x5B3158) is known color: Palatinate Purple. HEX triplet: 5B, 31 and 58. RGB value is (91,49,88). Sum of RGB (Red+Green+Blue) = 91+49+88=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3158 is #A4CEA7. Grayscale: #414141. Windows color (decimal): -10800808 or 5779803. OLE color: 5779803.
HSL color Cylindrical-coordinate representation of color #5B3158: hue angle of 304.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B3158 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 88 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.64 |
| HSL | 304.29º | 0.3% | 0.27% | - |
| HSV(B) | 304.29º | 0.46% | 0.36% | - |
| XYZ | 7.17 | 5.13 | 9.84 | - |
| YUV | 66 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 88 | 0 | 0.46 | 0.03 | 0.64 | 304.29 | 0.3 | 0.27 |
| Hex | 5B | 31 | 58 | 0 | 2E | 3 | 40 | 130 | 1E | 1B |
| Octal | 133 | 61 | 130 | 0 | 56 | 3 | 100 | 460 | 36 | 33 |
| Binary | 1011011 | 110001 | 1011000 | 0 | 101110 | 11 | 1000000 | 100110000 | 11110 | 11011 |
Color Harmonies of #5B3158
Complementary color
Monochromatic Colors of #5B3158
Black with #5B3158
Text Example
Text Example
White with #5B3158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3158; }
p { color: rgb(91,49,88); }
H1.HeaderClassName
{
color: #5B3158;
}
.AnyTagClassName
{
color: #5B3158;
}
</style>
background-color css
<style>
a { background-color: #5B3158; }
a { background-color: rgb(91,49,88); }
div.DivClassName
{
background-color: #5B3158;
}
.BgClassName
{
background-color: #5B3158;
}
</style>
border-color css
<style>
span { border-color: #5B3158; }
span { border-color: rgb(91,49,88); }
td.TdClassName
{
border-color: #5B3158;
}
.TagClassName
{
border-color: #5B3158;
}
</style>