Shades of Tyrian Purple #5E084A
Tints of Tyrian Purple #5E084A
RGB
CMYK
RGB Variations
Color information
#5E084A (or 0x5E084A) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 4A. RGB value is (94,8,74). Sum of RGB (Red+Green+Blue) = 94+8+74=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E084A is #A1F7B5. Grayscale: #292929. Windows color (decimal): -10614710 or 4851806. OLE color: 4851806.
HSL color Cylindrical-coordinate representation of color #5E084A: hue angle of 313.95º 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 #5E084A is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 74 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.63 |
| HSL | 313.95º | 0.84% | 0.2% | - |
| HSV(B) | 313.95º | 0.91% | 0.37% | - |
| XYZ | 5.94 | 3.05 | 6.75 | - |
| YUV | 41.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 74 | 0 | 0.91 | 0.21 | 0.63 | 313.95 | 0.84 | 0.2 |
| Hex | 5E | 8 | 4A | 0 | 5B | 15 | 3F | 13A | 54 | 14 |
| Octal | 136 | 10 | 112 | 0 | 133 | 25 | 77 | 472 | 124 | 24 |
| Binary | 1011110 | 1000 | 1001010 | 0 | 1011011 | 10101 | 111111 | 100111010 | 1010100 | 10100 |
Color Harmonies of #5E084A
Complementary color
Monochromatic Colors of #5E084A
Black with #5E084A
Text Example
Text Example
White with #5E084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E084A; }
p { color: rgb(94,8,74); }
H1.HeaderClassName
{
color: #5E084A;
}
.AnyTagClassName
{
color: #5E084A;
}
</style>
background-color css
<style>
a { background-color: #5E084A; }
a { background-color: rgb(94,8,74); }
div.DivClassName
{
background-color: #5E084A;
}
.BgClassName
{
background-color: #5E084A;
}
</style>
border-color css
<style>
span { border-color: #5E084A; }
span { border-color: rgb(94,8,74); }
td.TdClassName
{
border-color: #5E084A;
}
.TagClassName
{
border-color: #5E084A;
}
</style>