Shades of Tyrian Purple #5B0E2C
Tints of Tyrian Purple #5B0E2C
RGB
CMYK
RGB Variations
Color information
#5B0E2C (or 0x5B0E2C) is known color: Tyrian Purple. HEX triplet: 5B, 0E and 2C. RGB value is (91,14,44). Sum of RGB (Red+Green+Blue) = 91+14+44=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0E2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0E2C is #A4F1D3. Grayscale: #282828. Windows color (decimal): -10809812 or 2887259. OLE color: 2887259.
HSL color Cylindrical-coordinate representation of color #5B0E2C: hue angle of 336.62º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B0E2C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 14 | 44 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.64 |
| HSL | 336.62º | 0.73% | 0.21% | - |
| HSV(B) | 336.62º | 0.85% | 0.36% | - |
| XYZ | 4.93 | 2.72 | 2.65 | - |
| YUV | 40.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 14 | 44 | 0 | 0.85 | 0.52 | 0.64 | 336.62 | 0.73 | 0.21 |
| Hex | 5B | E | 2C | 0 | 55 | 34 | 40 | 151 | 49 | 15 |
| Octal | 133 | 16 | 54 | 0 | 125 | 64 | 100 | 521 | 111 | 25 |
| Binary | 1011011 | 1110 | 101100 | 0 | 1010101 | 110100 | 1000000 | 101010001 | 1001001 | 10101 |
Color Harmonies of #5B0E2C
Complementary color
Monochromatic Colors of #5B0E2C
Black with #5B0E2C
Text Example
Text Example
White with #5B0E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0E2C; }
p { color: rgb(91,14,44); }
H1.HeaderClassName
{
color: #5B0E2C;
}
.AnyTagClassName
{
color: #5B0E2C;
}
</style>
background-color css
<style>
a { background-color: #5B0E2C; }
a { background-color: rgb(91,14,44); }
div.DivClassName
{
background-color: #5B0E2C;
}
.BgClassName
{
background-color: #5B0E2C;
}
</style>
border-color css
<style>
span { border-color: #5B0E2C; }
span { border-color: rgb(91,14,44); }
td.TdClassName
{
border-color: #5B0E2C;
}
.TagClassName
{
border-color: #5B0E2C;
}
</style>