Shades of Tyrian Purple #7C0046
Tints of Tyrian Purple #7C0046
RGB
CMYK
RGB Variations
Color information
#7C0046 (or 0x7C0046) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 46. RGB value is (124,0,70). Sum of RGB (Red+Green+Blue) = 124+0+70=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0046 is #83FFB9. Grayscale: #2C2C2C. Windows color (decimal): -8650682 or 4587644. OLE color: 4587644.
HSL color Cylindrical-coordinate representation of color #7C0046: hue angle of 326.13º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0046 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.44 | 0.51 |
| HSL | 326.13º | 1% | 0.24% | - |
| HSV(B) | 326.13º | 1% | 0.49% | - |
| XYZ | 9.42 | 4.73 | 6.21 | - |
| YUV | 45.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 70 | 0 | 1 | 0.44 | 0.51 | 326.13 | 1 | 0.24 |
| Hex | 7C | 0 | 46 | 0 | 64 | 2C | 33 | 146 | 64 | 18 |
| Octal | 174 | 0 | 106 | 0 | 144 | 54 | 63 | 506 | 144 | 30 |
| Binary | 1111100 | 0 | 1000110 | 0 | 1100100 | 101100 | 110011 | 101000110 | 1100100 | 11000 |
Color Harmonies of #7C0046
Complementary color
Monochromatic Colors of #7C0046
Black with #7C0046
Text Example
Text Example
White with #7C0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0046; }
p { color: rgb(124,0,70); }
H1.HeaderClassName
{
color: #7C0046;
}
.AnyTagClassName
{
color: #7C0046;
}
</style>
background-color css
<style>
a { background-color: #7C0046; }
a { background-color: rgb(124,0,70); }
div.DivClassName
{
background-color: #7C0046;
}
.BgClassName
{
background-color: #7C0046;
}
</style>
border-color css
<style>
span { border-color: #7C0046; }
span { border-color: rgb(124,0,70); }
td.TdClassName
{
border-color: #7C0046;
}
.TagClassName
{
border-color: #7C0046;
}
</style>