Shades of Tyrian Purple #5E0450
Tints of Tyrian Purple #5E0450
RGB
CMYK
RGB Variations
Color information
#5E0450 (or 0x5E0450) is known color: Tyrian Purple. HEX triplet: 5E, 04 and 50. RGB value is (94,4,80). Sum of RGB (Red+Green+Blue) = 94+4+80=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0450 is #A1FBAF. Grayscale: #272727. Windows color (decimal): -10615728 or 5243998. OLE color: 5243998.
HSL color Cylindrical-coordinate representation of color #5E0450: hue angle of 309.33º 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 #5E0450 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 80 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.63 |
| HSL | 309.33º | 0.92% | 0.19% | - |
| HSV(B) | 309.33º | 0.96% | 0.37% | - |
| XYZ | 6.11 | 3.05 | 7.86 | - |
| YUV | 39.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 80 | 0 | 0.96 | 0.15 | 0.63 | 309.33 | 0.92 | 0.19 |
| Hex | 5E | 4 | 50 | 0 | 60 | F | 3F | 135 | 5C | 13 |
| Octal | 136 | 4 | 120 | 0 | 140 | 17 | 77 | 465 | 134 | 23 |
| Binary | 1011110 | 100 | 1010000 | 0 | 1100000 | 1111 | 111111 | 100110101 | 1011100 | 10011 |
Color Harmonies of #5E0450
Complementary color
Monochromatic Colors of #5E0450
Black with #5E0450
Text Example
Text Example
White with #5E0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0450; }
p { color: rgb(94,4,80); }
H1.HeaderClassName
{
color: #5E0450;
}
.AnyTagClassName
{
color: #5E0450;
}
</style>
background-color css
<style>
a { background-color: #5E0450; }
a { background-color: rgb(94,4,80); }
div.DivClassName
{
background-color: #5E0450;
}
.BgClassName
{
background-color: #5E0450;
}
</style>
border-color css
<style>
span { border-color: #5E0450; }
span { border-color: rgb(94,4,80); }
td.TdClassName
{
border-color: #5E0450;
}
.TagClassName
{
border-color: #5E0450;
}
</style>