Shades of Tyrian Purple #7C094D
Tints of Tyrian Purple #7C094D
RGB
CMYK
RGB Variations
Color information
#7C094D (or 0x7C094D) is known color: Tyrian Purple. HEX triplet: 7C, 09 and 4D. RGB value is (124,9,77). Sum of RGB (Red+Green+Blue) = 124+9+77=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C094D is #83F6B2. Grayscale: #323232. Windows color (decimal): -8648371 or 5048700. OLE color: 5048700.
HSL color Cylindrical-coordinate representation of color #7C094D: hue angle of 324.52º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C094D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 9 | 77 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.51 |
| HSL | 324.52º | 0.86% | 0.26% | - |
| HSV(B) | 324.52º | 0.93% | 0.49% | - |
| XYZ | 9.75 | 5.02 | 7.48 | - |
| YUV | 51.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 77 | 0 | 0.93 | 0.38 | 0.51 | 324.52 | 0.86 | 0.26 |
| Hex | 7C | 9 | 4D | 0 | 5D | 26 | 33 | 145 | 56 | 1A |
| Octal | 174 | 11 | 115 | 0 | 135 | 46 | 63 | 505 | 126 | 32 |
| Binary | 1111100 | 1001 | 1001101 | 0 | 1011101 | 100110 | 110011 | 101000101 | 1010110 | 11010 |
Color Harmonies of #7C094D
Complementary color
Monochromatic Colors of #7C094D
Black with #7C094D
Text Example
Text Example
White with #7C094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C094D; }
p { color: rgb(124,9,77); }
H1.HeaderClassName
{
color: #7C094D;
}
.AnyTagClassName
{
color: #7C094D;
}
</style>
background-color css
<style>
a { background-color: #7C094D; }
a { background-color: rgb(124,9,77); }
div.DivClassName
{
background-color: #7C094D;
}
.BgClassName
{
background-color: #7C094D;
}
</style>
border-color css
<style>
span { border-color: #7C094D; }
span { border-color: rgb(124,9,77); }
td.TdClassName
{
border-color: #7C094D;
}
.TagClassName
{
border-color: #7C094D;
}
</style>