Shades of Tyrian Purple #5E024F
Tints of Tyrian Purple #5E024F
RGB
CMYK
RGB Variations
Color information
#5E024F (or 0x5E024F) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 4F. RGB value is (94,2,79). Sum of RGB (Red+Green+Blue) = 94+2+79=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E024F is #A1FDB0. Grayscale: #262626. Windows color (decimal): -10616241 or 5177950. OLE color: 5177950.
HSL color Cylindrical-coordinate representation of color #5E024F: hue angle of 309.78º 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 #5E024F is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 79 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.63 |
| HSL | 309.78º | 0.96% | 0.19% | - |
| HSV(B) | 309.78º | 0.98% | 0.37% | - |
| XYZ | 6.05 | 2.99 | 7.65 | - |
| YUV | 38.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 79 | 0 | 0.98 | 0.16 | 0.63 | 309.78 | 0.96 | 0.19 |
| Hex | 5E | 2 | 4F | 0 | 62 | 10 | 3F | 136 | 60 | 13 |
| Octal | 136 | 2 | 117 | 0 | 142 | 20 | 77 | 466 | 140 | 23 |
| Binary | 1011110 | 10 | 1001111 | 0 | 1100010 | 10000 | 111111 | 100110110 | 1100000 | 10011 |
Color Harmonies of #5E024F
Complementary color
Monochromatic Colors of #5E024F
Black with #5E024F
Text Example
Text Example
White with #5E024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E024F; }
p { color: rgb(94,2,79); }
H1.HeaderClassName
{
color: #5E024F;
}
.AnyTagClassName
{
color: #5E024F;
}
</style>
background-color css
<style>
a { background-color: #5E024F; }
a { background-color: rgb(94,2,79); }
div.DivClassName
{
background-color: #5E024F;
}
.BgClassName
{
background-color: #5E024F;
}
</style>
border-color css
<style>
span { border-color: #5E024F; }
span { border-color: rgb(94,2,79); }
td.TdClassName
{
border-color: #5E024F;
}
.TagClassName
{
border-color: #5E024F;
}
</style>