Shades of Tyrian Purple #4E0338
Tints of Tyrian Purple #4E0338
RGB
CMYK
RGB Variations
Color information
#4E0338 (or 0x4E0338) is known color: Tyrian Purple. HEX triplet: 4E, 03 and 38. RGB value is (78,3,56). Sum of RGB (Red+Green+Blue) = 78+3+56=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0338 is #B1FCC7. Grayscale: #1F1F1F. Windows color (decimal): -11664584 or 3670862. OLE color: 3670862.
HSL color Cylindrical-coordinate representation of color #4E0338: hue angle of 317.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0338 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 56 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.69 |
| HSL | 317.6º | 0.93% | 0.16% | - |
| HSV(B) | 317.6º | 0.96% | 0.31% | - |
| XYZ | 3.89 | 1.97 | 3.92 | - |
| YUV | 31.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 56 | 0 | 0.96 | 0.28 | 0.69 | 317.6 | 0.93 | 0.16 |
| Hex | 4E | 3 | 38 | 0 | 60 | 1C | 45 | 13E | 5D | 10 |
| Octal | 116 | 3 | 70 | 0 | 140 | 34 | 105 | 476 | 135 | 20 |
| Binary | 1001110 | 11 | 111000 | 0 | 1100000 | 11100 | 1000101 | 100111110 | 1011101 | 10000 |
Color Harmonies of #4E0338
Complementary color
Monochromatic Colors of #4E0338
Black with #4E0338
Text Example
Text Example
White with #4E0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0338; }
p { color: rgb(78,3,56); }
H1.HeaderClassName
{
color: #4E0338;
}
.AnyTagClassName
{
color: #4E0338;
}
</style>
background-color css
<style>
a { background-color: #4E0338; }
a { background-color: rgb(78,3,56); }
div.DivClassName
{
background-color: #4E0338;
}
.BgClassName
{
background-color: #4E0338;
}
</style>
border-color css
<style>
span { border-color: #4E0338; }
span { border-color: rgb(78,3,56); }
td.TdClassName
{
border-color: #4E0338;
}
.TagClassName
{
border-color: #4E0338;
}
</style>