Shades of Tyrian Purple #5B114B
Tints of Tyrian Purple #5B114B
RGB
CMYK
RGB Variations
Color information
#5B114B (or 0x5B114B) is known color: Tyrian Purple. HEX triplet: 5B, 11 and 4B. RGB value is (91,17,75). Sum of RGB (Red+Green+Blue) = 91+17+75=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B114B is #A4EEB4. Grayscale: #2D2D2D. Windows color (decimal): -10809013 or 4919643. OLE color: 4919643.
HSL color Cylindrical-coordinate representation of color #5B114B: hue angle of 312.97º 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 #5B114B is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 75 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.64 |
| HSL | 312.97º | 0.69% | 0.21% | - |
| HSV(B) | 312.97º | 0.81% | 0.36% | - |
| XYZ | 5.78 | 3.13 | 6.96 | - |
| YUV | 45.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 75 | 0 | 0.81 | 0.18 | 0.64 | 312.97 | 0.69 | 0.21 |
| Hex | 5B | 11 | 4B | 0 | 51 | 12 | 40 | 139 | 45 | 15 |
| Octal | 133 | 21 | 113 | 0 | 121 | 22 | 100 | 471 | 105 | 25 |
| Binary | 1011011 | 10001 | 1001011 | 0 | 1010001 | 10010 | 1000000 | 100111001 | 1000101 | 10101 |
Color Harmonies of #5B114B
Complementary color
Monochromatic Colors of #5B114B
Black with #5B114B
Text Example
Text Example
White with #5B114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B114B; }
p { color: rgb(91,17,75); }
H1.HeaderClassName
{
color: #5B114B;
}
.AnyTagClassName
{
color: #5B114B;
}
</style>
background-color css
<style>
a { background-color: #5B114B; }
a { background-color: rgb(91,17,75); }
div.DivClassName
{
background-color: #5B114B;
}
.BgClassName
{
background-color: #5B114B;
}
</style>
border-color css
<style>
span { border-color: #5B114B; }
span { border-color: rgb(91,17,75); }
td.TdClassName
{
border-color: #5B114B;
}
.TagClassName
{
border-color: #5B114B;
}
</style>