Shades of Tyrian Purple #5E0153
Tints of Tyrian Purple #5E0153
RGB
CMYK
RGB Variations
Color information
#5E0153 (or 0x5E0153) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 53. RGB value is (94,1,83). Sum of RGB (Red+Green+Blue) = 94+1+83=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0153 is #A1FEAC. Grayscale: #252525. Windows color (decimal): -10616493 or 5439838. OLE color: 5439838.
HSL color Cylindrical-coordinate representation of color #5E0153: hue angle of 307.1º 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 #5E0153 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.63 |
| HSL | 307.1º | 0.98% | 0.19% | - |
| HSV(B) | 307.1º | 0.99% | 0.37% | - |
| XYZ | 6.19 | 3.03 | 8.44 | - |
| YUV | 38.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 83 | 0 | 0.99 | 0.12 | 0.63 | 307.1 | 0.98 | 0.19 |
| Hex | 5E | 1 | 53 | 0 | 63 | C | 3F | 133 | 62 | 13 |
| Octal | 136 | 1 | 123 | 0 | 143 | 14 | 77 | 463 | 142 | 23 |
| Binary | 1011110 | 1 | 1010011 | 0 | 1100011 | 1100 | 111111 | 100110011 | 1100010 | 10011 |
Color Harmonies of #5E0153
Complementary color
Monochromatic Colors of #5E0153
Black with #5E0153
Text Example
Text Example
White with #5E0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0153; }
p { color: rgb(94,1,83); }
H1.HeaderClassName
{
color: #5E0153;
}
.AnyTagClassName
{
color: #5E0153;
}
</style>
background-color css
<style>
a { background-color: #5E0153; }
a { background-color: rgb(94,1,83); }
div.DivClassName
{
background-color: #5E0153;
}
.BgClassName
{
background-color: #5E0153;
}
</style>
border-color css
<style>
span { border-color: #5E0153; }
span { border-color: rgb(94,1,83); }
td.TdClassName
{
border-color: #5E0153;
}
.TagClassName
{
border-color: #5E0153;
}
</style>