Shades of Tyrian Purple #7C0853
Tints of Tyrian Purple #7C0853
RGB
CMYK
RGB Variations
Color information
#7C0853 (or 0x7C0853) is known color: Tyrian Purple. HEX triplet: 7C, 08 and 53. RGB value is (124,8,83). Sum of RGB (Red+Green+Blue) = 124+8+83=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0853 is #83F7AC. Grayscale: #333333. Windows color (decimal): -8648621 or 5441660. OLE color: 5441660.
HSL color Cylindrical-coordinate representation of color #7C0853: hue angle of 321.21º 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 #7C0853 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 83 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.51 |
| HSL | 321.21º | 0.88% | 0.26% | - |
| HSV(B) | 321.21º | 0.94% | 0.49% | - |
| XYZ | 9.96 | 5.08 | 8.64 | - |
| YUV | 51.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 83 | 0 | 0.94 | 0.33 | 0.51 | 321.21 | 0.88 | 0.26 |
| Hex | 7C | 8 | 53 | 0 | 5E | 21 | 33 | 141 | 58 | 1A |
| Octal | 174 | 10 | 123 | 0 | 136 | 41 | 63 | 501 | 130 | 32 |
| Binary | 1111100 | 1000 | 1010011 | 0 | 1011110 | 100001 | 110011 | 101000001 | 1011000 | 11010 |
Color Harmonies of #7C0853
Complementary color
Monochromatic Colors of #7C0853
Black with #7C0853
Text Example
Text Example
White with #7C0853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0853; }
p { color: rgb(124,8,83); }
H1.HeaderClassName
{
color: #7C0853;
}
.AnyTagClassName
{
color: #7C0853;
}
</style>
background-color css
<style>
a { background-color: #7C0853; }
a { background-color: rgb(124,8,83); }
div.DivClassName
{
background-color: #7C0853;
}
.BgClassName
{
background-color: #7C0853;
}
</style>
border-color css
<style>
span { border-color: #7C0853; }
span { border-color: rgb(124,8,83); }
td.TdClassName
{
border-color: #7C0853;
}
.TagClassName
{
border-color: #7C0853;
}
</style>