Shades of Tyrian Purple #5E013A
Tints of Tyrian Purple #5E013A
RGB
CMYK
RGB Variations
Color information
#5E013A (or 0x5E013A) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 3A. RGB value is (94,1,58). Sum of RGB (Red+Green+Blue) = 94+1+58=153 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.44% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 94 - color contains mainly: red. Hex color #5E013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E013A is #A1FEC5. Grayscale: #232323. Windows color (decimal): -10616518 or 3801438. OLE color: 3801438.
HSL color Cylindrical-coordinate representation of color #5E013A: hue angle of 323.23º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E013A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.63 |
| HSL | 323.23º | 0.98% | 0.19% | - |
| HSV(B) | 323.23º | 0.99% | 0.37% | - |
| XYZ | 5.39 | 2.71 | 4.24 | - |
| YUV | 35.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 58 | 0 | 0.99 | 0.38 | 0.63 | 323.23 | 0.98 | 0.19 |
| Hex | 5E | 1 | 3A | 0 | 63 | 26 | 3F | 143 | 62 | 13 |
| Octal | 136 | 1 | 72 | 0 | 143 | 46 | 77 | 503 | 142 | 23 |
| Binary | 1011110 | 1 | 111010 | 0 | 1100011 | 100110 | 111111 | 101000011 | 1100010 | 10011 |
Color Harmonies of #5E013A
Complementary color
Monochromatic Colors of #5E013A
Black with #5E013A
Text Example
Text Example
White with #5E013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E013A; }
p { color: rgb(94,1,58); }
H1.HeaderClassName
{
color: #5E013A;
}
.AnyTagClassName
{
color: #5E013A;
}
</style>
background-color css
<style>
a { background-color: #5E013A; }
a { background-color: rgb(94,1,58); }
div.DivClassName
{
background-color: #5E013A;
}
.BgClassName
{
background-color: #5E013A;
}
</style>
border-color css
<style>
span { border-color: #5E013A; }
span { border-color: rgb(94,1,58); }
td.TdClassName
{
border-color: #5E013A;
}
.TagClassName
{
border-color: #5E013A;
}
</style>