Shades of Tyrian Purple #49023C
Tints of Tyrian Purple #49023C
RGB
CMYK
RGB Variations
Color information
#49023C (or 0x49023C) is known color: Tyrian Purple. HEX triplet: 49, 02 and 3C. RGB value is (73,2,60). Sum of RGB (Red+Green+Blue) = 73+2+60=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49023C is #B6FDC3. Grayscale: #1D1D1D. Windows color (decimal): -11992516 or 3932745. OLE color: 3932745.
HSL color Cylindrical-coordinate representation of color #49023C: hue angle of 310.99º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49023C is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 60 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.71 |
| HSL | 310.99º | 0.95% | 0.15% | - |
| HSV(B) | 310.99º | 0.97% | 0.29% | - |
| XYZ | 3.58 | 1.79 | 4.43 | - |
| YUV | 29.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 60 | 0 | 0.97 | 0.18 | 0.71 | 310.99 | 0.95 | 0.15 |
| Hex | 49 | 2 | 3C | 0 | 61 | 12 | 47 | 137 | 5F | F |
| Octal | 111 | 2 | 74 | 0 | 141 | 22 | 107 | 467 | 137 | 17 |
| Binary | 1001001 | 10 | 111100 | 0 | 1100001 | 10010 | 1000111 | 100110111 | 1011111 | 1111 |
Color Harmonies of #49023C
Complementary color
Monochromatic Colors of #49023C
Black with #49023C
Text Example
Text Example
White with #49023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49023C; }
p { color: rgb(73,2,60); }
H1.HeaderClassName
{
color: #49023C;
}
.AnyTagClassName
{
color: #49023C;
}
</style>
background-color css
<style>
a { background-color: #49023C; }
a { background-color: rgb(73,2,60); }
div.DivClassName
{
background-color: #49023C;
}
.BgClassName
{
background-color: #49023C;
}
</style>
border-color css
<style>
span { border-color: #49023C; }
span { border-color: rgb(73,2,60); }
td.TdClassName
{
border-color: #49023C;
}
.TagClassName
{
border-color: #49023C;
}
</style>