Shades of Tyrian Purple #4E044B
Tints of Tyrian Purple #4E044B
RGB
CMYK
RGB Variations
Color information
#4E044B (or 0x4E044B) is known color: Tyrian Purple. HEX triplet: 4E, 04 and 4B. RGB value is (78,4,75). Sum of RGB (Red+Green+Blue) = 78+4+75=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E044B is #B1FBB4. Grayscale: #222222. Windows color (decimal): -11664309 or 4916302. OLE color: 4916302.
HSL color Cylindrical-coordinate representation of color #4E044B: hue angle of 302.43º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E044B is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 4 | 75 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.69 |
| HSL | 302.43º | 0.9% | 0.16% | - |
| HSV(B) | 302.43º | 0.95% | 0.31% | - |
| XYZ | 4.46 | 2.21 | 6.85 | - |
| YUV | 34.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 75 | 0 | 0.95 | 0.04 | 0.69 | 302.43 | 0.9 | 0.16 |
| Hex | 4E | 4 | 4B | 0 | 5F | 4 | 45 | 12E | 5A | 10 |
| Octal | 116 | 4 | 113 | 0 | 137 | 4 | 105 | 456 | 132 | 20 |
| Binary | 1001110 | 100 | 1001011 | 0 | 1011111 | 100 | 1000101 | 100101110 | 1011010 | 10000 |
Color Harmonies of #4E044B
Complementary color
Monochromatic Colors of #4E044B
Black with #4E044B
Text Example
Text Example
White with #4E044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E044B; }
p { color: rgb(78,4,75); }
H1.HeaderClassName
{
color: #4E044B;
}
.AnyTagClassName
{
color: #4E044B;
}
</style>
background-color css
<style>
a { background-color: #4E044B; }
a { background-color: rgb(78,4,75); }
div.DivClassName
{
background-color: #4E044B;
}
.BgClassName
{
background-color: #4E044B;
}
</style>
border-color css
<style>
span { border-color: #4E044B; }
span { border-color: rgb(78,4,75); }
td.TdClassName
{
border-color: #4E044B;
}
.TagClassName
{
border-color: #4E044B;
}
</style>