Shades of Tyrian Purple #4E034B
Tints of Tyrian Purple #4E034B
RGB
CMYK
RGB Variations
Color information
#4E034B (or 0x4E034B) is known color: Tyrian Purple. HEX triplet: 4E, 03 and 4B. RGB value is (78,3,75). Sum of RGB (Red+Green+Blue) = 78+3+75=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E034B is #B1FCB4. Grayscale: #212121. Windows color (decimal): -11664565 or 4916046. OLE color: 4916046.
HSL color Cylindrical-coordinate representation of color #4E034B: hue angle of 302.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E034B is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 75 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.69 |
| HSL | 302.4º | 0.93% | 0.16% | - |
| HSV(B) | 302.4º | 0.96% | 0.31% | - |
| XYZ | 4.44 | 2.19 | 6.85 | - |
| YUV | 33.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 75 | 0 | 0.96 | 0.04 | 0.69 | 302.4 | 0.93 | 0.16 |
| Hex | 4E | 3 | 4B | 0 | 60 | 4 | 45 | 12E | 5D | 10 |
| Octal | 116 | 3 | 113 | 0 | 140 | 4 | 105 | 456 | 135 | 20 |
| Binary | 1001110 | 11 | 1001011 | 0 | 1100000 | 100 | 1000101 | 100101110 | 1011101 | 10000 |
Color Harmonies of #4E034B
Complementary color
Monochromatic Colors of #4E034B
Black with #4E034B
Text Example
Text Example
White with #4E034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E034B; }
p { color: rgb(78,3,75); }
H1.HeaderClassName
{
color: #4E034B;
}
.AnyTagClassName
{
color: #4E034B;
}
</style>
background-color css
<style>
a { background-color: #4E034B; }
a { background-color: rgb(78,3,75); }
div.DivClassName
{
background-color: #4E034B;
}
.BgClassName
{
background-color: #4E034B;
}
</style>
border-color css
<style>
span { border-color: #4E034B; }
span { border-color: rgb(78,3,75); }
td.TdClassName
{
border-color: #4E034B;
}
.TagClassName
{
border-color: #4E034B;
}
</style>