Shades of Tyrian Purple #4E0538
Tints of Tyrian Purple #4E0538
RGB
CMYK
RGB Variations
Color information
#4E0538 (or 0x4E0538) is known color: Tyrian Purple. HEX triplet: 4E, 05 and 38. RGB value is (78,5,56). Sum of RGB (Red+Green+Blue) = 78+5+56=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0538 is #B1FAC7. Grayscale: #202020. Windows color (decimal): -11664072 or 3671374. OLE color: 3671374.
HSL color Cylindrical-coordinate representation of color #4E0538: hue angle of 318.08º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0538 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 56 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.69 |
| HSL | 318.08º | 0.88% | 0.16% | - |
| HSV(B) | 318.08º | 0.94% | 0.31% | - |
| XYZ | 3.91 | 2.01 | 3.92 | - |
| YUV | 32.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 56 | 0 | 0.94 | 0.28 | 0.69 | 318.08 | 0.88 | 0.16 |
| Hex | 4E | 5 | 38 | 0 | 5E | 1C | 45 | 13E | 58 | 10 |
| Octal | 116 | 5 | 70 | 0 | 136 | 34 | 105 | 476 | 130 | 20 |
| Binary | 1001110 | 101 | 111000 | 0 | 1011110 | 11100 | 1000101 | 100111110 | 1011000 | 10000 |
Color Harmonies of #4E0538
Complementary color
Monochromatic Colors of #4E0538
Black with #4E0538
Text Example
Text Example
White with #4E0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0538; }
p { color: rgb(78,5,56); }
H1.HeaderClassName
{
color: #4E0538;
}
.AnyTagClassName
{
color: #4E0538;
}
</style>
background-color css
<style>
a { background-color: #4E0538; }
a { background-color: rgb(78,5,56); }
div.DivClassName
{
background-color: #4E0538;
}
.BgClassName
{
background-color: #4E0538;
}
</style>
border-color css
<style>
span { border-color: #4E0538; }
span { border-color: rgb(78,5,56); }
td.TdClassName
{
border-color: #4E0538;
}
.TagClassName
{
border-color: #4E0538;
}
</style>