Shades of Tyrian Purple #7C0443
Tints of Tyrian Purple #7C0443
RGB
CMYK
RGB Variations
Color information
#7C0443 (or 0x7C0443) is known color: Tyrian Purple. HEX triplet: 7C, 04 and 43. RGB value is (124,4,67). Sum of RGB (Red+Green+Blue) = 124+4+67=195 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.59% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0443 is #83FBBC. Grayscale: #2E2E2E. Windows color (decimal): -8649661 or 4392060. OLE color: 4392060.
HSL color Cylindrical-coordinate representation of color #7C0443: hue angle of 328.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0443 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 67 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.51 |
| HSL | 328.5º | 0.94% | 0.25% | - |
| HSV(B) | 328.5º | 0.97% | 0.49% | - |
| XYZ | 9.37 | 4.78 | 5.74 | - |
| YUV | 47.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 67 | 0 | 0.97 | 0.46 | 0.51 | 328.5 | 0.94 | 0.25 |
| Hex | 7C | 4 | 43 | 0 | 61 | 2E | 33 | 148 | 5E | 19 |
| Octal | 174 | 4 | 103 | 0 | 141 | 56 | 63 | 510 | 136 | 31 |
| Binary | 1111100 | 100 | 1000011 | 0 | 1100001 | 101110 | 110011 | 101001000 | 1011110 | 11001 |
Color Harmonies of #7C0443
Complementary color
Monochromatic Colors of #7C0443
Black with #7C0443
Text Example
Text Example
White with #7C0443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0443; }
p { color: rgb(124,4,67); }
H1.HeaderClassName
{
color: #7C0443;
}
.AnyTagClassName
{
color: #7C0443;
}
</style>
background-color css
<style>
a { background-color: #7C0443; }
a { background-color: rgb(124,4,67); }
div.DivClassName
{
background-color: #7C0443;
}
.BgClassName
{
background-color: #7C0443;
}
</style>
border-color css
<style>
span { border-color: #7C0443; }
span { border-color: rgb(124,4,67); }
td.TdClassName
{
border-color: #7C0443;
}
.TagClassName
{
border-color: #7C0443;
}
</style>