Shades of Tyrian Purple #5E0033
Tints of Tyrian Purple #5E0033
RGB
CMYK
RGB Variations
Color information
#5E0033 (or 0x5E0033) is known color: Tyrian Purple. HEX triplet: 5E, 00 and 33. RGB value is (94,0,51). Sum of RGB (Red+Green+Blue) = 94+0+51=145 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.83% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0033 is #A1FFCC. Grayscale: #212121. Windows color (decimal): -10616781 or 3342430. OLE color: 3342430.
HSL color Cylindrical-coordinate representation of color #5E0033: hue angle of 327.45º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0033 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.46 | 0.63 |
| HSL | 327.45º | 1% | 0.18% | - |
| HSV(B) | 327.45º | 1% | 0.37% | - |
| XYZ | 5.21 | 2.62 | 3.36 | - |
| YUV | 33.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 51 | 0 | 1 | 0.46 | 0.63 | 327.45 | 1 | 0.18 |
| Hex | 5E | 0 | 33 | 0 | 64 | 2E | 3F | 147 | 64 | 12 |
| Octal | 136 | 0 | 63 | 0 | 144 | 56 | 77 | 507 | 144 | 22 |
| Binary | 1011110 | 0 | 110011 | 0 | 1100100 | 101110 | 111111 | 101000111 | 1100100 | 10010 |
Color Harmonies of #5E0033
Complementary color
Monochromatic Colors of #5E0033
Black with #5E0033
Text Example
Text Example
White with #5E0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0033; }
p { color: rgb(94,0,51); }
H1.HeaderClassName
{
color: #5E0033;
}
.AnyTagClassName
{
color: #5E0033;
}
</style>
background-color css
<style>
a { background-color: #5E0033; }
a { background-color: rgb(94,0,51); }
div.DivClassName
{
background-color: #5E0033;
}
.BgClassName
{
background-color: #5E0033;
}
</style>
border-color css
<style>
span { border-color: #5E0033; }
span { border-color: rgb(94,0,51); }
td.TdClassName
{
border-color: #5E0033;
}
.TagClassName
{
border-color: #5E0033;
}
</style>