Shades of Tyrian Purple #7C0243
Tints of Tyrian Purple #7C0243
RGB
CMYK
RGB Variations
Color information
#7C0243 (or 0x7C0243) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 43. RGB value is (124,2,67). Sum of RGB (Red+Green+Blue) = 124+2+67=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0243 is #83FDBC. Grayscale: #2D2D2D. Windows color (decimal): -8650173 or 4391548. OLE color: 4391548.
HSL color Cylindrical-coordinate representation of color #7C0243: hue angle of 328.03º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0243 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 67 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.51 |
| HSL | 328.03º | 0.97% | 0.25% | - |
| HSV(B) | 328.03º | 0.98% | 0.49% | - |
| XYZ | 9.35 | 4.73 | 5.73 | - |
| YUV | 45.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 67 | 0 | 0.98 | 0.46 | 0.51 | 328.03 | 0.97 | 0.25 |
| Hex | 7C | 2 | 43 | 0 | 62 | 2E | 33 | 148 | 61 | 19 |
| Octal | 174 | 2 | 103 | 0 | 142 | 56 | 63 | 510 | 141 | 31 |
| Binary | 1111100 | 10 | 1000011 | 0 | 1100010 | 101110 | 110011 | 101001000 | 1100001 | 11001 |
Color Harmonies of #7C0243
Complementary color
Monochromatic Colors of #7C0243
Black with #7C0243
Text Example
Text Example
White with #7C0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0243; }
p { color: rgb(124,2,67); }
H1.HeaderClassName
{
color: #7C0243;
}
.AnyTagClassName
{
color: #7C0243;
}
</style>
background-color css
<style>
a { background-color: #7C0243; }
a { background-color: rgb(124,2,67); }
div.DivClassName
{
background-color: #7C0243;
}
.BgClassName
{
background-color: #7C0243;
}
</style>
border-color css
<style>
span { border-color: #7C0243; }
span { border-color: rgb(124,2,67); }
td.TdClassName
{
border-color: #7C0243;
}
.TagClassName
{
border-color: #7C0243;
}
</style>