Shades of Tyrian Purple #5E0843
Tints of Tyrian Purple #5E0843
RGB
CMYK
RGB Variations
Color information
#5E0843 (or 0x5E0843) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 43. RGB value is (94,8,67). Sum of RGB (Red+Green+Blue) = 94+8+67=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0843 is #A1F7BC. Grayscale: #282828. Windows color (decimal): -10614717 or 4393054. OLE color: 4393054.
HSL color Cylindrical-coordinate representation of color #5E0843: hue angle of 318.84º 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 #5E0843 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 8 | 67 | - |
CMYK | 0 | 0.91 | 0.29 | 0.63 |
HSL | 318.84º | 0.84% | 0.2% | - |
HSV(B) | 318.84º | 0.91% | 0.37% | - |
XYZ | 5.72 | 2.96 | 5.58 | - |
YUV | 40.44 | 142.99 | 166.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 8 | 67 | 0 | 0.91 | 0.29 | 0.63 | 318.84 | 0.84 | 0.2 |
Hex | 5E | 8 | 43 | 0 | 5B | 1D | 3F | 13F | 54 | 14 |
Octal | 136 | 10 | 103 | 0 | 133 | 35 | 77 | 477 | 124 | 24 |
Binary | 1011110 | 1000 | 1000011 | 0 | 1011011 | 11101 | 111111 | 100111111 | 1010100 | 10100 |
Color Harmonies of #5E0843
Complementary color
Monochromatic Colors of #5E0843
Black with #5E0843
Text Example
Text Example
White with #5E0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0843; }
p { color: rgb(94,8,67); }
H1.HeaderClassName
{
color: #5E0843;
}
.AnyTagClassName
{
color: #5E0843;
}
</style>
background-color css
<style>
a { background-color: #5E0843; }
a { background-color: rgb(94,8,67); }
div.DivClassName
{
background-color: #5E0843;
}
.BgClassName
{
background-color: #5E0843;
}
</style>
border-color css
<style>
span { border-color: #5E0843; }
span { border-color: rgb(94,8,67); }
td.TdClassName
{
border-color: #5E0843;
}
.TagClassName
{
border-color: #5E0843;
}
</style>