Shades of Palatinate Purple #5B1058
Tints of Palatinate Purple #5B1058
RGB
CMYK
RGB Variations
Color information
#5B1058 (or 0x5B1058) is known color: Palatinate Purple. HEX triplet: 5B, 10 and 58. RGB value is (91,16,88). Sum of RGB (Red+Green+Blue) = 91+16+88=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1058 is #A4EFA7. Grayscale: #2E2E2E. Windows color (decimal): -10809256 or 5771355. OLE color: 5771355.
HSL color Cylindrical-coordinate representation of color #5B1058: hue angle of 302.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1058 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 88 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.64 |
| HSL | 302.4º | 0.7% | 0.21% | - |
| HSV(B) | 302.4º | 0.82% | 0.36% | - |
| XYZ | 6.26 | 3.3 | 9.54 | - |
| YUV | 46.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 88 | 0 | 0.82 | 0.03 | 0.64 | 302.4 | 0.7 | 0.21 |
| Hex | 5B | 10 | 58 | 0 | 52 | 3 | 40 | 12E | 46 | 15 |
| Octal | 133 | 20 | 130 | 0 | 122 | 3 | 100 | 456 | 106 | 25 |
| Binary | 1011011 | 10000 | 1011000 | 0 | 1010010 | 11 | 1000000 | 100101110 | 1000110 | 10101 |
Color Harmonies of #5B1058
Complementary color
Monochromatic Colors of #5B1058
Black with #5B1058
Text Example
Text Example
White with #5B1058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1058; }
p { color: rgb(91,16,88); }
H1.HeaderClassName
{
color: #5B1058;
}
.AnyTagClassName
{
color: #5B1058;
}
</style>
background-color css
<style>
a { background-color: #5B1058; }
a { background-color: rgb(91,16,88); }
div.DivClassName
{
background-color: #5B1058;
}
.BgClassName
{
background-color: #5B1058;
}
</style>
border-color css
<style>
span { border-color: #5B1058; }
span { border-color: rgb(91,16,88); }
td.TdClassName
{
border-color: #5B1058;
}
.TagClassName
{
border-color: #5B1058;
}
</style>