Shades of Tyrian Purple #5E0436
Tints of Tyrian Purple #5E0436
RGB
CMYK
RGB Variations
Color information
#5E0436 (or 0x5E0436) is known color: Tyrian Purple. HEX triplet: 5E, 04 and 36. RGB value is (94,4,54). Sum of RGB (Red+Green+Blue) = 94+4+54=152 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.84% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0436 is #A1FBC9. Grayscale: #242424. Windows color (decimal): -10615754 or 3540062. OLE color: 3540062.
HSL color Cylindrical-coordinate representation of color #5E0436: hue angle of 326.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0436 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 54 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.63 |
| HSL | 326.67º | 0.92% | 0.19% | - |
| HSV(B) | 326.67º | 0.96% | 0.37% | - |
| XYZ | 5.33 | 2.73 | 3.74 | - |
| YUV | 36.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 54 | 0 | 0.96 | 0.43 | 0.63 | 326.67 | 0.92 | 0.19 |
| Hex | 5E | 4 | 36 | 0 | 60 | 2B | 3F | 147 | 5C | 13 |
| Octal | 136 | 4 | 66 | 0 | 140 | 53 | 77 | 507 | 134 | 23 |
| Binary | 1011110 | 100 | 110110 | 0 | 1100000 | 101011 | 111111 | 101000111 | 1011100 | 10011 |
Color Harmonies of #5E0436
Complementary color
Monochromatic Colors of #5E0436
Black with #5E0436
Text Example
Text Example
White with #5E0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0436; }
p { color: rgb(94,4,54); }
H1.HeaderClassName
{
color: #5E0436;
}
.AnyTagClassName
{
color: #5E0436;
}
</style>
background-color css
<style>
a { background-color: #5E0436; }
a { background-color: rgb(94,4,54); }
div.DivClassName
{
background-color: #5E0436;
}
.BgClassName
{
background-color: #5E0436;
}
</style>
border-color css
<style>
span { border-color: #5E0436; }
span { border-color: rgb(94,4,54); }
td.TdClassName
{
border-color: #5E0436;
}
.TagClassName
{
border-color: #5E0436;
}
</style>