Shades of Tyrian Purple #5E0555
Tints of Tyrian Purple #5E0555
RGB
CMYK
RGB Variations
Color information
#5E0555 (or 0x5E0555) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 55. RGB value is (94,5,85). Sum of RGB (Red+Green+Blue) = 94+5+85=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0555 is #A1FAAA. Grayscale: #282828. Windows color (decimal): -10615467 or 5571934. OLE color: 5571934.
HSL color Cylindrical-coordinate representation of color #5E0555: hue angle of 306.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0555 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 85 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.63 |
| HSL | 306.07º | 0.9% | 0.19% | - |
| HSV(B) | 306.07º | 0.95% | 0.37% | - |
| XYZ | 6.31 | 3.14 | 8.87 | - |
| YUV | 40.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 85 | 0 | 0.95 | 0.10 | 0.63 | 306.07 | 0.9 | 0.19 |
| Hex | 5E | 5 | 55 | 0 | 5F | A | 3F | 132 | 5A | 13 |
| Octal | 136 | 5 | 125 | 0 | 137 | 12 | 77 | 462 | 132 | 23 |
| Binary | 1011110 | 101 | 1010101 | 0 | 1011111 | 1010 | 111111 | 100110010 | 1011010 | 10011 |
Color Harmonies of #5E0555
Complementary color
Monochromatic Colors of #5E0555
Black with #5E0555
Text Example
Text Example
White with #5E0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0555; }
p { color: rgb(94,5,85); }
H1.HeaderClassName
{
color: #5E0555;
}
.AnyTagClassName
{
color: #5E0555;
}
</style>
background-color css
<style>
a { background-color: #5E0555; }
a { background-color: rgb(94,5,85); }
div.DivClassName
{
background-color: #5E0555;
}
.BgClassName
{
background-color: #5E0555;
}
</style>
border-color css
<style>
span { border-color: #5E0555; }
span { border-color: rgb(94,5,85); }
td.TdClassName
{
border-color: #5E0555;
}
.TagClassName
{
border-color: #5E0555;
}
</style>