Shades of Tyrian Purple #4E034A
Tints of Tyrian Purple #4E034A
RGB
CMYK
RGB Variations
Color information
#4E034A (or 0x4E034A) is known color: Tyrian Purple. HEX triplet: 4E, 03 and 4A. RGB value is (78,3,74). Sum of RGB (Red+Green+Blue) = 78+3+74=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E034A is #B1FCB5. Grayscale: #212121. Windows color (decimal): -11664566 or 4850510. OLE color: 4850510.
HSL color Cylindrical-coordinate representation of color #4E034A: hue angle of 303.2º 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 #4E034A is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 74 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.69 |
| HSL | 303.2º | 0.93% | 0.16% | - |
| HSV(B) | 303.2º | 0.96% | 0.31% | - |
| XYZ | 4.41 | 2.18 | 6.67 | - |
| YUV | 33.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 74 | 0 | 0.96 | 0.05 | 0.69 | 303.2 | 0.93 | 0.16 |
| Hex | 4E | 3 | 4A | 0 | 60 | 5 | 45 | 12F | 5D | 10 |
| Octal | 116 | 3 | 112 | 0 | 140 | 5 | 105 | 457 | 135 | 20 |
| Binary | 1001110 | 11 | 1001010 | 0 | 1100000 | 101 | 1000101 | 100101111 | 1011101 | 10000 |
Color Harmonies of #4E034A
Complementary color
Monochromatic Colors of #4E034A
Black with #4E034A
Text Example
Text Example
White with #4E034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E034A; }
p { color: rgb(78,3,74); }
H1.HeaderClassName
{
color: #4E034A;
}
.AnyTagClassName
{
color: #4E034A;
}
</style>
background-color css
<style>
a { background-color: #4E034A; }
a { background-color: rgb(78,3,74); }
div.DivClassName
{
background-color: #4E034A;
}
.BgClassName
{
background-color: #4E034A;
}
</style>
border-color css
<style>
span { border-color: #4E034A; }
span { border-color: rgb(78,3,74); }
td.TdClassName
{
border-color: #4E034A;
}
.TagClassName
{
border-color: #4E034A;
}
</style>