Shades of Tyrian Purple #5E0334
Tints of Tyrian Purple #5E0334
RGB
CMYK
RGB Variations
Color information
#5E0334 (or 0x5E0334) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 34. RGB value is (94,3,52). Sum of RGB (Red+Green+Blue) = 94+3+52=149 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.09% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0334 is #A1FCCB. Grayscale: #232323. Windows color (decimal): -10616012 or 3408734. OLE color: 3408734.
HSL color Cylindrical-coordinate representation of color #5E0334: hue angle of 327.69º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0334 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 52 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.63 |
| HSL | 327.69º | 0.94% | 0.19% | - |
| HSV(B) | 327.69º | 0.97% | 0.37% | - |
| XYZ | 5.27 | 2.69 | 3.49 | - |
| YUV | 35.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 52 | 0 | 0.97 | 0.45 | 0.63 | 327.69 | 0.94 | 0.19 |
| Hex | 5E | 3 | 34 | 0 | 61 | 2D | 3F | 148 | 5E | 13 |
| Octal | 136 | 3 | 64 | 0 | 141 | 55 | 77 | 510 | 136 | 23 |
| Binary | 1011110 | 11 | 110100 | 0 | 1100001 | 101101 | 111111 | 101001000 | 1011110 | 10011 |
Color Harmonies of #5E0334
Complementary color
Monochromatic Colors of #5E0334
Black with #5E0334
Text Example
Text Example
White with #5E0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0334; }
p { color: rgb(94,3,52); }
H1.HeaderClassName
{
color: #5E0334;
}
.AnyTagClassName
{
color: #5E0334;
}
</style>
background-color css
<style>
a { background-color: #5E0334; }
a { background-color: rgb(94,3,52); }
div.DivClassName
{
background-color: #5E0334;
}
.BgClassName
{
background-color: #5E0334;
}
</style>
border-color css
<style>
span { border-color: #5E0334; }
span { border-color: rgb(94,3,52); }
td.TdClassName
{
border-color: #5E0334;
}
.TagClassName
{
border-color: #5E0334;
}
</style>