Shades of Tyrian Purple #4E0337
Tints of Tyrian Purple #4E0337
RGB
CMYK
RGB Variations
Color information
#4E0337 (or 0x4E0337) is known color: Tyrian Purple. HEX triplet: 4E, 03 and 37. RGB value is (78,3,55). Sum of RGB (Red+Green+Blue) = 78+3+55=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0337 is #B1FCC8. Grayscale: #1F1F1F. Windows color (decimal): -11664585 or 3605326. OLE color: 3605326.
HSL color Cylindrical-coordinate representation of color #4E0337: hue angle of 318.4º 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 #4E0337 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 55 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.69 |
| HSL | 318.4º | 0.93% | 0.16% | - |
| HSV(B) | 318.4º | 0.96% | 0.31% | - |
| XYZ | 3.86 | 1.96 | 3.79 | - |
| YUV | 31.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 55 | 0 | 0.96 | 0.29 | 0.69 | 318.4 | 0.93 | 0.16 |
| Hex | 4E | 3 | 37 | 0 | 60 | 1D | 45 | 13E | 5D | 10 |
| Octal | 116 | 3 | 67 | 0 | 140 | 35 | 105 | 476 | 135 | 20 |
| Binary | 1001110 | 11 | 110111 | 0 | 1100000 | 11101 | 1000101 | 100111110 | 1011101 | 10000 |
Color Harmonies of #4E0337
Complementary color
Monochromatic Colors of #4E0337
Black with #4E0337
Text Example
Text Example
White with #4E0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0337; }
p { color: rgb(78,3,55); }
H1.HeaderClassName
{
color: #4E0337;
}
.AnyTagClassName
{
color: #4E0337;
}
</style>
background-color css
<style>
a { background-color: #4E0337; }
a { background-color: rgb(78,3,55); }
div.DivClassName
{
background-color: #4E0337;
}
.BgClassName
{
background-color: #4E0337;
}
</style>
border-color css
<style>
span { border-color: #4E0337; }
span { border-color: rgb(78,3,55); }
td.TdClassName
{
border-color: #4E0337;
}
.TagClassName
{
border-color: #4E0337;
}
</style>