Shades of Palatinate Purple #5B1053
Tints of Palatinate Purple #5B1053
RGB
CMYK
RGB Variations
Color information
#5B1053 (or 0x5B1053) is known color: Palatinate Purple. HEX triplet: 5B, 10 and 53. RGB value is (91,16,83). Sum of RGB (Red+Green+Blue) = 91+16+83=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1053 is #A4EFAC. Grayscale: #2D2D2D. Windows color (decimal): -10809261 or 5443675. OLE color: 5443675.
HSL color Cylindrical-coordinate representation of color #5B1053: hue angle of 306.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 #5B1053 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 83 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.64 |
| HSL | 306.4º | 0.7% | 0.21% | - |
| HSV(B) | 306.4º | 0.82% | 0.36% | - |
| XYZ | 6.06 | 3.22 | 8.49 | - |
| YUV | 46.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 83 | 0 | 0.82 | 0.09 | 0.64 | 306.4 | 0.7 | 0.21 |
| Hex | 5B | 10 | 53 | 0 | 52 | 9 | 40 | 132 | 46 | 15 |
| Octal | 133 | 20 | 123 | 0 | 122 | 11 | 100 | 462 | 106 | 25 |
| Binary | 1011011 | 10000 | 1010011 | 0 | 1010010 | 1001 | 1000000 | 100110010 | 1000110 | 10101 |
Color Harmonies of #5B1053
Complementary color
Monochromatic Colors of #5B1053
Black with #5B1053
Text Example
Text Example
White with #5B1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1053; }
p { color: rgb(91,16,83); }
H1.HeaderClassName
{
color: #5B1053;
}
.AnyTagClassName
{
color: #5B1053;
}
</style>
background-color css
<style>
a { background-color: #5B1053; }
a { background-color: rgb(91,16,83); }
div.DivClassName
{
background-color: #5B1053;
}
.BgClassName
{
background-color: #5B1053;
}
</style>
border-color css
<style>
span { border-color: #5B1053; }
span { border-color: rgb(91,16,83); }
td.TdClassName
{
border-color: #5B1053;
}
.TagClassName
{
border-color: #5B1053;
}
</style>