Shades of Tyrian Purple #4E004B
Tints of Tyrian Purple #4E004B
RGB
CMYK
RGB Variations
Color information
#4E004B (or 0x4E004B) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 4B. RGB value is (78,0,75). Sum of RGB (Red+Green+Blue) = 78+0+75=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E004B is #B1FFB4. Grayscale: #1F1F1F. Windows color (decimal): -11665333 or 4915278. OLE color: 4915278.
HSL color Cylindrical-coordinate representation of color #4E004B: hue angle of 302.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 #4E004B is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.04 | 0.69 |
| HSL | 302.31º | 1% | 0.15% | - |
| HSV(B) | 302.31º | 1% | 0.31% | - |
| XYZ | 4.41 | 2.13 | 6.83 | - |
| YUV | 31.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 75 | 0 | 1 | 0.04 | 0.69 | 302.31 | 1 | 0.15 |
| Hex | 4E | 0 | 4B | 0 | 64 | 4 | 45 | 12E | 64 | F |
| Octal | 116 | 0 | 113 | 0 | 144 | 4 | 105 | 456 | 144 | 17 |
| Binary | 1001110 | 0 | 1001011 | 0 | 1100100 | 100 | 1000101 | 100101110 | 1100100 | 1111 |
Color Harmonies of #4E004B
Complementary color
Monochromatic Colors of #4E004B
Black with #4E004B
Text Example
Text Example
White with #4E004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E004B; }
p { color: rgb(78,0,75); }
H1.HeaderClassName
{
color: #4E004B;
}
.AnyTagClassName
{
color: #4E004B;
}
</style>
background-color css
<style>
a { background-color: #4E004B; }
a { background-color: rgb(78,0,75); }
div.DivClassName
{
background-color: #4E004B;
}
.BgClassName
{
background-color: #4E004B;
}
</style>
border-color css
<style>
span { border-color: #4E004B; }
span { border-color: rgb(78,0,75); }
td.TdClassName
{
border-color: #4E004B;
}
.TagClassName
{
border-color: #4E004B;
}
</style>