Shades of Tyrian Purple #5E0243
Tints of Tyrian Purple #5E0243
RGB
CMYK
RGB Variations
Color information
#5E0243 (or 0x5E0243) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 43. RGB value is (94,2,67). Sum of RGB (Red+Green+Blue) = 94+2+67=163 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.67% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0243 is #A1FDBC. Grayscale: #242424. Windows color (decimal): -10616253 or 4391518. OLE color: 4391518.
HSL color Cylindrical-coordinate representation of color #5E0243: hue angle of 317.61º 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 #5E0243 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 67 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.63 |
| HSL | 317.61º | 0.96% | 0.19% | - |
| HSV(B) | 317.61º | 0.98% | 0.37% | - |
| XYZ | 5.65 | 2.83 | 5.56 | - |
| YUV | 36.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 67 | 0 | 0.98 | 0.29 | 0.63 | 317.61 | 0.96 | 0.19 |
| Hex | 5E | 2 | 43 | 0 | 62 | 1D | 3F | 13E | 60 | 13 |
| Octal | 136 | 2 | 103 | 0 | 142 | 35 | 77 | 476 | 140 | 23 |
| Binary | 1011110 | 10 | 1000011 | 0 | 1100010 | 11101 | 111111 | 100111110 | 1100000 | 10011 |
Color Harmonies of #5E0243
Complementary color
Monochromatic Colors of #5E0243
Black with #5E0243
Text Example
Text Example
White with #5E0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0243; }
p { color: rgb(94,2,67); }
H1.HeaderClassName
{
color: #5E0243;
}
.AnyTagClassName
{
color: #5E0243;
}
</style>
background-color css
<style>
a { background-color: #5E0243; }
a { background-color: rgb(94,2,67); }
div.DivClassName
{
background-color: #5E0243;
}
.BgClassName
{
background-color: #5E0243;
}
</style>
border-color css
<style>
span { border-color: #5E0243; }
span { border-color: rgb(94,2,67); }
td.TdClassName
{
border-color: #5E0243;
}
.TagClassName
{
border-color: #5E0243;
}
</style>