Shades of Tyrian Purple #4E073A
Tints of Tyrian Purple #4E073A
RGB
CMYK
RGB Variations
Color information
#4E073A (or 0x4E073A) is known color: Tyrian Purple. HEX triplet: 4E, 07 and 3A. RGB value is (78,7,58). Sum of RGB (Red+Green+Blue) = 78+7+58=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E073A is #B1F8C5. Grayscale: #212121. Windows color (decimal): -11663558 or 3802958. OLE color: 3802958.
HSL color Cylindrical-coordinate representation of color #4E073A: hue angle of 316.9º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E073A is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 58 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.69 |
| HSL | 316.9º | 0.84% | 0.17% | - |
| HSV(B) | 316.9º | 0.91% | 0.31% | - |
| XYZ | 3.98 | 2.08 | 4.19 | - |
| YUV | 34.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 58 | 0 | 0.91 | 0.26 | 0.69 | 316.9 | 0.84 | 0.17 |
| Hex | 4E | 7 | 3A | 0 | 5B | 1A | 45 | 13D | 54 | 11 |
| Octal | 116 | 7 | 72 | 0 | 133 | 32 | 105 | 475 | 124 | 21 |
| Binary | 1001110 | 111 | 111010 | 0 | 1011011 | 11010 | 1000101 | 100111101 | 1010100 | 10001 |
Color Harmonies of #4E073A
Complementary color
Monochromatic Colors of #4E073A
Black with #4E073A
Text Example
Text Example
White with #4E073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E073A; }
p { color: rgb(78,7,58); }
H1.HeaderClassName
{
color: #4E073A;
}
.AnyTagClassName
{
color: #4E073A;
}
</style>
background-color css
<style>
a { background-color: #4E073A; }
a { background-color: rgb(78,7,58); }
div.DivClassName
{
background-color: #4E073A;
}
.BgClassName
{
background-color: #4E073A;
}
</style>
border-color css
<style>
span { border-color: #4E073A; }
span { border-color: rgb(78,7,58); }
td.TdClassName
{
border-color: #4E073A;
}
.TagClassName
{
border-color: #4E073A;
}
</style>