Shades of Tyrian Purple #7C0839
Tints of Tyrian Purple #7C0839
RGB
CMYK
RGB Variations
Color information
#7C0839 (or 0x7C0839) is known color: Tyrian Purple. HEX triplet: 7C, 08 and 39. RGB value is (124,8,57). Sum of RGB (Red+Green+Blue) = 124+8+57=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0839 is #83F7C6. Grayscale: #303030. Windows color (decimal): -8648647 or 3737724. OLE color: 3737724.
HSL color Cylindrical-coordinate representation of color #7C0839: hue angle of 334.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0839 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 57 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.51 |
| HSL | 334.66º | 0.88% | 0.26% | - |
| HSV(B) | 334.66º | 0.94% | 0.49% | - |
| XYZ | 9.14 | 4.75 | 4.31 | - |
| YUV | 48.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 57 | 0 | 0.94 | 0.54 | 0.51 | 334.66 | 0.88 | 0.26 |
| Hex | 7C | 8 | 39 | 0 | 5E | 36 | 33 | 14F | 58 | 1A |
| Octal | 174 | 10 | 71 | 0 | 136 | 66 | 63 | 517 | 130 | 32 |
| Binary | 1111100 | 1000 | 111001 | 0 | 1011110 | 110110 | 110011 | 101001111 | 1011000 | 11010 |
Color Harmonies of #7C0839
Complementary color
Monochromatic Colors of #7C0839
Black with #7C0839
Text Example
Text Example
White with #7C0839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0839; }
p { color: rgb(124,8,57); }
H1.HeaderClassName
{
color: #7C0839;
}
.AnyTagClassName
{
color: #7C0839;
}
</style>
background-color css
<style>
a { background-color: #7C0839; }
a { background-color: rgb(124,8,57); }
div.DivClassName
{
background-color: #7C0839;
}
.BgClassName
{
background-color: #7C0839;
}
</style>
border-color css
<style>
span { border-color: #7C0839; }
span { border-color: rgb(124,8,57); }
td.TdClassName
{
border-color: #7C0839;
}
.TagClassName
{
border-color: #7C0839;
}
</style>