Shades of Tyrian Purple #4E0036
Tints of Tyrian Purple #4E0036
RGB
CMYK
RGB Variations
Color information
#4E0036 (or 0x4E0036) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 36. RGB value is (78,0,54). Sum of RGB (Red+Green+Blue) = 78+0+54=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0036 is #B1FFC9. Grayscale: #1D1D1D. Windows color (decimal): -11665354 or 3539022. OLE color: 3539022.
HSL color Cylindrical-coordinate representation of color #4E0036: hue angle of 318.46º 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 #4E0036 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.31 | 0.69 |
| HSL | 318.46º | 1% | 0.15% | - |
| HSV(B) | 318.46º | 1% | 0.31% | - |
| XYZ | 3.81 | 1.89 | 3.65 | - |
| YUV | 29.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 54 | 0 | 1 | 0.31 | 0.69 | 318.46 | 1 | 0.15 |
| Hex | 4E | 0 | 36 | 0 | 64 | 1F | 45 | 13E | 64 | F |
| Octal | 116 | 0 | 66 | 0 | 144 | 37 | 105 | 476 | 144 | 17 |
| Binary | 1001110 | 0 | 110110 | 0 | 1100100 | 11111 | 1000101 | 100111110 | 1100100 | 1111 |
Color Harmonies of #4E0036
Complementary color
Monochromatic Colors of #4E0036
Black with #4E0036
Text Example
Text Example
White with #4E0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0036; }
p { color: rgb(78,0,54); }
H1.HeaderClassName
{
color: #4E0036;
}
.AnyTagClassName
{
color: #4E0036;
}
</style>
background-color css
<style>
a { background-color: #4E0036; }
a { background-color: rgb(78,0,54); }
div.DivClassName
{
background-color: #4E0036;
}
.BgClassName
{
background-color: #4E0036;
}
</style>
border-color css
<style>
span { border-color: #4E0036; }
span { border-color: rgb(78,0,54); }
td.TdClassName
{
border-color: #4E0036;
}
.TagClassName
{
border-color: #4E0036;
}
</style>