Shades of Tyrian Purple #4E014B
Tints of Tyrian Purple #4E014B
RGB
CMYK
RGB Variations
Color information
#4E014B (or 0x4E014B) is known color: Tyrian Purple. HEX triplet: 4E, 01 and 4B. RGB value is (78,1,75). Sum of RGB (Red+Green+Blue) = 78+1+75=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E014B is #B1FEB4. Grayscale: #202020. Windows color (decimal): -11665077 or 4915534. OLE color: 4915534.
HSL color Cylindrical-coordinate representation of color #4E014B: hue angle of 302.34º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E014B is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.69 |
| HSL | 302.34º | 0.97% | 0.15% | - |
| HSV(B) | 302.34º | 0.99% | 0.31% | - |
| XYZ | 4.42 | 2.15 | 6.84 | - |
| YUV | 32.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 75 | 0 | 0.99 | 0.04 | 0.69 | 302.34 | 0.97 | 0.15 |
| Hex | 4E | 1 | 4B | 0 | 63 | 4 | 45 | 12E | 61 | F |
| Octal | 116 | 1 | 113 | 0 | 143 | 4 | 105 | 456 | 141 | 17 |
| Binary | 1001110 | 1 | 1001011 | 0 | 1100011 | 100 | 1000101 | 100101110 | 1100001 | 1111 |
Color Harmonies of #4E014B
Complementary color
Monochromatic Colors of #4E014B
Black with #4E014B
Text Example
Text Example
White with #4E014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E014B; }
p { color: rgb(78,1,75); }
H1.HeaderClassName
{
color: #4E014B;
}
.AnyTagClassName
{
color: #4E014B;
}
</style>
background-color css
<style>
a { background-color: #4E014B; }
a { background-color: rgb(78,1,75); }
div.DivClassName
{
background-color: #4E014B;
}
.BgClassName
{
background-color: #4E014B;
}
</style>
border-color css
<style>
span { border-color: #4E014B; }
span { border-color: rgb(78,1,75); }
td.TdClassName
{
border-color: #4E014B;
}
.TagClassName
{
border-color: #4E014B;
}
</style>