Shades of Tyrian Purple #7C0949
Tints of Tyrian Purple #7C0949
RGB
CMYK
RGB Variations
Color information
#7C0949 (or 0x7C0949) is known color: Tyrian Purple. HEX triplet: 7C, 09 and 49. RGB value is (124,9,73). Sum of RGB (Red+Green+Blue) = 124+9+73=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0949 is #83F6B6. Grayscale: #323232. Windows color (decimal): -8648375 or 4786556. OLE color: 4786556.
HSL color Cylindrical-coordinate representation of color #7C0949: hue angle of 326.61º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0949 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 9 | 73 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.51 |
| HSL | 326.61º | 0.86% | 0.26% | - |
| HSV(B) | 326.61º | 0.93% | 0.49% | - |
| XYZ | 9.61 | 4.96 | 6.75 | - |
| YUV | 50.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 73 | 0 | 0.93 | 0.41 | 0.51 | 326.61 | 0.86 | 0.26 |
| Hex | 7C | 9 | 49 | 0 | 5D | 29 | 33 | 147 | 56 | 1A |
| Octal | 174 | 11 | 111 | 0 | 135 | 51 | 63 | 507 | 126 | 32 |
| Binary | 1111100 | 1001 | 1001001 | 0 | 1011101 | 101001 | 110011 | 101000111 | 1010110 | 11010 |
Color Harmonies of #7C0949
Complementary color
Monochromatic Colors of #7C0949
Black with #7C0949
Text Example
Text Example
White with #7C0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0949; }
p { color: rgb(124,9,73); }
H1.HeaderClassName
{
color: #7C0949;
}
.AnyTagClassName
{
color: #7C0949;
}
</style>
background-color css
<style>
a { background-color: #7C0949; }
a { background-color: rgb(124,9,73); }
div.DivClassName
{
background-color: #7C0949;
}
.BgClassName
{
background-color: #7C0949;
}
</style>
border-color css
<style>
span { border-color: #7C0949; }
span { border-color: rgb(124,9,73); }
td.TdClassName
{
border-color: #7C0949;
}
.TagClassName
{
border-color: #7C0949;
}
</style>