Shades of Tyrian Purple #5E0149
Tints of Tyrian Purple #5E0149
RGB
CMYK
RGB Variations
Color information
#5E0149 (or 0x5E0149) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 49. RGB value is (94,1,73). Sum of RGB (Red+Green+Blue) = 94+1+73=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0149 is #A1FEB6. Grayscale: #242424. Windows color (decimal): -10616503 or 4784478. OLE color: 4784478.
HSL color Cylindrical-coordinate representation of color #5E0149: hue angle of 313.55º 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 #5E0149 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.63 |
| HSL | 313.55º | 0.98% | 0.19% | - |
| HSV(B) | 313.55º | 0.99% | 0.37% | - |
| XYZ | 5.83 | 2.88 | 6.55 | - |
| YUV | 37.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 73 | 0 | 0.99 | 0.22 | 0.63 | 313.55 | 0.98 | 0.19 |
| Hex | 5E | 1 | 49 | 0 | 63 | 16 | 3F | 13A | 62 | 13 |
| Octal | 136 | 1 | 111 | 0 | 143 | 26 | 77 | 472 | 142 | 23 |
| Binary | 1011110 | 1 | 1001001 | 0 | 1100011 | 10110 | 111111 | 100111010 | 1100010 | 10011 |
Color Harmonies of #5E0149
Complementary color
Monochromatic Colors of #5E0149
Black with #5E0149
Text Example
Text Example
White with #5E0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0149; }
p { color: rgb(94,1,73); }
H1.HeaderClassName
{
color: #5E0149;
}
.AnyTagClassName
{
color: #5E0149;
}
</style>
background-color css
<style>
a { background-color: #5E0149; }
a { background-color: rgb(94,1,73); }
div.DivClassName
{
background-color: #5E0149;
}
.BgClassName
{
background-color: #5E0149;
}
</style>
border-color css
<style>
span { border-color: #5E0149; }
span { border-color: rgb(94,1,73); }
td.TdClassName
{
border-color: #5E0149;
}
.TagClassName
{
border-color: #5E0149;
}
</style>