Shades of Tyrian Purple #5E023C
Tints of Tyrian Purple #5E023C
RGB
CMYK
RGB Variations
Color information
#5E023C (or 0x5E023C) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 3C. RGB value is (94,2,60). Sum of RGB (Red+Green+Blue) = 94+2+60=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E023C is #A1FDC3. Grayscale: #232323. Windows color (decimal): -10616260 or 3932766. OLE color: 3932766.
HSL color Cylindrical-coordinate representation of color #5E023C: hue angle of 322.17º 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 #5E023C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.63 |
| HSL | 322.17º | 0.96% | 0.19% | - |
| HSV(B) | 322.17º | 0.98% | 0.37% | - |
| XYZ | 5.45 | 2.75 | 4.52 | - |
| YUV | 36.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 60 | 0 | 0.98 | 0.36 | 0.63 | 322.17 | 0.96 | 0.19 |
| Hex | 5E | 2 | 3C | 0 | 62 | 24 | 3F | 142 | 60 | 13 |
| Octal | 136 | 2 | 74 | 0 | 142 | 44 | 77 | 502 | 140 | 23 |
| Binary | 1011110 | 10 | 111100 | 0 | 1100010 | 100100 | 111111 | 101000010 | 1100000 | 10011 |
Color Harmonies of #5E023C
Complementary color
Monochromatic Colors of #5E023C
Black with #5E023C
Text Example
Text Example
White with #5E023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E023C; }
p { color: rgb(94,2,60); }
H1.HeaderClassName
{
color: #5E023C;
}
.AnyTagClassName
{
color: #5E023C;
}
</style>
background-color css
<style>
a { background-color: #5E023C; }
a { background-color: rgb(94,2,60); }
div.DivClassName
{
background-color: #5E023C;
}
.BgClassName
{
background-color: #5E023C;
}
</style>
border-color css
<style>
span { border-color: #5E023C; }
span { border-color: rgb(94,2,60); }
td.TdClassName
{
border-color: #5E023C;
}
.TagClassName
{
border-color: #5E023C;
}
</style>