Shades of Tyrian Purple #5E0155
Tints of Tyrian Purple #5E0155
RGB
CMYK
RGB Variations
Color information
#5E0155 (or 0x5E0155) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 55. RGB value is (94,1,85). Sum of RGB (Red+Green+Blue) = 94+1+85=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0155 is #A1FEAA. Grayscale: #262626. Windows color (decimal): -10616491 or 5570910. OLE color: 5570910.
HSL color Cylindrical-coordinate representation of color #5E0155: hue angle of 305.81º 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 #5E0155 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.63 |
| HSL | 305.81º | 0.98% | 0.19% | - |
| HSV(B) | 305.81º | 0.99% | 0.37% | - |
| XYZ | 6.27 | 3.06 | 8.85 | - |
| YUV | 38.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 85 | 0 | 0.99 | 0.10 | 0.63 | 305.81 | 0.98 | 0.19 |
| Hex | 5E | 1 | 55 | 0 | 63 | A | 3F | 132 | 62 | 13 |
| Octal | 136 | 1 | 125 | 0 | 143 | 12 | 77 | 462 | 142 | 23 |
| Binary | 1011110 | 1 | 1010101 | 0 | 1100011 | 1010 | 111111 | 100110010 | 1100010 | 10011 |
Color Harmonies of #5E0155
Complementary color
Monochromatic Colors of #5E0155
Black with #5E0155
Text Example
Text Example
White with #5E0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0155; }
p { color: rgb(94,1,85); }
H1.HeaderClassName
{
color: #5E0155;
}
.AnyTagClassName
{
color: #5E0155;
}
</style>
background-color css
<style>
a { background-color: #5E0155; }
a { background-color: rgb(94,1,85); }
div.DivClassName
{
background-color: #5E0155;
}
.BgClassName
{
background-color: #5E0155;
}
</style>
border-color css
<style>
span { border-color: #5E0155; }
span { border-color: rgb(94,1,85); }
td.TdClassName
{
border-color: #5E0155;
}
.TagClassName
{
border-color: #5E0155;
}
</style>