Shades of Tyrian Purple #7C0139
Tints of Tyrian Purple #7C0139
RGB
CMYK
RGB Variations
Color information
#7C0139 (or 0x7C0139) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 39. RGB value is (124,1,57). Sum of RGB (Red+Green+Blue) = 124+1+57=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0139 is #83FEC6. Grayscale: #2C2C2C. Windows color (decimal): -8650439 or 3735932. OLE color: 3735932.
HSL color Cylindrical-coordinate representation of color #7C0139: hue angle of 332.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0139 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.51 |
| HSL | 332.68º | 0.98% | 0.25% | - |
| HSV(B) | 332.68º | 0.99% | 0.49% | - |
| XYZ | 9.06 | 4.6 | 4.28 | - |
| YUV | 44.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 57 | 0 | 0.99 | 0.54 | 0.51 | 332.68 | 0.98 | 0.25 |
| Hex | 7C | 1 | 39 | 0 | 63 | 36 | 33 | 14D | 62 | 19 |
| Octal | 174 | 1 | 71 | 0 | 143 | 66 | 63 | 515 | 142 | 31 |
| Binary | 1111100 | 1 | 111001 | 0 | 1100011 | 110110 | 110011 | 101001101 | 1100010 | 11001 |
Color Harmonies of #7C0139
Complementary color
Monochromatic Colors of #7C0139
Black with #7C0139
Text Example
Text Example
White with #7C0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0139; }
p { color: rgb(124,1,57); }
H1.HeaderClassName
{
color: #7C0139;
}
.AnyTagClassName
{
color: #7C0139;
}
</style>
background-color css
<style>
a { background-color: #7C0139; }
a { background-color: rgb(124,1,57); }
div.DivClassName
{
background-color: #7C0139;
}
.BgClassName
{
background-color: #7C0139;
}
</style>
border-color css
<style>
span { border-color: #7C0139; }
span { border-color: rgb(124,1,57); }
td.TdClassName
{
border-color: #7C0139;
}
.TagClassName
{
border-color: #7C0139;
}
</style>