Shades of Tyrian Purple #4E0248
Tints of Tyrian Purple #4E0248
RGB
CMYK
RGB Variations
Color information
#4E0248 (or 0x4E0248) is known color: Tyrian Purple. HEX triplet: 4E, 02 and 48. RGB value is (78,2,72). Sum of RGB (Red+Green+Blue) = 78+2+72=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0248 is #B1FDB7. Grayscale: #202020. Windows color (decimal): -11664824 or 4719182. OLE color: 4719182.
HSL color Cylindrical-coordinate representation of color #4E0248: hue angle of 304.74º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0248 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 72 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.69 |
| HSL | 304.74º | 0.95% | 0.16% | - |
| HSV(B) | 304.74º | 0.97% | 0.31% | - |
| XYZ | 4.33 | 2.13 | 6.31 | - |
| YUV | 32.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 72 | 0 | 0.97 | 0.08 | 0.69 | 304.74 | 0.95 | 0.16 |
| Hex | 4E | 2 | 48 | 0 | 61 | 8 | 45 | 131 | 5F | 10 |
| Octal | 116 | 2 | 110 | 0 | 141 | 10 | 105 | 461 | 137 | 20 |
| Binary | 1001110 | 10 | 1001000 | 0 | 1100001 | 1000 | 1000101 | 100110001 | 1011111 | 10000 |
Color Harmonies of #4E0248
Complementary color
Monochromatic Colors of #4E0248
Black with #4E0248
Text Example
Text Example
White with #4E0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0248; }
p { color: rgb(78,2,72); }
H1.HeaderClassName
{
color: #4E0248;
}
.AnyTagClassName
{
color: #4E0248;
}
</style>
background-color css
<style>
a { background-color: #4E0248; }
a { background-color: rgb(78,2,72); }
div.DivClassName
{
background-color: #4E0248;
}
.BgClassName
{
background-color: #4E0248;
}
</style>
border-color css
<style>
span { border-color: #4E0248; }
span { border-color: rgb(78,2,72); }
td.TdClassName
{
border-color: #4E0248;
}
.TagClassName
{
border-color: #4E0248;
}
</style>