Shades of Tyrian Purple #5E0030
Tints of Tyrian Purple #5E0030
RGB
CMYK
RGB Variations
Color information
#5E0030 (or 0x5E0030) is known color: Tyrian Purple. HEX triplet: 5E, 00 and 30. RGB value is (94,0,48). Sum of RGB (Red+Green+Blue) = 94+0+48=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0030 is #A1FFCF. Grayscale: #212121. Windows color (decimal): -10616784 or 3145822. OLE color: 3145822.
HSL color Cylindrical-coordinate representation of color #5E0030: hue angle of 329.36º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0030 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.49 | 0.63 |
| HSL | 329.36º | 1% | 0.18% | - |
| HSV(B) | 329.36º | 1% | 0.37% | - |
| XYZ | 5.15 | 2.59 | 3.03 | - |
| YUV | 33.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 48 | 0 | 1 | 0.49 | 0.63 | 329.36 | 1 | 0.18 |
| Hex | 5E | 0 | 30 | 0 | 64 | 31 | 3F | 149 | 64 | 12 |
| Octal | 136 | 0 | 60 | 0 | 144 | 61 | 77 | 511 | 144 | 22 |
| Binary | 1011110 | 0 | 110000 | 0 | 1100100 | 110001 | 111111 | 101001001 | 1100100 | 10010 |
Color Harmonies of #5E0030
Complementary color
Monochromatic Colors of #5E0030
Black with #5E0030
Text Example
Text Example
White with #5E0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0030; }
p { color: rgb(94,0,48); }
H1.HeaderClassName
{
color: #5E0030;
}
.AnyTagClassName
{
color: #5E0030;
}
</style>
background-color css
<style>
a { background-color: #5E0030; }
a { background-color: rgb(94,0,48); }
div.DivClassName
{
background-color: #5E0030;
}
.BgClassName
{
background-color: #5E0030;
}
</style>
border-color css
<style>
span { border-color: #5E0030; }
span { border-color: rgb(94,0,48); }
td.TdClassName
{
border-color: #5E0030;
}
.TagClassName
{
border-color: #5E0030;
}
</style>