Shades of Tyrian Purple #49033F
Tints of Tyrian Purple #49033F
RGB
CMYK
RGB Variations
Color information
#49033F (or 0x49033F) is known color: Tyrian Purple. HEX triplet: 49, 03 and 3F. RGB value is (73,3,63). Sum of RGB (Red+Green+Blue) = 73+3+63=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49033F is #B6FCC0. Grayscale: #1E1E1E. Windows color (decimal): -11992257 or 4129609. OLE color: 4129609.
HSL color Cylindrical-coordinate representation of color #49033F: hue angle of 308.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49033F is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 63 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.71 |
| HSL | 308.57º | 0.92% | 0.15% | - |
| HSV(B) | 308.57º | 0.96% | 0.29% | - |
| XYZ | 3.68 | 1.84 | 4.86 | - |
| YUV | 30.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 63 | 0 | 0.96 | 0.14 | 0.71 | 308.57 | 0.92 | 0.15 |
| Hex | 49 | 3 | 3F | 0 | 60 | E | 47 | 135 | 5C | F |
| Octal | 111 | 3 | 77 | 0 | 140 | 16 | 107 | 465 | 134 | 17 |
| Binary | 1001001 | 11 | 111111 | 0 | 1100000 | 1110 | 1000111 | 100110101 | 1011100 | 1111 |
Color Harmonies of #49033F
Complementary color
Monochromatic Colors of #49033F
Black with #49033F
Text Example
Text Example
White with #49033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49033F; }
p { color: rgb(73,3,63); }
H1.HeaderClassName
{
color: #49033F;
}
.AnyTagClassName
{
color: #49033F;
}
</style>
background-color css
<style>
a { background-color: #49033F; }
a { background-color: rgb(73,3,63); }
div.DivClassName
{
background-color: #49033F;
}
.BgClassName
{
background-color: #49033F;
}
</style>
border-color css
<style>
span { border-color: #49033F; }
span { border-color: rgb(73,3,63); }
td.TdClassName
{
border-color: #49033F;
}
.TagClassName
{
border-color: #49033F;
}
</style>