Shades of Tyrian Purple #5E0D30
Tints of Tyrian Purple #5E0D30
RGB
CMYK
RGB Variations
Color information
#5E0D30 (or 0x5E0D30) is known color: Tyrian Purple. HEX triplet: 5E, 0D and 30. RGB value is (94,13,48). Sum of RGB (Red+Green+Blue) = 94+13+48=155 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.65% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0D30 is #A1F2CF. Grayscale: #292929. Windows color (decimal): -10613456 or 3149150. OLE color: 3149150.
HSL color Cylindrical-coordinate representation of color #5E0D30: hue angle of 334.07º 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 #5E0D30 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 13 | 48 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.63 |
| HSL | 334.07º | 0.76% | 0.21% | - |
| HSV(B) | 334.07º | 0.86% | 0.37% | - |
| XYZ | 5.29 | 2.88 | 3.07 | - |
| YUV | 41.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 48 | 0 | 0.86 | 0.49 | 0.63 | 334.07 | 0.76 | 0.21 |
| Hex | 5E | D | 30 | 0 | 56 | 31 | 3F | 14E | 4C | 15 |
| Octal | 136 | 15 | 60 | 0 | 126 | 61 | 77 | 516 | 114 | 25 |
| Binary | 1011110 | 1101 | 110000 | 0 | 1010110 | 110001 | 111111 | 101001110 | 1001100 | 10101 |
Color Harmonies of #5E0D30
Complementary color
Monochromatic Colors of #5E0D30
Black with #5E0D30
Text Example
Text Example
White with #5E0D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D30; }
p { color: rgb(94,13,48); }
H1.HeaderClassName
{
color: #5E0D30;
}
.AnyTagClassName
{
color: #5E0D30;
}
</style>
background-color css
<style>
a { background-color: #5E0D30; }
a { background-color: rgb(94,13,48); }
div.DivClassName
{
background-color: #5E0D30;
}
.BgClassName
{
background-color: #5E0D30;
}
</style>
border-color css
<style>
span { border-color: #5E0D30; }
span { border-color: rgb(94,13,48); }
td.TdClassName
{
border-color: #5E0D30;
}
.TagClassName
{
border-color: #5E0D30;
}
</style>