Shades of Tyrian Purple #5E012E
Tints of Tyrian Purple #5E012E
RGB
CMYK
RGB Variations
Color information
#5E012E (or 0x5E012E) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 2E. RGB value is (94,1,46). Sum of RGB (Red+Green+Blue) = 94+1+46=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E012E is #A1FED1. Grayscale: #212121. Windows color (decimal): -10616530 or 3015006. OLE color: 3015006.
HSL color Cylindrical-coordinate representation of color #5E012E: hue angle of 330.97º 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 #5E012E is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.63 |
| HSL | 330.97º | 0.98% | 0.19% | - |
| HSV(B) | 330.97º | 0.99% | 0.37% | - |
| XYZ | 5.12 | 2.6 | 2.82 | - |
| YUV | 33.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 46 | 0 | 0.99 | 0.51 | 0.63 | 330.97 | 0.98 | 0.19 |
| Hex | 5E | 1 | 2E | 0 | 63 | 33 | 3F | 14B | 62 | 13 |
| Octal | 136 | 1 | 56 | 0 | 143 | 63 | 77 | 513 | 142 | 23 |
| Binary | 1011110 | 1 | 101110 | 0 | 1100011 | 110011 | 111111 | 101001011 | 1100010 | 10011 |
Color Harmonies of #5E012E
Complementary color
Monochromatic Colors of #5E012E
Black with #5E012E
Text Example
Text Example
White with #5E012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E012E; }
p { color: rgb(94,1,46); }
H1.HeaderClassName
{
color: #5E012E;
}
.AnyTagClassName
{
color: #5E012E;
}
</style>
background-color css
<style>
a { background-color: #5E012E; }
a { background-color: rgb(94,1,46); }
div.DivClassName
{
background-color: #5E012E;
}
.BgClassName
{
background-color: #5E012E;
}
</style>
border-color css
<style>
span { border-color: #5E012E; }
span { border-color: rgb(94,1,46); }
td.TdClassName
{
border-color: #5E012E;
}
.TagClassName
{
border-color: #5E012E;
}
</style>