Shades of Tyrian Purple #5E074E
Tints of Tyrian Purple #5E074E
RGB
CMYK
RGB Variations
Color information
#5E074E (or 0x5E074E) is known color: Tyrian Purple. HEX triplet: 5E, 07 and 4E. RGB value is (94,7,78). Sum of RGB (Red+Green+Blue) = 94+7+78=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E074E is #A1F8B1. Grayscale: #282828. Windows color (decimal): -10614962 or 5113694. OLE color: 5113694.
HSL color Cylindrical-coordinate representation of color #5E074E: hue angle of 311.03º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E074E is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 7 | 78 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.63 |
| HSL | 311.03º | 0.86% | 0.2% | - |
| HSV(B) | 311.03º | 0.93% | 0.37% | - |
| XYZ | 6.07 | 3.08 | 7.48 | - |
| YUV | 41.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 78 | 0 | 0.93 | 0.17 | 0.63 | 311.03 | 0.86 | 0.2 |
| Hex | 5E | 7 | 4E | 0 | 5D | 11 | 3F | 137 | 56 | 14 |
| Octal | 136 | 7 | 116 | 0 | 135 | 21 | 77 | 467 | 126 | 24 |
| Binary | 1011110 | 111 | 1001110 | 0 | 1011101 | 10001 | 111111 | 100110111 | 1010110 | 10100 |
Color Harmonies of #5E074E
Complementary color
Monochromatic Colors of #5E074E
Black with #5E074E
Text Example
Text Example
White with #5E074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E074E; }
p { color: rgb(94,7,78); }
H1.HeaderClassName
{
color: #5E074E;
}
.AnyTagClassName
{
color: #5E074E;
}
</style>
background-color css
<style>
a { background-color: #5E074E; }
a { background-color: rgb(94,7,78); }
div.DivClassName
{
background-color: #5E074E;
}
.BgClassName
{
background-color: #5E074E;
}
</style>
border-color css
<style>
span { border-color: #5E074E; }
span { border-color: rgb(94,7,78); }
td.TdClassName
{
border-color: #5E074E;
}
.TagClassName
{
border-color: #5E074E;
}
</style>