Shades of Tyrian Purple #5B113A
Tints of Tyrian Purple #5B113A
RGB
CMYK
RGB Variations
Color information
#5B113A (or 0x5B113A) is known color: Tyrian Purple. HEX triplet: 5B, 11 and 3A. RGB value is (91,17,58). Sum of RGB (Red+Green+Blue) = 91+17+58=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B113A is #A4EEC5. Grayscale: #2B2B2B. Windows color (decimal): -10809030 or 3805531. OLE color: 3805531.
HSL color Cylindrical-coordinate representation of color #5B113A: hue angle of 326.76º 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 #5B113A is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 58 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.64 |
| HSL | 326.76º | 0.69% | 0.21% | - |
| HSV(B) | 326.76º | 0.81% | 0.36% | - |
| XYZ | 5.28 | 2.93 | 4.29 | - |
| YUV | 43.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 58 | 0 | 0.81 | 0.36 | 0.64 | 326.76 | 0.69 | 0.21 |
| Hex | 5B | 11 | 3A | 0 | 51 | 24 | 40 | 147 | 45 | 15 |
| Octal | 133 | 21 | 72 | 0 | 121 | 44 | 100 | 507 | 105 | 25 |
| Binary | 1011011 | 10001 | 111010 | 0 | 1010001 | 100100 | 1000000 | 101000111 | 1000101 | 10101 |
Color Harmonies of #5B113A
Complementary color
Monochromatic Colors of #5B113A
Black with #5B113A
Text Example
Text Example
White with #5B113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B113A; }
p { color: rgb(91,17,58); }
H1.HeaderClassName
{
color: #5B113A;
}
.AnyTagClassName
{
color: #5B113A;
}
</style>
background-color css
<style>
a { background-color: #5B113A; }
a { background-color: rgb(91,17,58); }
div.DivClassName
{
background-color: #5B113A;
}
.BgClassName
{
background-color: #5B113A;
}
</style>
border-color css
<style>
span { border-color: #5B113A; }
span { border-color: rgb(91,17,58); }
td.TdClassName
{
border-color: #5B113A;
}
.TagClassName
{
border-color: #5B113A;
}
</style>