Shades of Tyrian Purple #4E033D
Tints of Tyrian Purple #4E033D
RGB
CMYK
RGB Variations
Color information
#4E033D (or 0x4E033D) is known color: Tyrian Purple. HEX triplet: 4E, 03 and 3D. RGB value is (78,3,61). Sum of RGB (Red+Green+Blue) = 78+3+61=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E033D is #B1FCC2. Grayscale: #1F1F1F. Windows color (decimal): -11664579 or 3998542. OLE color: 3998542.
HSL color Cylindrical-coordinate representation of color #4E033D: hue angle of 313.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 #4E033D is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 61 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.69 |
| HSL | 313.6º | 0.93% | 0.16% | - |
| HSV(B) | 313.6º | 0.96% | 0.31% | - |
| XYZ | 4.02 | 2.02 | 4.59 | - |
| YUV | 32.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 61 | 0 | 0.96 | 0.22 | 0.69 | 313.6 | 0.93 | 0.16 |
| Hex | 4E | 3 | 3D | 0 | 60 | 16 | 45 | 13A | 5D | 10 |
| Octal | 116 | 3 | 75 | 0 | 140 | 26 | 105 | 472 | 135 | 20 |
| Binary | 1001110 | 11 | 111101 | 0 | 1100000 | 10110 | 1000101 | 100111010 | 1011101 | 10000 |
Color Harmonies of #4E033D
Complementary color
Monochromatic Colors of #4E033D
Black with #4E033D
Text Example
Text Example
White with #4E033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E033D; }
p { color: rgb(78,3,61); }
H1.HeaderClassName
{
color: #4E033D;
}
.AnyTagClassName
{
color: #4E033D;
}
</style>
background-color css
<style>
a { background-color: #4E033D; }
a { background-color: rgb(78,3,61); }
div.DivClassName
{
background-color: #4E033D;
}
.BgClassName
{
background-color: #4E033D;
}
</style>
border-color css
<style>
span { border-color: #4E033D; }
span { border-color: rgb(78,3,61); }
td.TdClassName
{
border-color: #4E033D;
}
.TagClassName
{
border-color: #4E033D;
}
</style>