Shades of Tyrian Purple #49003F
Tints of Tyrian Purple #49003F
RGB
CMYK
RGB Variations
Color information
#49003F (or 0x49003F) is known color: Tyrian Purple. HEX triplet: 49, 00 and 3F. RGB value is (73,0,63). Sum of RGB (Red+Green+Blue) = 73+0+63=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49003F is #B6FFC0. Grayscale: #1C1C1C. Windows color (decimal): -11993025 or 4128841. OLE color: 4128841.
HSL color Cylindrical-coordinate representation of color #49003F: hue angle of 308.22º 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 #49003F is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.14 | 0.71 |
| HSL | 308.22º | 1% | 0.14% | - |
| HSV(B) | 308.22º | 1% | 0.29% | - |
| XYZ | 3.64 | 1.78 | 4.85 | - |
| YUV | 29.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 63 | 0 | 1 | 0.14 | 0.71 | 308.22 | 1 | 0.14 |
| Hex | 49 | 0 | 3F | 0 | 64 | E | 47 | 134 | 64 | E |
| Octal | 111 | 0 | 77 | 0 | 144 | 16 | 107 | 464 | 144 | 16 |
| Binary | 1001001 | 0 | 111111 | 0 | 1100100 | 1110 | 1000111 | 100110100 | 1100100 | 1110 |
Color Harmonies of #49003F
Complementary color
Monochromatic Colors of #49003F
Black with #49003F
Text Example
Text Example
White with #49003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49003F; }
p { color: rgb(73,0,63); }
H1.HeaderClassName
{
color: #49003F;
}
.AnyTagClassName
{
color: #49003F;
}
</style>
background-color css
<style>
a { background-color: #49003F; }
a { background-color: rgb(73,0,63); }
div.DivClassName
{
background-color: #49003F;
}
.BgClassName
{
background-color: #49003F;
}
</style>
border-color css
<style>
span { border-color: #49003F; }
span { border-color: rgb(73,0,63); }
td.TdClassName
{
border-color: #49003F;
}
.TagClassName
{
border-color: #49003F;
}
</style>