Shades of Tyrian Purple #4E053C
Tints of Tyrian Purple #4E053C
RGB
CMYK
RGB Variations
Color information
#4E053C (or 0x4E053C) is known color: Tyrian Purple. HEX triplet: 4E, 05 and 3C. RGB value is (78,5,60). Sum of RGB (Red+Green+Blue) = 78+5+60=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E053C is #B1FAC3. Grayscale: #202020. Windows color (decimal): -11664068 or 3933518. OLE color: 3933518.
HSL color Cylindrical-coordinate representation of color #4E053C: hue angle of 314.79º 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 #4E053C is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.69 |
| HSL | 314.79º | 0.88% | 0.16% | - |
| HSV(B) | 314.79º | 0.94% | 0.31% | - |
| XYZ | 4.01 | 2.05 | 4.46 | - |
| YUV | 33.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 60 | 0 | 0.94 | 0.23 | 0.69 | 314.79 | 0.88 | 0.16 |
| Hex | 4E | 5 | 3C | 0 | 5E | 17 | 45 | 13B | 58 | 10 |
| Octal | 116 | 5 | 74 | 0 | 136 | 27 | 105 | 473 | 130 | 20 |
| Binary | 1001110 | 101 | 111100 | 0 | 1011110 | 10111 | 1000101 | 100111011 | 1011000 | 10000 |
Color Harmonies of #4E053C
Complementary color
Monochromatic Colors of #4E053C
Black with #4E053C
Text Example
Text Example
White with #4E053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E053C; }
p { color: rgb(78,5,60); }
H1.HeaderClassName
{
color: #4E053C;
}
.AnyTagClassName
{
color: #4E053C;
}
</style>
background-color css
<style>
a { background-color: #4E053C; }
a { background-color: rgb(78,5,60); }
div.DivClassName
{
background-color: #4E053C;
}
.BgClassName
{
background-color: #4E053C;
}
</style>
border-color css
<style>
span { border-color: #4E053C; }
span { border-color: rgb(78,5,60); }
td.TdClassName
{
border-color: #4E053C;
}
.TagClassName
{
border-color: #4E053C;
}
</style>