Shades of Tyrian Purple #4E0B3F
Tints of Tyrian Purple #4E0B3F
RGB
CMYK
RGB Variations
Color information
#4E0B3F (or 0x4E0B3F) is known color: Tyrian Purple. HEX triplet: 4E, 0B and 3F. RGB value is (78,11,63). Sum of RGB (Red+Green+Blue) = 78+11+63=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0B3F is #B1F4C0. Grayscale: #242424. Windows color (decimal): -11662529 or 4131662. OLE color: 4131662.
HSL color Cylindrical-coordinate representation of color #4E0B3F: hue angle of 313.43º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0B3F is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 11 | 63 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.69 |
| HSL | 313.43º | 0.75% | 0.17% | - |
| HSV(B) | 313.43º | 0.86% | 0.31% | - |
| XYZ | 4.16 | 2.22 | 4.91 | - |
| YUV | 36.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 63 | 0 | 0.86 | 0.19 | 0.69 | 313.43 | 0.75 | 0.17 |
| Hex | 4E | B | 3F | 0 | 56 | 13 | 45 | 139 | 4B | 11 |
| Octal | 116 | 13 | 77 | 0 | 126 | 23 | 105 | 471 | 113 | 21 |
| Binary | 1001110 | 1011 | 111111 | 0 | 1010110 | 10011 | 1000101 | 100111001 | 1001011 | 10001 |
Color Harmonies of #4E0B3F
Complementary color
Monochromatic Colors of #4E0B3F
Black with #4E0B3F
Text Example
Text Example
White with #4E0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B3F; }
p { color: rgb(78,11,63); }
H1.HeaderClassName
{
color: #4E0B3F;
}
.AnyTagClassName
{
color: #4E0B3F;
}
</style>
background-color css
<style>
a { background-color: #4E0B3F; }
a { background-color: rgb(78,11,63); }
div.DivClassName
{
background-color: #4E0B3F;
}
.BgClassName
{
background-color: #4E0B3F;
}
</style>
border-color css
<style>
span { border-color: #4E0B3F; }
span { border-color: rgb(78,11,63); }
td.TdClassName
{
border-color: #4E0B3F;
}
.TagClassName
{
border-color: #4E0B3F;
}
</style>