Shades of Tyrian Purple #5E084D
Tints of Tyrian Purple #5E084D
RGB
CMYK
RGB Variations
Color information
#5E084D (or 0x5E084D) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 4D. RGB value is (94,8,77). Sum of RGB (Red+Green+Blue) = 94+8+77=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E084D is #A1F7B2. Grayscale: #292929. Windows color (decimal): -10614707 or 5048414. OLE color: 5048414.
HSL color Cylindrical-coordinate representation of color #5E084D: hue angle of 311.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E084D is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 77 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.63 |
| HSL | 311.86º | 0.84% | 0.2% | - |
| HSV(B) | 311.86º | 0.91% | 0.37% | - |
| XYZ | 6.04 | 3.09 | 7.3 | - |
| YUV | 41.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 77 | 0 | 0.91 | 0.18 | 0.63 | 311.86 | 0.84 | 0.2 |
| Hex | 5E | 8 | 4D | 0 | 5B | 12 | 3F | 138 | 54 | 14 |
| Octal | 136 | 10 | 115 | 0 | 133 | 22 | 77 | 470 | 124 | 24 |
| Binary | 1011110 | 1000 | 1001101 | 0 | 1011011 | 10010 | 111111 | 100111000 | 1010100 | 10100 |
Color Harmonies of #5E084D
Complementary color
Monochromatic Colors of #5E084D
Black with #5E084D
Text Example
Text Example
White with #5E084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E084D; }
p { color: rgb(94,8,77); }
H1.HeaderClassName
{
color: #5E084D;
}
.AnyTagClassName
{
color: #5E084D;
}
</style>
background-color css
<style>
a { background-color: #5E084D; }
a { background-color: rgb(94,8,77); }
div.DivClassName
{
background-color: #5E084D;
}
.BgClassName
{
background-color: #5E084D;
}
</style>
border-color css
<style>
span { border-color: #5E084D; }
span { border-color: rgb(94,8,77); }
td.TdClassName
{
border-color: #5E084D;
}
.TagClassName
{
border-color: #5E084D;
}
</style>