Shades of Tyrian Purple #4E034C
Tints of Tyrian Purple #4E034C
RGB
CMYK
RGB Variations
Color information
#4E034C (or 0x4E034C) is known color: Tyrian Purple. HEX triplet: 4E, 03 and 4C. RGB value is (78,3,76). Sum of RGB (Red+Green+Blue) = 78+3+76=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E034C is #B1FCB3. Grayscale: #212121. Windows color (decimal): -11664564 or 4981582. OLE color: 4981582.
HSL color Cylindrical-coordinate representation of color #4E034C: hue angle of 301.6º 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 #4E034C is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 76 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.69 |
| HSL | 301.6º | 0.93% | 0.16% | - |
| HSV(B) | 301.6º | 0.96% | 0.31% | - |
| XYZ | 4.48 | 2.21 | 7.03 | - |
| YUV | 33.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 76 | 0 | 0.96 | 0.03 | 0.69 | 301.6 | 0.93 | 0.16 |
| Hex | 4E | 3 | 4C | 0 | 60 | 3 | 45 | 12E | 5D | 10 |
| Octal | 116 | 3 | 114 | 0 | 140 | 3 | 105 | 456 | 135 | 20 |
| Binary | 1001110 | 11 | 1001100 | 0 | 1100000 | 11 | 1000101 | 100101110 | 1011101 | 10000 |
Color Harmonies of #4E034C
Complementary color
Monochromatic Colors of #4E034C
Black with #4E034C
Text Example
Text Example
White with #4E034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E034C; }
p { color: rgb(78,3,76); }
H1.HeaderClassName
{
color: #4E034C;
}
.AnyTagClassName
{
color: #4E034C;
}
</style>
background-color css
<style>
a { background-color: #4E034C; }
a { background-color: rgb(78,3,76); }
div.DivClassName
{
background-color: #4E034C;
}
.BgClassName
{
background-color: #4E034C;
}
</style>
border-color css
<style>
span { border-color: #4E034C; }
span { border-color: rgb(78,3,76); }
td.TdClassName
{
border-color: #4E034C;
}
.TagClassName
{
border-color: #4E034C;
}
</style>