Shades of Palatinate Purple #5B1D50
Tints of Palatinate Purple #5B1D50
RGB
CMYK
RGB Variations
Color information
#5B1D50 (or 0x5B1D50) is known color: Palatinate Purple. HEX triplet: 5B, 1D and 50. RGB value is (91,29,80). Sum of RGB (Red+Green+Blue) = 91+29+80=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1D50 is #A4E2AF. Grayscale: #353535. Windows color (decimal): -10805936 or 5250395. OLE color: 5250395.
HSL color Cylindrical-coordinate representation of color #5B1D50: hue angle of 310.65º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B1D50 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 29 | 80 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.64 |
| HSL | 310.65º | 0.52% | 0.24% | - |
| HSV(B) | 310.65º | 0.68% | 0.36% | - |
| XYZ | 6.2 | 3.68 | 7.97 | - |
| YUV | 53.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 80 | 0 | 0.68 | 0.12 | 0.64 | 310.65 | 0.52 | 0.24 |
| Hex | 5B | 1D | 50 | 0 | 44 | C | 40 | 137 | 34 | 18 |
| Octal | 133 | 35 | 120 | 0 | 104 | 14 | 100 | 467 | 64 | 30 |
| Binary | 1011011 | 11101 | 1010000 | 0 | 1000100 | 1100 | 1000000 | 100110111 | 110100 | 11000 |
Color Harmonies of #5B1D50
Complementary color
Monochromatic Colors of #5B1D50
Black with #5B1D50
Text Example
Text Example
White with #5B1D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1D50; }
p { color: rgb(91,29,80); }
H1.HeaderClassName
{
color: #5B1D50;
}
.AnyTagClassName
{
color: #5B1D50;
}
</style>
background-color css
<style>
a { background-color: #5B1D50; }
a { background-color: rgb(91,29,80); }
div.DivClassName
{
background-color: #5B1D50;
}
.BgClassName
{
background-color: #5B1D50;
}
</style>
border-color css
<style>
span { border-color: #5B1D50; }
span { border-color: rgb(91,29,80); }
td.TdClassName
{
border-color: #5B1D50;
}
.TagClassName
{
border-color: #5B1D50;
}
</style>