Shades of Tyrian Purple #4E033A
Tints of Tyrian Purple #4E033A
RGB
CMYK
RGB Variations
Color information
#4E033A (or 0x4E033A) is known color: Tyrian Purple. HEX triplet: 4E, 03 and 3A. RGB value is (78,3,58). Sum of RGB (Red+Green+Blue) = 78+3+58=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E033A is #B1FCC5. Grayscale: #1F1F1F. Windows color (decimal): -11664582 or 3801934. OLE color: 3801934.
HSL color Cylindrical-coordinate representation of color #4E033A: hue angle of 316º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E033A is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 58 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.69 |
| HSL | 316º | 0.93% | 0.16% | - |
| HSV(B) | 316º | 0.96% | 0.31% | - |
| XYZ | 3.94 | 1.99 | 4.18 | - |
| YUV | 31.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 58 | 0 | 0.96 | 0.26 | 0.69 | 316 | 0.93 | 0.16 |
| Hex | 4E | 3 | 3A | 0 | 60 | 1A | 45 | 13C | 5D | 10 |
| Octal | 116 | 3 | 72 | 0 | 140 | 32 | 105 | 474 | 135 | 20 |
| Binary | 1001110 | 11 | 111010 | 0 | 1100000 | 11010 | 1000101 | 100111100 | 1011101 | 10000 |
Color Harmonies of #4E033A
Complementary color
Monochromatic Colors of #4E033A
Black with #4E033A
Text Example
Text Example
White with #4E033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E033A; }
p { color: rgb(78,3,58); }
H1.HeaderClassName
{
color: #4E033A;
}
.AnyTagClassName
{
color: #4E033A;
}
</style>
background-color css
<style>
a { background-color: #4E033A; }
a { background-color: rgb(78,3,58); }
div.DivClassName
{
background-color: #4E033A;
}
.BgClassName
{
background-color: #4E033A;
}
</style>
border-color css
<style>
span { border-color: #4E033A; }
span { border-color: rgb(78,3,58); }
td.TdClassName
{
border-color: #4E033A;
}
.TagClassName
{
border-color: #4E033A;
}
</style>