Shades of Tyrian Purple #7C0146
Tints of Tyrian Purple #7C0146
RGB
CMYK
RGB Variations
Color information
#7C0146 (or 0x7C0146) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 46. RGB value is (124,1,70). Sum of RGB (Red+Green+Blue) = 124+1+70=195 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.59% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0146 is #83FEB9. Grayscale: #2D2D2D. Windows color (decimal): -8650426 or 4587900. OLE color: 4587900.
HSL color Cylindrical-coordinate representation of color #7C0146: hue angle of 326.34º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0146 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.51 |
| HSL | 326.34º | 0.98% | 0.25% | - |
| HSV(B) | 326.34º | 0.99% | 0.49% | - |
| XYZ | 9.43 | 4.75 | 6.21 | - |
| YUV | 45.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 70 | 0 | 0.99 | 0.44 | 0.51 | 326.34 | 0.98 | 0.25 |
| Hex | 7C | 1 | 46 | 0 | 63 | 2C | 33 | 146 | 62 | 19 |
| Octal | 174 | 1 | 106 | 0 | 143 | 54 | 63 | 506 | 142 | 31 |
| Binary | 1111100 | 1 | 1000110 | 0 | 1100011 | 101100 | 110011 | 101000110 | 1100010 | 11001 |
Color Harmonies of #7C0146
Complementary color
Monochromatic Colors of #7C0146
Black with #7C0146
Text Example
Text Example
White with #7C0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0146; }
p { color: rgb(124,1,70); }
H1.HeaderClassName
{
color: #7C0146;
}
.AnyTagClassName
{
color: #7C0146;
}
</style>
background-color css
<style>
a { background-color: #7C0146; }
a { background-color: rgb(124,1,70); }
div.DivClassName
{
background-color: #7C0146;
}
.BgClassName
{
background-color: #7C0146;
}
</style>
border-color css
<style>
span { border-color: #7C0146; }
span { border-color: rgb(124,1,70); }
td.TdClassName
{
border-color: #7C0146;
}
.TagClassName
{
border-color: #7C0146;
}
</style>