Shades of Tyrian Purple #4E003E
Tints of Tyrian Purple #4E003E
RGB
CMYK
RGB Variations
Color information
#4E003E (or 0x4E003E) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 3E. RGB value is (78,0,62). Sum of RGB (Red+Green+Blue) = 78+0+62=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E003E is #B1FFC1. Grayscale: #1E1E1E. Windows color (decimal): -11665346 or 4063310. OLE color: 4063310.
HSL color Cylindrical-coordinate representation of color #4E003E: hue angle of 312.31º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E003E is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.21 | 0.69 |
| HSL | 312.31º | 1% | 0.15% | - |
| HSV(B) | 312.31º | 1% | 0.31% | - |
| XYZ | 4.01 | 1.97 | 4.73 | - |
| YUV | 30.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 62 | 0 | 1 | 0.21 | 0.69 | 312.31 | 1 | 0.15 |
| Hex | 4E | 0 | 3E | 0 | 64 | 15 | 45 | 138 | 64 | F |
| Octal | 116 | 0 | 76 | 0 | 144 | 25 | 105 | 470 | 144 | 17 |
| Binary | 1001110 | 0 | 111110 | 0 | 1100100 | 10101 | 1000101 | 100111000 | 1100100 | 1111 |
Color Harmonies of #4E003E
Complementary color
Monochromatic Colors of #4E003E
Black with #4E003E
Text Example
Text Example
White with #4E003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E003E; }
p { color: rgb(78,0,62); }
H1.HeaderClassName
{
color: #4E003E;
}
.AnyTagClassName
{
color: #4E003E;
}
</style>
background-color css
<style>
a { background-color: #4E003E; }
a { background-color: rgb(78,0,62); }
div.DivClassName
{
background-color: #4E003E;
}
.BgClassName
{
background-color: #4E003E;
}
</style>
border-color css
<style>
span { border-color: #4E003E; }
span { border-color: rgb(78,0,62); }
td.TdClassName
{
border-color: #4E003E;
}
.TagClassName
{
border-color: #4E003E;
}
</style>