Shades of Tyrian Purple #5E092F
Tints of Tyrian Purple #5E092F
RGB
CMYK
RGB Variations
Color information
#5E092F (or 0x5E092F) is known color: Tyrian Purple. HEX triplet: 5E, 09 and 2F. RGB value is (94,9,47). Sum of RGB (Red+Green+Blue) = 94+9+47=150 (19% of max value = 765). Red value is 94 (37.11% from 255 or 62.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 94 - color contains mainly: red. Hex color #5E092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E092F is #A1F6D0. Grayscale: #262626. Windows color (decimal): -10614481 or 3082590. OLE color: 3082590.
HSL color Cylindrical-coordinate representation of color #5E092F: hue angle of 333.18º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E092F is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 9 | 47 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.63 |
| HSL | 333.18º | 0.83% | 0.2% | - |
| HSV(B) | 333.18º | 0.9% | 0.37% | - |
| XYZ | 5.23 | 2.78 | 2.95 | - |
| YUV | 38.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 47 | 0 | 0.90 | 0.5 | 0.63 | 333.18 | 0.83 | 0.2 |
| Hex | 5E | 9 | 2F | 0 | 5A | 32 | 3F | 14D | 53 | 14 |
| Octal | 136 | 11 | 57 | 0 | 132 | 62 | 77 | 515 | 123 | 24 |
| Binary | 1011110 | 1001 | 101111 | 0 | 1011010 | 110010 | 111111 | 101001101 | 1010011 | 10100 |
Color Harmonies of #5E092F
Complementary color
Monochromatic Colors of #5E092F
Black with #5E092F
Text Example
Text Example
White with #5E092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E092F; }
p { color: rgb(94,9,47); }
H1.HeaderClassName
{
color: #5E092F;
}
.AnyTagClassName
{
color: #5E092F;
}
</style>
background-color css
<style>
a { background-color: #5E092F; }
a { background-color: rgb(94,9,47); }
div.DivClassName
{
background-color: #5E092F;
}
.BgClassName
{
background-color: #5E092F;
}
</style>
border-color css
<style>
span { border-color: #5E092F; }
span { border-color: rgb(94,9,47); }
td.TdClassName
{
border-color: #5E092F;
}
.TagClassName
{
border-color: #5E092F;
}
</style>