Shades of Tyrian Purple #7C0547
Tints of Tyrian Purple #7C0547
RGB
CMYK
RGB Variations
Color information
#7C0547 (or 0x7C0547) is known color: Tyrian Purple. HEX triplet: 7C, 05 and 47. RGB value is (124,5,71). Sum of RGB (Red+Green+Blue) = 124+5+71=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0547 is #83FAB8. Grayscale: #2F2F2F. Windows color (decimal): -8649401 or 4654460. OLE color: 4654460.
HSL color Cylindrical-coordinate representation of color #7C0547: hue angle of 326.72º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0547 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 71 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.51 |
| HSL | 326.72º | 0.92% | 0.25% | - |
| HSV(B) | 326.72º | 0.96% | 0.49% | - |
| XYZ | 9.5 | 4.85 | 6.4 | - |
| YUV | 48.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 71 | 0 | 0.96 | 0.43 | 0.51 | 326.72 | 0.92 | 0.25 |
| Hex | 7C | 5 | 47 | 0 | 60 | 2B | 33 | 147 | 5C | 19 |
| Octal | 174 | 5 | 107 | 0 | 140 | 53 | 63 | 507 | 134 | 31 |
| Binary | 1111100 | 101 | 1000111 | 0 | 1100000 | 101011 | 110011 | 101000111 | 1011100 | 11001 |
Color Harmonies of #7C0547
Complementary color
Monochromatic Colors of #7C0547
Black with #7C0547
Text Example
Text Example
White with #7C0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0547; }
p { color: rgb(124,5,71); }
H1.HeaderClassName
{
color: #7C0547;
}
.AnyTagClassName
{
color: #7C0547;
}
</style>
background-color css
<style>
a { background-color: #7C0547; }
a { background-color: rgb(124,5,71); }
div.DivClassName
{
background-color: #7C0547;
}
.BgClassName
{
background-color: #7C0547;
}
</style>
border-color css
<style>
span { border-color: #7C0547; }
span { border-color: rgb(124,5,71); }
td.TdClassName
{
border-color: #7C0547;
}
.TagClassName
{
border-color: #7C0547;
}
</style>