Shades of Tyrian Purple #5E013F
Tints of Tyrian Purple #5E013F
RGB
CMYK
RGB Variations
Color information
#5E013F (or 0x5E013F) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 3F. RGB value is (94,1,63). Sum of RGB (Red+Green+Blue) = 94+1+63=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E013F is #A1FEC0. Grayscale: #232323. Windows color (decimal): -10616513 or 4129118. OLE color: 4129118.
HSL color Cylindrical-coordinate representation of color #5E013F: hue angle of 320º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E013F is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.63 |
| HSL | 320º | 0.98% | 0.19% | - |
| HSV(B) | 320º | 0.99% | 0.37% | - |
| XYZ | 5.52 | 2.76 | 4.94 | - |
| YUV | 35.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 63 | 0 | 0.99 | 0.33 | 0.63 | 320 | 0.98 | 0.19 |
| Hex | 5E | 1 | 3F | 0 | 63 | 21 | 3F | 140 | 62 | 13 |
| Octal | 136 | 1 | 77 | 0 | 143 | 41 | 77 | 500 | 142 | 23 |
| Binary | 1011110 | 1 | 111111 | 0 | 1100011 | 100001 | 111111 | 101000000 | 1100010 | 10011 |
Color Harmonies of #5E013F
Complementary color
Monochromatic Colors of #5E013F
Black with #5E013F
Text Example
Text Example
White with #5E013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E013F; }
p { color: rgb(94,1,63); }
H1.HeaderClassName
{
color: #5E013F;
}
.AnyTagClassName
{
color: #5E013F;
}
</style>
background-color css
<style>
a { background-color: #5E013F; }
a { background-color: rgb(94,1,63); }
div.DivClassName
{
background-color: #5E013F;
}
.BgClassName
{
background-color: #5E013F;
}
</style>
border-color css
<style>
span { border-color: #5E013F; }
span { border-color: rgb(94,1,63); }
td.TdClassName
{
border-color: #5E013F;
}
.TagClassName
{
border-color: #5E013F;
}
</style>