Shades of Tyrian Purple #5E044F
Tints of Tyrian Purple #5E044F
RGB
CMYK
RGB Variations
Color information
#5E044F (or 0x5E044F) is known color: Tyrian Purple. HEX triplet: 5E, 04 and 4F. RGB value is (94,4,79). Sum of RGB (Red+Green+Blue) = 94+4+79=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E044F is #A1FBB0. Grayscale: #272727. Windows color (decimal): -10615729 or 5178462. OLE color: 5178462.
HSL color Cylindrical-coordinate representation of color #5E044F: hue angle of 310º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E044F is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.63 |
| HSL | 310º | 0.92% | 0.19% | - |
| HSV(B) | 310º | 0.96% | 0.37% | - |
| XYZ | 6.07 | 3.03 | 7.66 | - |
| YUV | 39.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 79 | 0 | 0.96 | 0.16 | 0.63 | 310 | 0.92 | 0.19 |
| Hex | 5E | 4 | 4F | 0 | 60 | 10 | 3F | 136 | 5C | 13 |
| Octal | 136 | 4 | 117 | 0 | 140 | 20 | 77 | 466 | 134 | 23 |
| Binary | 1011110 | 100 | 1001111 | 0 | 1100000 | 10000 | 111111 | 100110110 | 1011100 | 10011 |
Color Harmonies of #5E044F
Complementary color
Monochromatic Colors of #5E044F
Black with #5E044F
Text Example
Text Example
White with #5E044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E044F; }
p { color: rgb(94,4,79); }
H1.HeaderClassName
{
color: #5E044F;
}
.AnyTagClassName
{
color: #5E044F;
}
</style>
background-color css
<style>
a { background-color: #5E044F; }
a { background-color: rgb(94,4,79); }
div.DivClassName
{
background-color: #5E044F;
}
.BgClassName
{
background-color: #5E044F;
}
</style>
border-color css
<style>
span { border-color: #5E044F; }
span { border-color: rgb(94,4,79); }
td.TdClassName
{
border-color: #5E044F;
}
.TagClassName
{
border-color: #5E044F;
}
</style>