Shades of Tyrian Purple #49003E
Tints of Tyrian Purple #49003E
RGB
CMYK
RGB Variations
Color information
#49003E (or 0x49003E) is known color: Tyrian Purple. HEX triplet: 49, 00 and 3E. RGB value is (73,0,62). Sum of RGB (Red+Green+Blue) = 73+0+62=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49003E is #B6FFC1. Grayscale: #1C1C1C. Windows color (decimal): -11993026 or 4063305. OLE color: 4063305.
HSL color Cylindrical-coordinate representation of color #49003E: hue angle of 309.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49003E is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.15 | 0.71 |
| HSL | 309.04º | 1% | 0.14% | - |
| HSV(B) | 309.04º | 1% | 0.29% | - |
| XYZ | 3.62 | 1.76 | 4.71 | - |
| YUV | 28.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 62 | 0 | 1 | 0.15 | 0.71 | 309.04 | 1 | 0.14 |
| Hex | 49 | 0 | 3E | 0 | 64 | F | 47 | 135 | 64 | E |
| Octal | 111 | 0 | 76 | 0 | 144 | 17 | 107 | 465 | 144 | 16 |
| Binary | 1001001 | 0 | 111110 | 0 | 1100100 | 1111 | 1000111 | 100110101 | 1100100 | 1110 |
Color Harmonies of #49003E
Complementary color
Monochromatic Colors of #49003E
Black with #49003E
Text Example
Text Example
White with #49003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49003E; }
p { color: rgb(73,0,62); }
H1.HeaderClassName
{
color: #49003E;
}
.AnyTagClassName
{
color: #49003E;
}
</style>
background-color css
<style>
a { background-color: #49003E; }
a { background-color: rgb(73,0,62); }
div.DivClassName
{
background-color: #49003E;
}
.BgClassName
{
background-color: #49003E;
}
</style>
border-color css
<style>
span { border-color: #49003E; }
span { border-color: rgb(73,0,62); }
td.TdClassName
{
border-color: #49003E;
}
.TagClassName
{
border-color: #49003E;
}
</style>