Shades of Tyrian Purple #5E0224
Tints of Tyrian Purple #5E0224
RGB
CMYK
RGB Variations
Color information
#5E0224 (or 0x5E0224) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 24. RGB value is (94,2,36). Sum of RGB (Red+Green+Blue) = 94+2+36=132 (17% of max value = 765). Red value is 94 (37.11% from 255 or 71.21% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0224 is #A1FDDB. Grayscale: #212121. Windows color (decimal): -10616284 or 2359902. OLE color: 2359902.
HSL color Cylindrical-coordinate representation of color #5E0224: hue angle of 337.83º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0224 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.63 |
| HSL | 337.83º | 0.96% | 0.19% | - |
| HSV(B) | 337.83º | 0.98% | 0.37% | - |
| XYZ | 4.96 | 2.55 | 1.9 | - |
| YUV | 33.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 36 | 0 | 0.98 | 0.62 | 0.63 | 337.83 | 0.96 | 0.19 |
| Hex | 5E | 2 | 24 | 0 | 62 | 3E | 3F | 152 | 60 | 13 |
| Octal | 136 | 2 | 44 | 0 | 142 | 76 | 77 | 522 | 140 | 23 |
| Binary | 1011110 | 10 | 100100 | 0 | 1100010 | 111110 | 111111 | 101010010 | 1100000 | 10011 |
Color Harmonies of #5E0224
Complementary color
Monochromatic Colors of #5E0224
Black with #5E0224
Text Example
Text Example
White with #5E0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0224; }
p { color: rgb(94,2,36); }
H1.HeaderClassName
{
color: #5E0224;
}
.AnyTagClassName
{
color: #5E0224;
}
</style>
background-color css
<style>
a { background-color: #5E0224; }
a { background-color: rgb(94,2,36); }
div.DivClassName
{
background-color: #5E0224;
}
.BgClassName
{
background-color: #5E0224;
}
</style>
border-color css
<style>
span { border-color: #5E0224; }
span { border-color: rgb(94,2,36); }
td.TdClassName
{
border-color: #5E0224;
}
.TagClassName
{
border-color: #5E0224;
}
</style>