Shades of Tyrian Purple #4E0033
Tints of Tyrian Purple #4E0033
RGB
CMYK
RGB Variations
Color information
#4E0033 (or 0x4E0033) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 33. RGB value is (78,0,51). Sum of RGB (Red+Green+Blue) = 78+0+51=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0033 is #B1FFCC. Grayscale: #1D1D1D. Windows color (decimal): -11665357 or 3342414. OLE color: 3342414.
HSL color Cylindrical-coordinate representation of color #4E0033: hue angle of 320.77º 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 #4E0033 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.35 | 0.69 |
| HSL | 320.77º | 1% | 0.15% | - |
| HSV(B) | 320.77º | 1% | 0.31% | - |
| XYZ | 3.74 | 1.86 | 3.29 | - |
| YUV | 29.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 51 | 0 | 1 | 0.35 | 0.69 | 320.77 | 1 | 0.15 |
| Hex | 4E | 0 | 33 | 0 | 64 | 23 | 45 | 141 | 64 | F |
| Octal | 116 | 0 | 63 | 0 | 144 | 43 | 105 | 501 | 144 | 17 |
| Binary | 1001110 | 0 | 110011 | 0 | 1100100 | 100011 | 1000101 | 101000001 | 1100100 | 1111 |
Color Harmonies of #4E0033
Complementary color
Monochromatic Colors of #4E0033
Black with #4E0033
Text Example
Text Example
White with #4E0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0033; }
p { color: rgb(78,0,51); }
H1.HeaderClassName
{
color: #4E0033;
}
.AnyTagClassName
{
color: #4E0033;
}
</style>
background-color css
<style>
a { background-color: #4E0033; }
a { background-color: rgb(78,0,51); }
div.DivClassName
{
background-color: #4E0033;
}
.BgClassName
{
background-color: #4E0033;
}
</style>
border-color css
<style>
span { border-color: #4E0033; }
span { border-color: rgb(78,0,51); }
td.TdClassName
{
border-color: #4E0033;
}
.TagClassName
{
border-color: #4E0033;
}
</style>