Shades of Palatinate Purple #5B1B4F
Tints of Palatinate Purple #5B1B4F
RGB
CMYK
RGB Variations
Color information
#5B1B4F (or 0x5B1B4F) is known color: Palatinate Purple. HEX triplet: 5B, 1B and 4F. RGB value is (91,27,79). Sum of RGB (Red+Green+Blue) = 91+27+79=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1B4F is #A4E4B0. Grayscale: #333333. Windows color (decimal): -10806449 or 5184347. OLE color: 5184347.
HSL color Cylindrical-coordinate representation of color #5B1B4F: hue angle of 311.25º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B1B4F is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 27 | 79 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.64 |
| HSL | 311.25º | 0.54% | 0.23% | - |
| HSV(B) | 311.25º | 0.7% | 0.36% | - |
| XYZ | 6.12 | 3.57 | 7.76 | - |
| YUV | 52.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 79 | 0 | 0.70 | 0.13 | 0.64 | 311.25 | 0.54 | 0.23 |
| Hex | 5B | 1B | 4F | 0 | 46 | D | 40 | 137 | 36 | 17 |
| Octal | 133 | 33 | 117 | 0 | 106 | 15 | 100 | 467 | 66 | 27 |
| Binary | 1011011 | 11011 | 1001111 | 0 | 1000110 | 1101 | 1000000 | 100110111 | 110110 | 10111 |
Color Harmonies of #5B1B4F
Complementary color
Monochromatic Colors of #5B1B4F
Black with #5B1B4F
Text Example
Text Example
White with #5B1B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B4F; }
p { color: rgb(91,27,79); }
H1.HeaderClassName
{
color: #5B1B4F;
}
.AnyTagClassName
{
color: #5B1B4F;
}
</style>
background-color css
<style>
a { background-color: #5B1B4F; }
a { background-color: rgb(91,27,79); }
div.DivClassName
{
background-color: #5B1B4F;
}
.BgClassName
{
background-color: #5B1B4F;
}
</style>
border-color css
<style>
span { border-color: #5B1B4F; }
span { border-color: rgb(91,27,79); }
td.TdClassName
{
border-color: #5B1B4F;
}
.TagClassName
{
border-color: #5B1B4F;
}
</style>