Shades of Tyrian Purple #5E0835
Tints of Tyrian Purple #5E0835
RGB
CMYK
RGB Variations
Color information
#5E0835 (or 0x5E0835) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 35. RGB value is (94,8,53). Sum of RGB (Red+Green+Blue) = 94+8+53=155 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.65% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0835 is #A1F7CA. Grayscale: #262626. Windows color (decimal): -10614731 or 3475550. OLE color: 3475550.
HSL color Cylindrical-coordinate representation of color #5E0835: hue angle of 328.6º 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 #5E0835 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 53 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.63 |
| HSL | 328.6º | 0.84% | 0.2% | - |
| HSV(B) | 328.6º | 0.91% | 0.37% | - |
| XYZ | 5.35 | 2.81 | 3.63 | - |
| YUV | 38.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 53 | 0 | 0.91 | 0.44 | 0.63 | 328.6 | 0.84 | 0.2 |
| Hex | 5E | 8 | 35 | 0 | 5B | 2C | 3F | 149 | 54 | 14 |
| Octal | 136 | 10 | 65 | 0 | 133 | 54 | 77 | 511 | 124 | 24 |
| Binary | 1011110 | 1000 | 110101 | 0 | 1011011 | 101100 | 111111 | 101001001 | 1010100 | 10100 |
Color Harmonies of #5E0835
Complementary color
Monochromatic Colors of #5E0835
Black with #5E0835
Text Example
Text Example
White with #5E0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0835; }
p { color: rgb(94,8,53); }
H1.HeaderClassName
{
color: #5E0835;
}
.AnyTagClassName
{
color: #5E0835;
}
</style>
background-color css
<style>
a { background-color: #5E0835; }
a { background-color: rgb(94,8,53); }
div.DivClassName
{
background-color: #5E0835;
}
.BgClassName
{
background-color: #5E0835;
}
</style>
border-color css
<style>
span { border-color: #5E0835; }
span { border-color: rgb(94,8,53); }
td.TdClassName
{
border-color: #5E0835;
}
.TagClassName
{
border-color: #5E0835;
}
</style>