Shades of Tyrian Purple #5E0D31
Tints of Tyrian Purple #5E0D31
RGB
CMYK
RGB Variations
Color information
#5E0D31 (or 0x5E0D31) is known color: Tyrian Purple. HEX triplet: 5E, 0D and 31. RGB value is (94,13,49). Sum of RGB (Red+Green+Blue) = 94+13+49=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0D31 is #A1F2CE. Grayscale: #292929. Windows color (decimal): -10613455 or 3214686. OLE color: 3214686.
HSL color Cylindrical-coordinate representation of color #5E0D31: hue angle of 333.33º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E0D31 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 13 | 49 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.63 |
| HSL | 333.33º | 0.76% | 0.21% | - |
| HSV(B) | 333.33º | 0.86% | 0.37% | - |
| XYZ | 5.31 | 2.89 | 3.18 | - |
| YUV | 41.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 49 | 0 | 0.86 | 0.48 | 0.63 | 333.33 | 0.76 | 0.21 |
| Hex | 5E | D | 31 | 0 | 56 | 30 | 3F | 14D | 4C | 15 |
| Octal | 136 | 15 | 61 | 0 | 126 | 60 | 77 | 515 | 114 | 25 |
| Binary | 1011110 | 1101 | 110001 | 0 | 1010110 | 110000 | 111111 | 101001101 | 1001100 | 10101 |
Color Harmonies of #5E0D31
Complementary color
Monochromatic Colors of #5E0D31
Black with #5E0D31
Text Example
Text Example
White with #5E0D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D31; }
p { color: rgb(94,13,49); }
H1.HeaderClassName
{
color: #5E0D31;
}
.AnyTagClassName
{
color: #5E0D31;
}
</style>
background-color css
<style>
a { background-color: #5E0D31; }
a { background-color: rgb(94,13,49); }
div.DivClassName
{
background-color: #5E0D31;
}
.BgClassName
{
background-color: #5E0D31;
}
</style>
border-color css
<style>
span { border-color: #5E0D31; }
span { border-color: rgb(94,13,49); }
td.TdClassName
{
border-color: #5E0D31;
}
.TagClassName
{
border-color: #5E0D31;
}
</style>