Shades of Tyrian Purple #4E0639
Tints of Tyrian Purple #4E0639
RGB
CMYK
RGB Variations
Color information
#4E0639 (or 0x4E0639) is known color: Tyrian Purple. HEX triplet: 4E, 06 and 39. RGB value is (78,6,57). Sum of RGB (Red+Green+Blue) = 78+6+57=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0639 is #B1F9C6. Grayscale: #212121. Windows color (decimal): -11663815 or 3737166. OLE color: 3737166.
HSL color Cylindrical-coordinate representation of color #4E0639: hue angle of 317.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0639 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 6 | 57 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.69 |
| HSL | 317.5º | 0.86% | 0.16% | - |
| HSV(B) | 317.5º | 0.92% | 0.31% | - |
| XYZ | 3.95 | 2.05 | 4.06 | - |
| YUV | 33.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 57 | 0 | 0.92 | 0.27 | 0.69 | 317.5 | 0.86 | 0.16 |
| Hex | 4E | 6 | 39 | 0 | 5C | 1B | 45 | 13E | 56 | 10 |
| Octal | 116 | 6 | 71 | 0 | 134 | 33 | 105 | 476 | 126 | 20 |
| Binary | 1001110 | 110 | 111001 | 0 | 1011100 | 11011 | 1000101 | 100111110 | 1010110 | 10000 |
Color Harmonies of #4E0639
Complementary color
Monochromatic Colors of #4E0639
Black with #4E0639
Text Example
Text Example
White with #4E0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0639; }
p { color: rgb(78,6,57); }
H1.HeaderClassName
{
color: #4E0639;
}
.AnyTagClassName
{
color: #4E0639;
}
</style>
background-color css
<style>
a { background-color: #4E0639; }
a { background-color: rgb(78,6,57); }
div.DivClassName
{
background-color: #4E0639;
}
.BgClassName
{
background-color: #4E0639;
}
</style>
border-color css
<style>
span { border-color: #4E0639; }
span { border-color: rgb(78,6,57); }
td.TdClassName
{
border-color: #4E0639;
}
.TagClassName
{
border-color: #4E0639;
}
</style>