Shades of Tyrian Purple #7C0147
Tints of Tyrian Purple #7C0147
RGB
CMYK
RGB Variations
Color information
#7C0147 (or 0x7C0147) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 47. RGB value is (124,1,71). Sum of RGB (Red+Green+Blue) = 124+1+71=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0147 is #83FEB8. Grayscale: #2D2D2D. Windows color (decimal): -8650425 or 4653436. OLE color: 4653436.
HSL color Cylindrical-coordinate representation of color #7C0147: hue angle of 325.85º 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 #7C0147 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.51 |
| HSL | 325.85º | 0.98% | 0.25% | - |
| HSV(B) | 325.85º | 0.99% | 0.49% | - |
| XYZ | 9.46 | 4.76 | 6.38 | - |
| YUV | 45.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 71 | 0 | 0.99 | 0.43 | 0.51 | 325.85 | 0.98 | 0.25 |
| Hex | 7C | 1 | 47 | 0 | 63 | 2B | 33 | 146 | 62 | 19 |
| Octal | 174 | 1 | 107 | 0 | 143 | 53 | 63 | 506 | 142 | 31 |
| Binary | 1111100 | 1 | 1000111 | 0 | 1100011 | 101011 | 110011 | 101000110 | 1100010 | 11001 |
Color Harmonies of #7C0147
Complementary color
Monochromatic Colors of #7C0147
Black with #7C0147
Text Example
Text Example
White with #7C0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0147; }
p { color: rgb(124,1,71); }
H1.HeaderClassName
{
color: #7C0147;
}
.AnyTagClassName
{
color: #7C0147;
}
</style>
background-color css
<style>
a { background-color: #7C0147; }
a { background-color: rgb(124,1,71); }
div.DivClassName
{
background-color: #7C0147;
}
.BgClassName
{
background-color: #7C0147;
}
</style>
border-color css
<style>
span { border-color: #7C0147; }
span { border-color: rgb(124,1,71); }
td.TdClassName
{
border-color: #7C0147;
}
.TagClassName
{
border-color: #7C0147;
}
</style>