Shades of Tyrian Purple #7C0043
Tints of Tyrian Purple #7C0043
RGB
CMYK
RGB Variations
Color information
#7C0043 (or 0x7C0043) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 43. RGB value is (124,0,67). Sum of RGB (Red+Green+Blue) = 124+0+67=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0043 is #83FFBC. Grayscale: #2C2C2C. Windows color (decimal): -8650685 or 4391036. OLE color: 4391036.
HSL color Cylindrical-coordinate representation of color #7C0043: hue angle of 327.58º 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 #7C0043 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.46 | 0.51 |
| HSL | 327.58º | 1% | 0.24% | - |
| HSV(B) | 327.58º | 1% | 0.49% | - |
| XYZ | 9.33 | 4.69 | 5.72 | - |
| YUV | 44.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 67 | 0 | 1 | 0.46 | 0.51 | 327.58 | 1 | 0.24 |
| Hex | 7C | 0 | 43 | 0 | 64 | 2E | 33 | 148 | 64 | 18 |
| Octal | 174 | 0 | 103 | 0 | 144 | 56 | 63 | 510 | 144 | 30 |
| Binary | 1111100 | 0 | 1000011 | 0 | 1100100 | 101110 | 110011 | 101001000 | 1100100 | 11000 |
Color Harmonies of #7C0043
Complementary color
Monochromatic Colors of #7C0043
Black with #7C0043
Text Example
Text Example
White with #7C0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0043; }
p { color: rgb(124,0,67); }
H1.HeaderClassName
{
color: #7C0043;
}
.AnyTagClassName
{
color: #7C0043;
}
</style>
background-color css
<style>
a { background-color: #7C0043; }
a { background-color: rgb(124,0,67); }
div.DivClassName
{
background-color: #7C0043;
}
.BgClassName
{
background-color: #7C0043;
}
</style>
border-color css
<style>
span { border-color: #7C0043; }
span { border-color: rgb(124,0,67); }
td.TdClassName
{
border-color: #7C0043;
}
.TagClassName
{
border-color: #7C0043;
}
</style>