Shades of Tyrian Purple #5E0844
Tints of Tyrian Purple #5E0844
RGB
CMYK
RGB Variations
Color information
#5E0844 (or 0x5E0844) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 44. RGB value is (94,8,68). Sum of RGB (Red+Green+Blue) = 94+8+68=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0844 is #A1F7BB. Grayscale: #282828. Windows color (decimal): -10614716 or 4458590. OLE color: 4458590.
HSL color Cylindrical-coordinate representation of color #5E0844: hue angle of 318.14º 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 #5E0844 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 68 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.63 |
| HSL | 318.14º | 0.84% | 0.2% | - |
| HSV(B) | 318.14º | 0.91% | 0.37% | - |
| XYZ | 5.75 | 2.97 | 5.74 | - |
| YUV | 40.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 68 | 0 | 0.91 | 0.28 | 0.63 | 318.14 | 0.84 | 0.2 |
| Hex | 5E | 8 | 44 | 0 | 5B | 1C | 3F | 13E | 54 | 14 |
| Octal | 136 | 10 | 104 | 0 | 133 | 34 | 77 | 476 | 124 | 24 |
| Binary | 1011110 | 1000 | 1000100 | 0 | 1011011 | 11100 | 111111 | 100111110 | 1010100 | 10100 |
Color Harmonies of #5E0844
Complementary color
Monochromatic Colors of #5E0844
Black with #5E0844
Text Example
Text Example
White with #5E0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0844; }
p { color: rgb(94,8,68); }
H1.HeaderClassName
{
color: #5E0844;
}
.AnyTagClassName
{
color: #5E0844;
}
</style>
background-color css
<style>
a { background-color: #5E0844; }
a { background-color: rgb(94,8,68); }
div.DivClassName
{
background-color: #5E0844;
}
.BgClassName
{
background-color: #5E0844;
}
</style>
border-color css
<style>
span { border-color: #5E0844; }
span { border-color: rgb(94,8,68); }
td.TdClassName
{
border-color: #5E0844;
}
.TagClassName
{
border-color: #5E0844;
}
</style>