Shades of Tyrian Purple #7C054A
Tints of Tyrian Purple #7C054A
RGB
CMYK
RGB Variations
Color information
#7C054A (or 0x7C054A) is known color: Tyrian Purple. HEX triplet: 7C, 05 and 4A. RGB value is (124,5,74). Sum of RGB (Red+Green+Blue) = 124+5+74=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C054A is #83FAB5. Grayscale: #303030. Windows color (decimal): -8649398 or 4851068. OLE color: 4851068.
HSL color Cylindrical-coordinate representation of color #7C054A: hue angle of 325.21º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C054A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 74 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.51 |
| HSL | 325.21º | 0.92% | 0.25% | - |
| HSV(B) | 325.21º | 0.96% | 0.49% | - |
| XYZ | 9.6 | 4.89 | 6.92 | - |
| YUV | 48.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 74 | 0 | 0.96 | 0.40 | 0.51 | 325.21 | 0.92 | 0.25 |
| Hex | 7C | 5 | 4A | 0 | 60 | 28 | 33 | 145 | 5C | 19 |
| Octal | 174 | 5 | 112 | 0 | 140 | 50 | 63 | 505 | 134 | 31 |
| Binary | 1111100 | 101 | 1001010 | 0 | 1100000 | 101000 | 110011 | 101000101 | 1011100 | 11001 |
Color Harmonies of #7C054A
Complementary color
Monochromatic Colors of #7C054A
Black with #7C054A
Text Example
Text Example
White with #7C054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C054A; }
p { color: rgb(124,5,74); }
H1.HeaderClassName
{
color: #7C054A;
}
.AnyTagClassName
{
color: #7C054A;
}
</style>
background-color css
<style>
a { background-color: #7C054A; }
a { background-color: rgb(124,5,74); }
div.DivClassName
{
background-color: #7C054A;
}
.BgClassName
{
background-color: #7C054A;
}
</style>
border-color css
<style>
span { border-color: #7C054A; }
span { border-color: rgb(124,5,74); }
td.TdClassName
{
border-color: #7C054A;
}
.TagClassName
{
border-color: #7C054A;
}
</style>