Shades of Tyrian Purple #7C0045
Tints of Tyrian Purple #7C0045
RGB
CMYK
RGB Variations
Color information
#7C0045 (or 0x7C0045) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 45. RGB value is (124,0,69). Sum of RGB (Red+Green+Blue) = 124+0+69=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0045 is #83FFBA. Grayscale: #2C2C2C. Windows color (decimal): -8650683 or 4522108. OLE color: 4522108.
HSL color Cylindrical-coordinate representation of color #7C0045: hue angle of 326.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0045 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.44 | 0.51 |
| HSL | 326.61º | 1% | 0.24% | - |
| HSV(B) | 326.61º | 1% | 0.49% | - |
| XYZ | 9.39 | 4.71 | 6.05 | - |
| YUV | 44.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 69 | 0 | 1 | 0.44 | 0.51 | 326.61 | 1 | 0.24 |
| Hex | 7C | 0 | 45 | 0 | 64 | 2C | 33 | 147 | 64 | 18 |
| Octal | 174 | 0 | 105 | 0 | 144 | 54 | 63 | 507 | 144 | 30 |
| Binary | 1111100 | 0 | 1000101 | 0 | 1100100 | 101100 | 110011 | 101000111 | 1100100 | 11000 |
Color Harmonies of #7C0045
Complementary color
Monochromatic Colors of #7C0045
Black with #7C0045
Text Example
Text Example
White with #7C0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0045; }
p { color: rgb(124,0,69); }
H1.HeaderClassName
{
color: #7C0045;
}
.AnyTagClassName
{
color: #7C0045;
}
</style>
background-color css
<style>
a { background-color: #7C0045; }
a { background-color: rgb(124,0,69); }
div.DivClassName
{
background-color: #7C0045;
}
.BgClassName
{
background-color: #7C0045;
}
</style>
border-color css
<style>
span { border-color: #7C0045; }
span { border-color: rgb(124,0,69); }
td.TdClassName
{
border-color: #7C0045;
}
.TagClassName
{
border-color: #7C0045;
}
</style>