Shades of Tyrian Purple #5E043C
Tints of Tyrian Purple #5E043C
RGB
CMYK
RGB Variations
Color information
#5E043C (or 0x5E043C) is known color: Tyrian Purple. HEX triplet: 5E, 04 and 3C. RGB value is (94,4,60). Sum of RGB (Red+Green+Blue) = 94+4+60=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E043C is #A1FBC3. Grayscale: #252525. Windows color (decimal): -10615748 or 3933278. OLE color: 3933278.
HSL color Cylindrical-coordinate representation of color #5E043C: hue angle of 322.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 #5E043C is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 60 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.63 |
| HSL | 322.67º | 0.92% | 0.19% | - |
| HSV(B) | 322.67º | 0.96% | 0.37% | - |
| XYZ | 5.48 | 2.79 | 4.53 | - |
| YUV | 37.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 60 | 0 | 0.96 | 0.36 | 0.63 | 322.67 | 0.92 | 0.19 |
| Hex | 5E | 4 | 3C | 0 | 60 | 24 | 3F | 143 | 5C | 13 |
| Octal | 136 | 4 | 74 | 0 | 140 | 44 | 77 | 503 | 134 | 23 |
| Binary | 1011110 | 100 | 111100 | 0 | 1100000 | 100100 | 111111 | 101000011 | 1011100 | 10011 |
Color Harmonies of #5E043C
Complementary color
Monochromatic Colors of #5E043C
Black with #5E043C
Text Example
Text Example
White with #5E043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E043C; }
p { color: rgb(94,4,60); }
H1.HeaderClassName
{
color: #5E043C;
}
.AnyTagClassName
{
color: #5E043C;
}
</style>
background-color css
<style>
a { background-color: #5E043C; }
a { background-color: rgb(94,4,60); }
div.DivClassName
{
background-color: #5E043C;
}
.BgClassName
{
background-color: #5E043C;
}
</style>
border-color css
<style>
span { border-color: #5E043C; }
span { border-color: rgb(94,4,60); }
td.TdClassName
{
border-color: #5E043C;
}
.TagClassName
{
border-color: #5E043C;
}
</style>