Shades of Tyrian Purple #750949
Tints of Tyrian Purple #750949
RGB
CMYK
RGB Variations
Color information
#750949 (or 0x750949) is known color: Tyrian Purple. HEX triplet: 75, 09 and 49. RGB value is (117,9,73). Sum of RGB (Red+Green+Blue) = 117+9+73=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #750949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750949 is #8AF6B6. Grayscale: #303030. Windows color (decimal): -9107127 or 4786549. OLE color: 4786549.
HSL color Cylindrical-coordinate representation of color #750949: hue angle of 324.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750949 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 73 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.54 |
| HSL | 324.44º | 0.86% | 0.25% | - |
| HSV(B) | 324.44º | 0.92% | 0.46% | - |
| XYZ | 8.64 | 4.46 | 6.71 | - |
| YUV | 48.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 73 | 0 | 0.92 | 0.38 | 0.54 | 324.44 | 0.86 | 0.25 |
| Hex | 75 | 9 | 49 | 0 | 5C | 26 | 36 | 144 | 56 | 19 |
| Octal | 165 | 11 | 111 | 0 | 134 | 46 | 66 | 504 | 126 | 31 |
| Binary | 1110101 | 1001 | 1001001 | 0 | 1011100 | 100110 | 110110 | 101000100 | 1010110 | 11001 |
Color Harmonies of #750949
Complementary color
Monochromatic Colors of #750949
Black with #750949
Text Example
Text Example
White with #750949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750949; }
p { color: rgb(117,9,73); }
H1.HeaderClassName
{
color: #750949;
}
.AnyTagClassName
{
color: #750949;
}
</style>
background-color css
<style>
a { background-color: #750949; }
a { background-color: rgb(117,9,73); }
div.DivClassName
{
background-color: #750949;
}
.BgClassName
{
background-color: #750949;
}
</style>
border-color css
<style>
span { border-color: #750949; }
span { border-color: rgb(117,9,73); }
td.TdClassName
{
border-color: #750949;
}
.TagClassName
{
border-color: #750949;
}
</style>