Shades of Tyrian Purple #4E043B
Tints of Tyrian Purple #4E043B
RGB
CMYK
RGB Variations
Color information
#4E043B (or 0x4E043B) is known color: Tyrian Purple. HEX triplet: 4E, 04 and 3B. RGB value is (78,4,59). Sum of RGB (Red+Green+Blue) = 78+4+59=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E043B is #B1FBC4. Grayscale: #202020. Windows color (decimal): -11664325 or 3867726. OLE color: 3867726.
HSL color Cylindrical-coordinate representation of color #4E043B: hue angle of 315.41º 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 #4E043B is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 4 | 59 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.69 |
| HSL | 315.41º | 0.9% | 0.16% | - |
| HSV(B) | 315.41º | 0.95% | 0.31% | - |
| XYZ | 3.97 | 2.02 | 4.32 | - |
| YUV | 32.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 59 | 0 | 0.95 | 0.24 | 0.69 | 315.41 | 0.9 | 0.16 |
| Hex | 4E | 4 | 3B | 0 | 5F | 18 | 45 | 13B | 5A | 10 |
| Octal | 116 | 4 | 73 | 0 | 137 | 30 | 105 | 473 | 132 | 20 |
| Binary | 1001110 | 100 | 111011 | 0 | 1011111 | 11000 | 1000101 | 100111011 | 1011010 | 10000 |
Color Harmonies of #4E043B
Complementary color
Monochromatic Colors of #4E043B
Black with #4E043B
Text Example
Text Example
White with #4E043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E043B; }
p { color: rgb(78,4,59); }
H1.HeaderClassName
{
color: #4E043B;
}
.AnyTagClassName
{
color: #4E043B;
}
</style>
background-color css
<style>
a { background-color: #4E043B; }
a { background-color: rgb(78,4,59); }
div.DivClassName
{
background-color: #4E043B;
}
.BgClassName
{
background-color: #4E043B;
}
</style>
border-color css
<style>
span { border-color: #4E043B; }
span { border-color: rgb(78,4,59); }
td.TdClassName
{
border-color: #4E043B;
}
.TagClassName
{
border-color: #4E043B;
}
</style>