Shades of Tyrian Purple #490240
Tints of Tyrian Purple #490240
RGB
CMYK
RGB Variations
Color information
#490240 (or 0x490240) is known color: Tyrian Purple. HEX triplet: 49, 02 and 40. RGB value is (73,2,64). Sum of RGB (Red+Green+Blue) = 73+2+64=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #490240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490240 is #B6FDBF. Grayscale: #1E1E1E. Windows color (decimal): -11992512 or 4194889. OLE color: 4194889.
HSL color Cylindrical-coordinate representation of color #490240: hue angle of 307.61º 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 #490240 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 64 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.71 |
| HSL | 307.61º | 0.95% | 0.15% | - |
| HSV(B) | 307.61º | 0.97% | 0.29% | - |
| XYZ | 3.69 | 1.83 | 5.01 | - |
| YUV | 30.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 64 | 0 | 0.97 | 0.12 | 0.71 | 307.61 | 0.95 | 0.15 |
| Hex | 49 | 2 | 40 | 0 | 61 | C | 47 | 134 | 5F | F |
| Octal | 111 | 2 | 100 | 0 | 141 | 14 | 107 | 464 | 137 | 17 |
| Binary | 1001001 | 10 | 1000000 | 0 | 1100001 | 1100 | 1000111 | 100110100 | 1011111 | 1111 |
Color Harmonies of #490240
Complementary color
Monochromatic Colors of #490240
Black with #490240
Text Example
Text Example
White with #490240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490240; }
p { color: rgb(73,2,64); }
H1.HeaderClassName
{
color: #490240;
}
.AnyTagClassName
{
color: #490240;
}
</style>
background-color css
<style>
a { background-color: #490240; }
a { background-color: rgb(73,2,64); }
div.DivClassName
{
background-color: #490240;
}
.BgClassName
{
background-color: #490240;
}
</style>
border-color css
<style>
span { border-color: #490240; }
span { border-color: rgb(73,2,64); }
td.TdClassName
{
border-color: #490240;
}
.TagClassName
{
border-color: #490240;
}
</style>