Shades of Tyrian Purple #5E0251
Tints of Tyrian Purple #5E0251
RGB
CMYK
RGB Variations
Color information
#5E0251 (or 0x5E0251) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 51. RGB value is (94,2,81). Sum of RGB (Red+Green+Blue) = 94+2+81=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0251 is #A1FDAE. Grayscale: #262626. Windows color (decimal): -10616239 or 5309022. OLE color: 5309022.
HSL color Cylindrical-coordinate representation of color #5E0251: hue angle of 308.48º 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 #5E0251 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.63 |
| HSL | 308.48º | 0.96% | 0.19% | - |
| HSV(B) | 308.48º | 0.98% | 0.37% | - |
| XYZ | 6.12 | 3.02 | 8.04 | - |
| YUV | 38.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 81 | 0 | 0.98 | 0.14 | 0.63 | 308.48 | 0.96 | 0.19 |
| Hex | 5E | 2 | 51 | 0 | 62 | E | 3F | 134 | 60 | 13 |
| Octal | 136 | 2 | 121 | 0 | 142 | 16 | 77 | 464 | 140 | 23 |
| Binary | 1011110 | 10 | 1010001 | 0 | 1100010 | 1110 | 111111 | 100110100 | 1100000 | 10011 |
Color Harmonies of #5E0251
Complementary color
Monochromatic Colors of #5E0251
Black with #5E0251
Text Example
Text Example
White with #5E0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0251; }
p { color: rgb(94,2,81); }
H1.HeaderClassName
{
color: #5E0251;
}
.AnyTagClassName
{
color: #5E0251;
}
</style>
background-color css
<style>
a { background-color: #5E0251; }
a { background-color: rgb(94,2,81); }
div.DivClassName
{
background-color: #5E0251;
}
.BgClassName
{
background-color: #5E0251;
}
</style>
border-color css
<style>
span { border-color: #5E0251; }
span { border-color: rgb(94,2,81); }
td.TdClassName
{
border-color: #5E0251;
}
.TagClassName
{
border-color: #5E0251;
}
</style>