Shades of Tyrian Purple #49003C
Tints of Tyrian Purple #49003C
RGB
CMYK
RGB Variations
Color information
#49003C (or 0x49003C) is known color: Tyrian Purple. HEX triplet: 49, 00 and 3C. RGB value is (73,0,60). Sum of RGB (Red+Green+Blue) = 73+0+60=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49003C is #B6FFC3. Grayscale: #1C1C1C. Windows color (decimal): -11993028 or 3932233. OLE color: 3932233.
HSL color Cylindrical-coordinate representation of color #49003C: hue angle of 310.68º 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 #49003C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.18 | 0.71 |
| HSL | 310.68º | 1% | 0.14% | - |
| HSV(B) | 310.68º | 1% | 0.29% | - |
| XYZ | 3.56 | 1.74 | 4.42 | - |
| YUV | 28.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 60 | 0 | 1 | 0.18 | 0.71 | 310.68 | 1 | 0.14 |
| Hex | 49 | 0 | 3C | 0 | 64 | 12 | 47 | 137 | 64 | E |
| Octal | 111 | 0 | 74 | 0 | 144 | 22 | 107 | 467 | 144 | 16 |
| Binary | 1001001 | 0 | 111100 | 0 | 1100100 | 10010 | 1000111 | 100110111 | 1100100 | 1110 |
Color Harmonies of #49003C
Complementary color
Monochromatic Colors of #49003C
Black with #49003C
Text Example
Text Example
White with #49003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49003C; }
p { color: rgb(73,0,60); }
H1.HeaderClassName
{
color: #49003C;
}
.AnyTagClassName
{
color: #49003C;
}
</style>
background-color css
<style>
a { background-color: #49003C; }
a { background-color: rgb(73,0,60); }
div.DivClassName
{
background-color: #49003C;
}
.BgClassName
{
background-color: #49003C;
}
</style>
border-color css
<style>
span { border-color: #49003C; }
span { border-color: rgb(73,0,60); }
td.TdClassName
{
border-color: #49003C;
}
.TagClassName
{
border-color: #49003C;
}
</style>