Shades of Tyrian Purple #7C014F
Tints of Tyrian Purple #7C014F
RGB
CMYK
RGB Variations
Color information
#7C014F (or 0x7C014F) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 4F. RGB value is (124,1,79). Sum of RGB (Red+Green+Blue) = 124+1+79=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C014F is #83FEB0. Grayscale: #2E2E2E. Windows color (decimal): -8650417 or 5177724. OLE color: 5177724.
HSL color Cylindrical-coordinate representation of color #7C014F: hue angle of 321.95º 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 #7C014F is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.51 |
| HSL | 321.95º | 0.98% | 0.25% | - |
| HSV(B) | 321.95º | 0.99% | 0.49% | - |
| XYZ | 9.73 | 4.87 | 7.82 | - |
| YUV | 46.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 79 | 0 | 0.99 | 0.36 | 0.51 | 321.95 | 0.98 | 0.25 |
| Hex | 7C | 1 | 4F | 0 | 63 | 24 | 33 | 142 | 62 | 19 |
| Octal | 174 | 1 | 117 | 0 | 143 | 44 | 63 | 502 | 142 | 31 |
| Binary | 1111100 | 1 | 1001111 | 0 | 1100011 | 100100 | 110011 | 101000010 | 1100010 | 11001 |
Color Harmonies of #7C014F
Complementary color
Monochromatic Colors of #7C014F
Black with #7C014F
Text Example
Text Example
White with #7C014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C014F; }
p { color: rgb(124,1,79); }
H1.HeaderClassName
{
color: #7C014F;
}
.AnyTagClassName
{
color: #7C014F;
}
</style>
background-color css
<style>
a { background-color: #7C014F; }
a { background-color: rgb(124,1,79); }
div.DivClassName
{
background-color: #7C014F;
}
.BgClassName
{
background-color: #7C014F;
}
</style>
border-color css
<style>
span { border-color: #7C014F; }
span { border-color: rgb(124,1,79); }
td.TdClassName
{
border-color: #7C014F;
}
.TagClassName
{
border-color: #7C014F;
}
</style>