Shades of Tyrian Purple #4E013C
Tints of Tyrian Purple #4E013C
RGB
CMYK
RGB Variations
Color information
#4E013C (or 0x4E013C) is known color: Tyrian Purple. HEX triplet: 4E, 01 and 3C. RGB value is (78,1,60). Sum of RGB (Red+Green+Blue) = 78+1+60=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E013C is #B1FEC3. Grayscale: #1E1E1E. Windows color (decimal): -11665092 or 3932494. OLE color: 3932494.
HSL color Cylindrical-coordinate representation of color #4E013C: hue angle of 314.03º 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 #4E013C is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.69 |
| HSL | 314.03º | 0.97% | 0.15% | - |
| HSV(B) | 314.03º | 0.99% | 0.31% | - |
| XYZ | 3.97 | 1.97 | 4.45 | - |
| YUV | 30.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 60 | 0 | 0.99 | 0.23 | 0.69 | 314.03 | 0.97 | 0.15 |
| Hex | 4E | 1 | 3C | 0 | 63 | 17 | 45 | 13A | 61 | F |
| Octal | 116 | 1 | 74 | 0 | 143 | 27 | 105 | 472 | 141 | 17 |
| Binary | 1001110 | 1 | 111100 | 0 | 1100011 | 10111 | 1000101 | 100111010 | 1100001 | 1111 |
Color Harmonies of #4E013C
Complementary color
Monochromatic Colors of #4E013C
Black with #4E013C
Text Example
Text Example
White with #4E013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E013C; }
p { color: rgb(78,1,60); }
H1.HeaderClassName
{
color: #4E013C;
}
.AnyTagClassName
{
color: #4E013C;
}
</style>
background-color css
<style>
a { background-color: #4E013C; }
a { background-color: rgb(78,1,60); }
div.DivClassName
{
background-color: #4E013C;
}
.BgClassName
{
background-color: #4E013C;
}
</style>
border-color css
<style>
span { border-color: #4E013C; }
span { border-color: rgb(78,1,60); }
td.TdClassName
{
border-color: #4E013C;
}
.TagClassName
{
border-color: #4E013C;
}
</style>