Shades of Tyrian Purple #7C0151
Tints of Tyrian Purple #7C0151
RGB
CMYK
RGB Variations
Color information
#7C0151 (or 0x7C0151) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 51. RGB value is (124,1,81). Sum of RGB (Red+Green+Blue) = 124+1+81=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0151 is #83FEAE. Grayscale: #2E2E2E. Windows color (decimal): -8650415 or 5308796. OLE color: 5308796.
HSL color Cylindrical-coordinate representation of color #7C0151: hue angle of 320.98º 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 #7C0151 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.51 |
| HSL | 320.98º | 0.98% | 0.25% | - |
| HSV(B) | 320.98º | 0.99% | 0.49% | - |
| XYZ | 9.81 | 4.9 | 8.21 | - |
| YUV | 46.9 | 147.25 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 81 | 0 | 0.99 | 0.35 | 0.51 | 320.98 | 0.98 | 0.25 |
| Hex | 7C | 1 | 51 | 0 | 63 | 23 | 33 | 141 | 62 | 19 |
| Octal | 174 | 1 | 121 | 0 | 143 | 43 | 63 | 501 | 142 | 31 |
| Binary | 1111100 | 1 | 1010001 | 0 | 1100011 | 100011 | 110011 | 101000001 | 1100010 | 11001 |
Color Harmonies of #7C0151
Complementary color
Monochromatic Colors of #7C0151
Black with #7C0151
Text Example
Text Example
White with #7C0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0151; }
p { color: rgb(124,1,81); }
H1.HeaderClassName
{
color: #7C0151;
}
.AnyTagClassName
{
color: #7C0151;
}
</style>
background-color css
<style>
a { background-color: #7C0151; }
a { background-color: rgb(124,1,81); }
div.DivClassName
{
background-color: #7C0151;
}
.BgClassName
{
background-color: #7C0151;
}
</style>
border-color css
<style>
span { border-color: #7C0151; }
span { border-color: rgb(124,1,81); }
td.TdClassName
{
border-color: #7C0151;
}
.TagClassName
{
border-color: #7C0151;
}
</style>