Shades of Tyrian Purple #49023D
Tints of Tyrian Purple #49023D
RGB
CMYK
RGB Variations
Color information
#49023D (or 0x49023D) is known color: Tyrian Purple. HEX triplet: 49, 02 and 3D. RGB value is (73,2,61). Sum of RGB (Red+Green+Blue) = 73+2+61=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49023D is #B6FDC2. Grayscale: #1D1D1D. Windows color (decimal): -11992515 or 3998281. OLE color: 3998281.
HSL color Cylindrical-coordinate representation of color #49023D: hue angle of 310.14º 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 #49023D is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 61 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.71 |
| HSL | 310.14º | 0.95% | 0.15% | - |
| HSV(B) | 310.14º | 0.97% | 0.29% | - |
| XYZ | 3.61 | 1.8 | 4.57 | - |
| YUV | 29.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 61 | 0 | 0.97 | 0.16 | 0.71 | 310.14 | 0.95 | 0.15 |
| Hex | 49 | 2 | 3D | 0 | 61 | 10 | 47 | 136 | 5F | F |
| Octal | 111 | 2 | 75 | 0 | 141 | 20 | 107 | 466 | 137 | 17 |
| Binary | 1001001 | 10 | 111101 | 0 | 1100001 | 10000 | 1000111 | 100110110 | 1011111 | 1111 |
Color Harmonies of #49023D
Complementary color
Monochromatic Colors of #49023D
Black with #49023D
Text Example
Text Example
White with #49023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49023D; }
p { color: rgb(73,2,61); }
H1.HeaderClassName
{
color: #49023D;
}
.AnyTagClassName
{
color: #49023D;
}
</style>
background-color css
<style>
a { background-color: #49023D; }
a { background-color: rgb(73,2,61); }
div.DivClassName
{
background-color: #49023D;
}
.BgClassName
{
background-color: #49023D;
}
</style>
border-color css
<style>
span { border-color: #49023D; }
span { border-color: rgb(73,2,61); }
td.TdClassName
{
border-color: #49023D;
}
.TagClassName
{
border-color: #49023D;
}
</style>