Shades of Tyrian Purple #5B1131
Tints of Tyrian Purple #5B1131
RGB
CMYK
RGB Variations
Color information
#5B1131 (or 0x5B1131) is known color: Tyrian Purple. HEX triplet: 5B, 11 and 31. RGB value is (91,17,49). Sum of RGB (Red+Green+Blue) = 91+17+49=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1131 is #A4EECE. Grayscale: #2A2A2A. Windows color (decimal): -10809039 or 3215707. OLE color: 3215707.
HSL color Cylindrical-coordinate representation of color #5B1131: hue angle of 334.05º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1131 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 49 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.64 |
| HSL | 334.05º | 0.69% | 0.21% | - |
| HSV(B) | 334.05º | 0.81% | 0.36% | - |
| XYZ | 5.07 | 2.85 | 3.19 | - |
| YUV | 42.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 49 | 0 | 0.81 | 0.46 | 0.64 | 334.05 | 0.69 | 0.21 |
| Hex | 5B | 11 | 31 | 0 | 51 | 2E | 40 | 14E | 45 | 15 |
| Octal | 133 | 21 | 61 | 0 | 121 | 56 | 100 | 516 | 105 | 25 |
| Binary | 1011011 | 10001 | 110001 | 0 | 1010001 | 101110 | 1000000 | 101001110 | 1000101 | 10101 |
Color Harmonies of #5B1131
Complementary color
Monochromatic Colors of #5B1131
Black with #5B1131
Text Example
Text Example
White with #5B1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1131; }
p { color: rgb(91,17,49); }
H1.HeaderClassName
{
color: #5B1131;
}
.AnyTagClassName
{
color: #5B1131;
}
</style>
background-color css
<style>
a { background-color: #5B1131; }
a { background-color: rgb(91,17,49); }
div.DivClassName
{
background-color: #5B1131;
}
.BgClassName
{
background-color: #5B1131;
}
</style>
border-color css
<style>
span { border-color: #5B1131; }
span { border-color: rgb(91,17,49); }
td.TdClassName
{
border-color: #5B1131;
}
.TagClassName
{
border-color: #5B1131;
}
</style>