Shades of Tyrian Purple #4E013B
Tints of Tyrian Purple #4E013B
RGB
CMYK
RGB Variations
Color information
#4E013B (or 0x4E013B) is known color: Tyrian Purple. HEX triplet: 4E, 01 and 3B. RGB value is (78,1,59). Sum of RGB (Red+Green+Blue) = 78+1+59=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E013B is #B1FEC4. Grayscale: #1E1E1E. Windows color (decimal): -11665093 or 3866958. OLE color: 3866958.
HSL color Cylindrical-coordinate representation of color #4E013B: hue angle of 314.81º 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 #4E013B is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.69 |
| HSL | 314.81º | 0.97% | 0.15% | - |
| HSV(B) | 314.81º | 0.99% | 0.31% | - |
| XYZ | 3.94 | 1.96 | 4.31 | - |
| YUV | 30.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 59 | 0 | 0.99 | 0.24 | 0.69 | 314.81 | 0.97 | 0.15 |
| Hex | 4E | 1 | 3B | 0 | 63 | 18 | 45 | 13B | 61 | F |
| Octal | 116 | 1 | 73 | 0 | 143 | 30 | 105 | 473 | 141 | 17 |
| Binary | 1001110 | 1 | 111011 | 0 | 1100011 | 11000 | 1000101 | 100111011 | 1100001 | 1111 |
Color Harmonies of #4E013B
Complementary color
Monochromatic Colors of #4E013B
Black with #4E013B
Text Example
Text Example
White with #4E013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E013B; }
p { color: rgb(78,1,59); }
H1.HeaderClassName
{
color: #4E013B;
}
.AnyTagClassName
{
color: #4E013B;
}
</style>
background-color css
<style>
a { background-color: #4E013B; }
a { background-color: rgb(78,1,59); }
div.DivClassName
{
background-color: #4E013B;
}
.BgClassName
{
background-color: #4E013B;
}
</style>
border-color css
<style>
span { border-color: #4E013B; }
span { border-color: rgb(78,1,59); }
td.TdClassName
{
border-color: #4E013B;
}
.TagClassName
{
border-color: #4E013B;
}
</style>