Shades of Tyrian Purple #7C074A
Tints of Tyrian Purple #7C074A
RGB
CMYK
RGB Variations
Color information
#7C074A (or 0x7C074A) is known color: Tyrian Purple. HEX triplet: 7C, 07 and 4A. RGB value is (124,7,74). Sum of RGB (Red+Green+Blue) = 124+7+74=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C074A is #83F8B5. Grayscale: #313131. Windows color (decimal): -8648886 or 4851580. OLE color: 4851580.
HSL color Cylindrical-coordinate representation of color #7C074A: hue angle of 325.64º degrees, saturation: 0.89, 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 #7C074A is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 7 | 74 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.51 |
| HSL | 325.64º | 0.89% | 0.26% | - |
| HSV(B) | 325.64º | 0.94% | 0.49% | - |
| XYZ | 9.62 | 4.93 | 6.92 | - |
| YUV | 49.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 74 | 0 | 0.94 | 0.40 | 0.51 | 325.64 | 0.89 | 0.26 |
| Hex | 7C | 7 | 4A | 0 | 5E | 28 | 33 | 146 | 59 | 1A |
| Octal | 174 | 7 | 112 | 0 | 136 | 50 | 63 | 506 | 131 | 32 |
| Binary | 1111100 | 111 | 1001010 | 0 | 1011110 | 101000 | 110011 | 101000110 | 1011001 | 11010 |
Color Harmonies of #7C074A
Complementary color
Monochromatic Colors of #7C074A
Black with #7C074A
Text Example
Text Example
White with #7C074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C074A; }
p { color: rgb(124,7,74); }
H1.HeaderClassName
{
color: #7C074A;
}
.AnyTagClassName
{
color: #7C074A;
}
</style>
background-color css
<style>
a { background-color: #7C074A; }
a { background-color: rgb(124,7,74); }
div.DivClassName
{
background-color: #7C074A;
}
.BgClassName
{
background-color: #7C074A;
}
</style>
border-color css
<style>
span { border-color: #7C074A; }
span { border-color: rgb(124,7,74); }
td.TdClassName
{
border-color: #7C074A;
}
.TagClassName
{
border-color: #7C074A;
}
</style>