Shades of Tyrian Purple #740949
Tints of Tyrian Purple #740949
RGB
CMYK
RGB Variations
Color information
#740949 (or 0x740949) is known color: Tyrian Purple. HEX triplet: 74, 09 and 49. RGB value is (116,9,73). Sum of RGB (Red+Green+Blue) = 116+9+73=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #740949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740949 is #8BF6B6. Grayscale: #303030. Windows color (decimal): -9172663 or 4786548. OLE color: 4786548.
HSL color Cylindrical-coordinate representation of color #740949: hue angle of 324.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740949 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 73 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.55 |
| HSL | 324.11º | 0.86% | 0.25% | - |
| HSV(B) | 324.11º | 0.92% | 0.45% | - |
| XYZ | 8.5 | 4.39 | 6.7 | - |
| YUV | 48.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 73 | 0 | 0.92 | 0.37 | 0.55 | 324.11 | 0.86 | 0.25 |
| Hex | 74 | 9 | 49 | 0 | 5C | 25 | 37 | 144 | 56 | 19 |
| Octal | 164 | 11 | 111 | 0 | 134 | 45 | 67 | 504 | 126 | 31 |
| Binary | 1110100 | 1001 | 1001001 | 0 | 1011100 | 100101 | 110111 | 101000100 | 1010110 | 11001 |
Color Harmonies of #740949
Complementary color
Monochromatic Colors of #740949
Black with #740949
Text Example
Text Example
White with #740949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740949; }
p { color: rgb(116,9,73); }
H1.HeaderClassName
{
color: #740949;
}
.AnyTagClassName
{
color: #740949;
}
</style>
background-color css
<style>
a { background-color: #740949; }
a { background-color: rgb(116,9,73); }
div.DivClassName
{
background-color: #740949;
}
.BgClassName
{
background-color: #740949;
}
</style>
border-color css
<style>
span { border-color: #740949; }
span { border-color: rgb(116,9,73); }
td.TdClassName
{
border-color: #740949;
}
.TagClassName
{
border-color: #740949;
}
</style>