Shades of Tyrian Purple #4E013D
Tints of Tyrian Purple #4E013D
RGB
CMYK
RGB Variations
Color information
#4E013D (or 0x4E013D) is known color: Tyrian Purple. HEX triplet: 4E, 01 and 3D. RGB value is (78,1,61). Sum of RGB (Red+Green+Blue) = 78+1+61=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E013D is #B1FEC2. Grayscale: #1E1E1E. Windows color (decimal): -11665091 or 3998030. OLE color: 3998030.
HSL color Cylindrical-coordinate representation of color #4E013D: hue angle of 313.25º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E013D is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.69 |
| HSL | 313.25º | 0.97% | 0.15% | - |
| HSV(B) | 313.25º | 0.99% | 0.31% | - |
| XYZ | 4 | 1.98 | 4.59 | - |
| YUV | 30.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 61 | 0 | 0.99 | 0.22 | 0.69 | 313.25 | 0.97 | 0.15 |
| Hex | 4E | 1 | 3D | 0 | 63 | 16 | 45 | 139 | 61 | F |
| Octal | 116 | 1 | 75 | 0 | 143 | 26 | 105 | 471 | 141 | 17 |
| Binary | 1001110 | 1 | 111101 | 0 | 1100011 | 10110 | 1000101 | 100111001 | 1100001 | 1111 |
Color Harmonies of #4E013D
Complementary color
Monochromatic Colors of #4E013D
Black with #4E013D
Text Example
Text Example
White with #4E013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E013D; }
p { color: rgb(78,1,61); }
H1.HeaderClassName
{
color: #4E013D;
}
.AnyTagClassName
{
color: #4E013D;
}
</style>
background-color css
<style>
a { background-color: #4E013D; }
a { background-color: rgb(78,1,61); }
div.DivClassName
{
background-color: #4E013D;
}
.BgClassName
{
background-color: #4E013D;
}
</style>
border-color css
<style>
span { border-color: #4E013D; }
span { border-color: rgb(78,1,61); }
td.TdClassName
{
border-color: #4E013D;
}
.TagClassName
{
border-color: #4E013D;
}
</style>