Shades of Tyrian Purple #4E084A
Tints of Tyrian Purple #4E084A
RGB
CMYK
RGB Variations
Color information
#4E084A (or 0x4E084A) is known color: Tyrian Purple. HEX triplet: 4E, 08 and 4A. RGB value is (78,8,74). Sum of RGB (Red+Green+Blue) = 78+8+74=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E084A is #B1F7B5. Grayscale: #242424. Windows color (decimal): -11663286 or 4851790. OLE color: 4851790.
HSL color Cylindrical-coordinate representation of color #4E084A: hue angle of 303.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E084A is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 8 | 74 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.69 |
| HSL | 303.43º | 0.81% | 0.17% | - |
| HSV(B) | 303.43º | 0.9% | 0.31% | - |
| XYZ | 4.46 | 2.29 | 6.68 | - |
| YUV | 36.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 74 | 0 | 0.90 | 0.05 | 0.69 | 303.43 | 0.81 | 0.17 |
| Hex | 4E | 8 | 4A | 0 | 5A | 5 | 45 | 12F | 51 | 11 |
| Octal | 116 | 10 | 112 | 0 | 132 | 5 | 105 | 457 | 121 | 21 |
| Binary | 1001110 | 1000 | 1001010 | 0 | 1011010 | 101 | 1000101 | 100101111 | 1010001 | 10001 |
Color Harmonies of #4E084A
Complementary color
Monochromatic Colors of #4E084A
Black with #4E084A
Text Example
Text Example
White with #4E084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E084A; }
p { color: rgb(78,8,74); }
H1.HeaderClassName
{
color: #4E084A;
}
.AnyTagClassName
{
color: #4E084A;
}
</style>
background-color css
<style>
a { background-color: #4E084A; }
a { background-color: rgb(78,8,74); }
div.DivClassName
{
background-color: #4E084A;
}
.BgClassName
{
background-color: #4E084A;
}
</style>
border-color css
<style>
span { border-color: #4E084A; }
span { border-color: rgb(78,8,74); }
td.TdClassName
{
border-color: #4E084A;
}
.TagClassName
{
border-color: #4E084A;
}
</style>