Shades of Tyrian Purple #5E054F
Tints of Tyrian Purple #5E054F
RGB
CMYK
RGB Variations
Color information
#5E054F (or 0x5E054F) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 4F. RGB value is (94,5,79). Sum of RGB (Red+Green+Blue) = 94+5+79=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E054F is #A1FAB0. Grayscale: #272727. Windows color (decimal): -10615473 or 5178718. OLE color: 5178718.
HSL color Cylindrical-coordinate representation of color #5E054F: hue angle of 310.11º 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 #5E054F is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 79 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.63 |
| HSL | 310.11º | 0.9% | 0.19% | - |
| HSV(B) | 310.11º | 0.95% | 0.37% | - |
| XYZ | 6.08 | 3.05 | 7.67 | - |
| YUV | 40.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 79 | 0 | 0.95 | 0.16 | 0.63 | 310.11 | 0.9 | 0.19 |
| Hex | 5E | 5 | 4F | 0 | 5F | 10 | 3F | 136 | 5A | 13 |
| Octal | 136 | 5 | 117 | 0 | 137 | 20 | 77 | 466 | 132 | 23 |
| Binary | 1011110 | 101 | 1001111 | 0 | 1011111 | 10000 | 111111 | 100110110 | 1011010 | 10011 |
Color Harmonies of #5E054F
Complementary color
Monochromatic Colors of #5E054F
Black with #5E054F
Text Example
Text Example
White with #5E054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E054F; }
p { color: rgb(94,5,79); }
H1.HeaderClassName
{
color: #5E054F;
}
.AnyTagClassName
{
color: #5E054F;
}
</style>
background-color css
<style>
a { background-color: #5E054F; }
a { background-color: rgb(94,5,79); }
div.DivClassName
{
background-color: #5E054F;
}
.BgClassName
{
background-color: #5E054F;
}
</style>
border-color css
<style>
span { border-color: #5E054F; }
span { border-color: rgb(94,5,79); }
td.TdClassName
{
border-color: #5E054F;
}
.TagClassName
{
border-color: #5E054F;
}
</style>