Shades of Tyrian Purple #4E043D
Tints of Tyrian Purple #4E043D
RGB
CMYK
RGB Variations
Color information
#4E043D (or 0x4E043D) is known color: Tyrian Purple. HEX triplet: 4E, 04 and 3D. RGB value is (78,4,61). Sum of RGB (Red+Green+Blue) = 78+4+61=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E043D is #B1FBC2. Grayscale: #202020. Windows color (decimal): -11664323 or 3998798. OLE color: 3998798.
HSL color Cylindrical-coordinate representation of color #4E043D: hue angle of 313.78º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E043D is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 4 | 61 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.69 |
| HSL | 313.78º | 0.9% | 0.16% | - |
| HSV(B) | 313.78º | 0.95% | 0.31% | - |
| XYZ | 4.03 | 2.04 | 4.6 | - |
| YUV | 32.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 61 | 0 | 0.95 | 0.22 | 0.69 | 313.78 | 0.9 | 0.16 |
| Hex | 4E | 4 | 3D | 0 | 5F | 16 | 45 | 13A | 5A | 10 |
| Octal | 116 | 4 | 75 | 0 | 137 | 26 | 105 | 472 | 132 | 20 |
| Binary | 1001110 | 100 | 111101 | 0 | 1011111 | 10110 | 1000101 | 100111010 | 1011010 | 10000 |
Color Harmonies of #4E043D
Complementary color
Monochromatic Colors of #4E043D
Black with #4E043D
Text Example
Text Example
White with #4E043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E043D; }
p { color: rgb(78,4,61); }
H1.HeaderClassName
{
color: #4E043D;
}
.AnyTagClassName
{
color: #4E043D;
}
</style>
background-color css
<style>
a { background-color: #4E043D; }
a { background-color: rgb(78,4,61); }
div.DivClassName
{
background-color: #4E043D;
}
.BgClassName
{
background-color: #4E043D;
}
</style>
border-color css
<style>
span { border-color: #4E043D; }
span { border-color: rgb(78,4,61); }
td.TdClassName
{
border-color: #4E043D;
}
.TagClassName
{
border-color: #4E043D;
}
</style>