Shades of Tyrian Purple #4E0345
Tints of Tyrian Purple #4E0345
RGB
CMYK
RGB Variations
Color information
#4E0345 (or 0x4E0345) is known color: Tyrian Purple. HEX triplet: 4E, 03 and 45. RGB value is (78,3,69). Sum of RGB (Red+Green+Blue) = 78+3+69=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0345 is #B1FCBA. Grayscale: #202020. Windows color (decimal): -11664571 or 4522830. OLE color: 4522830.
HSL color Cylindrical-coordinate representation of color #4E0345: hue angle of 307.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 #4E0345 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 69 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.69 |
| HSL | 307.2º | 0.93% | 0.16% | - |
| HSV(B) | 307.2º | 0.96% | 0.31% | - |
| XYZ | 4.25 | 2.11 | 5.81 | - |
| YUV | 32.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 69 | 0 | 0.96 | 0.12 | 0.69 | 307.2 | 0.93 | 0.16 |
| Hex | 4E | 3 | 45 | 0 | 60 | C | 45 | 133 | 5D | 10 |
| Octal | 116 | 3 | 105 | 0 | 140 | 14 | 105 | 463 | 135 | 20 |
| Binary | 1001110 | 11 | 1000101 | 0 | 1100000 | 1100 | 1000101 | 100110011 | 1011101 | 10000 |
Color Harmonies of #4E0345
Complementary color
Monochromatic Colors of #4E0345
Black with #4E0345
Text Example
Text Example
White with #4E0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0345; }
p { color: rgb(78,3,69); }
H1.HeaderClassName
{
color: #4E0345;
}
.AnyTagClassName
{
color: #4E0345;
}
</style>
background-color css
<style>
a { background-color: #4E0345; }
a { background-color: rgb(78,3,69); }
div.DivClassName
{
background-color: #4E0345;
}
.BgClassName
{
background-color: #4E0345;
}
</style>
border-color css
<style>
span { border-color: #4E0345; }
span { border-color: rgb(78,3,69); }
td.TdClassName
{
border-color: #4E0345;
}
.TagClassName
{
border-color: #4E0345;
}
</style>