Shades of Tyrian Purple #5E022A
Tints of Tyrian Purple #5E022A
RGB
CMYK
RGB Variations
Color information
#5E022A (or 0x5E022A) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 2A. RGB value is (94,2,42). Sum of RGB (Red+Green+Blue) = 94+2+42=138 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.12% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 94 - color contains mainly: red. Hex color #5E022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E022A is #A1FDD5. Grayscale: #222222. Windows color (decimal): -10616278 or 2753118. OLE color: 2753118.
HSL color Cylindrical-coordinate representation of color #5E022A: hue angle of 333.91º 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 #5E022A is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 42 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.63 |
| HSL | 333.91º | 0.96% | 0.19% | - |
| HSV(B) | 333.91º | 0.98% | 0.37% | - |
| XYZ | 5.06 | 2.59 | 2.42 | - |
| YUV | 34.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 42 | 0 | 0.98 | 0.55 | 0.63 | 333.91 | 0.96 | 0.19 |
| Hex | 5E | 2 | 2A | 0 | 62 | 37 | 3F | 14E | 60 | 13 |
| Octal | 136 | 2 | 52 | 0 | 142 | 67 | 77 | 516 | 140 | 23 |
| Binary | 1011110 | 10 | 101010 | 0 | 1100010 | 110111 | 111111 | 101001110 | 1100000 | 10011 |
Color Harmonies of #5E022A
Complementary color
Monochromatic Colors of #5E022A
Black with #5E022A
Text Example
Text Example
White with #5E022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E022A; }
p { color: rgb(94,2,42); }
H1.HeaderClassName
{
color: #5E022A;
}
.AnyTagClassName
{
color: #5E022A;
}
</style>
background-color css
<style>
a { background-color: #5E022A; }
a { background-color: rgb(94,2,42); }
div.DivClassName
{
background-color: #5E022A;
}
.BgClassName
{
background-color: #5E022A;
}
</style>
border-color css
<style>
span { border-color: #5E022A; }
span { border-color: rgb(94,2,42); }
td.TdClassName
{
border-color: #5E022A;
}
.TagClassName
{
border-color: #5E022A;
}
</style>