Shades of Tyrian Purple #5E1331
Tints of Tyrian Purple #5E1331
RGB
CMYK
RGB Variations
Color information
#5E1331 (or 0x5E1331) is known color: Tyrian Purple. HEX triplet: 5E, 13 and 31. RGB value is (94,19,49). Sum of RGB (Red+Green+Blue) = 94+19+49=162 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.02% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1331 is #A1ECCE. Grayscale: #2C2C2C. Windows color (decimal): -10611919 or 3216222. OLE color: 3216222.
HSL color Cylindrical-coordinate representation of color #5E1331: hue angle of 336º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E1331 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 19 | 49 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.63 |
| HSL | 336º | 0.66% | 0.22% | - |
| HSV(B) | 336º | 0.8% | 0.37% | - |
| XYZ | 5.4 | 3.07 | 3.21 | - |
| YUV | 44.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 49 | 0 | 0.80 | 0.48 | 0.63 | 336 | 0.66 | 0.22 |
| Hex | 5E | 13 | 31 | 0 | 50 | 30 | 3F | 150 | 42 | 16 |
| Octal | 136 | 23 | 61 | 0 | 120 | 60 | 77 | 520 | 102 | 26 |
| Binary | 1011110 | 10011 | 110001 | 0 | 1010000 | 110000 | 111111 | 101010000 | 1000010 | 10110 |
Color Harmonies of #5E1331
Complementary color
Monochromatic Colors of #5E1331
Black with #5E1331
Text Example
Text Example
White with #5E1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1331; }
p { color: rgb(94,19,49); }
H1.HeaderClassName
{
color: #5E1331;
}
.AnyTagClassName
{
color: #5E1331;
}
</style>
background-color css
<style>
a { background-color: #5E1331; }
a { background-color: rgb(94,19,49); }
div.DivClassName
{
background-color: #5E1331;
}
.BgClassName
{
background-color: #5E1331;
}
</style>
border-color css
<style>
span { border-color: #5E1331; }
span { border-color: rgb(94,19,49); }
td.TdClassName
{
border-color: #5E1331;
}
.TagClassName
{
border-color: #5E1331;
}
</style>