Shades of Tyrian Purple #4E003C
Tints of Tyrian Purple #4E003C
RGB
CMYK
RGB Variations
Color information
#4E003C (or 0x4E003C) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 3C. RGB value is (78,0,60). Sum of RGB (Red+Green+Blue) = 78+0+60=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E003C is #B1FFC3. Grayscale: #1E1E1E. Windows color (decimal): -11665348 or 3932238. OLE color: 3932238.
HSL color Cylindrical-coordinate representation of color #4E003C: hue angle of 313.85º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E003C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.23 | 0.69 |
| HSL | 313.85º | 1% | 0.15% | - |
| HSV(B) | 313.85º | 1% | 0.31% | - |
| XYZ | 3.96 | 1.95 | 4.44 | - |
| YUV | 30.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 60 | 0 | 1 | 0.23 | 0.69 | 313.85 | 1 | 0.15 |
| Hex | 4E | 0 | 3C | 0 | 64 | 17 | 45 | 13A | 64 | F |
| Octal | 116 | 0 | 74 | 0 | 144 | 27 | 105 | 472 | 144 | 17 |
| Binary | 1001110 | 0 | 111100 | 0 | 1100100 | 10111 | 1000101 | 100111010 | 1100100 | 1111 |
Color Harmonies of #4E003C
Complementary color
Monochromatic Colors of #4E003C
Black with #4E003C
Text Example
Text Example
White with #4E003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E003C; }
p { color: rgb(78,0,60); }
H1.HeaderClassName
{
color: #4E003C;
}
.AnyTagClassName
{
color: #4E003C;
}
</style>
background-color css
<style>
a { background-color: #4E003C; }
a { background-color: rgb(78,0,60); }
div.DivClassName
{
background-color: #4E003C;
}
.BgClassName
{
background-color: #4E003C;
}
</style>
border-color css
<style>
span { border-color: #4E003C; }
span { border-color: rgb(78,0,60); }
td.TdClassName
{
border-color: #4E003C;
}
.TagClassName
{
border-color: #4E003C;
}
</style>