Shades of Tyrian Purple #7C0137
Tints of Tyrian Purple #7C0137
RGB
CMYK
RGB Variations
Color information
#7C0137 (or 0x7C0137) is known color: Tyrian Purple. HEX triplet: 7C, 01 and 37. RGB value is (124,1,55). Sum of RGB (Red+Green+Blue) = 124+1+55=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0137 is #83FEC8. Grayscale: #2B2B2B. Windows color (decimal): -8650441 or 3604860. OLE color: 3604860.
HSL color Cylindrical-coordinate representation of color #7C0137: hue angle of 333.66º 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 #7C0137 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.51 |
| HSL | 333.66º | 0.98% | 0.25% | - |
| HSV(B) | 333.66º | 0.99% | 0.49% | - |
| XYZ | 9.01 | 4.58 | 4.02 | - |
| YUV | 43.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 55 | 0 | 0.99 | 0.56 | 0.51 | 333.66 | 0.98 | 0.25 |
| Hex | 7C | 1 | 37 | 0 | 63 | 38 | 33 | 14E | 62 | 19 |
| Octal | 174 | 1 | 67 | 0 | 143 | 70 | 63 | 516 | 142 | 31 |
| Binary | 1111100 | 1 | 110111 | 0 | 1100011 | 111000 | 110011 | 101001110 | 1100010 | 11001 |
Color Harmonies of #7C0137
Complementary color
Monochromatic Colors of #7C0137
Black with #7C0137
Text Example
Text Example
White with #7C0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0137; }
p { color: rgb(124,1,55); }
H1.HeaderClassName
{
color: #7C0137;
}
.AnyTagClassName
{
color: #7C0137;
}
</style>
background-color css
<style>
a { background-color: #7C0137; }
a { background-color: rgb(124,1,55); }
div.DivClassName
{
background-color: #7C0137;
}
.BgClassName
{
background-color: #7C0137;
}
</style>
border-color css
<style>
span { border-color: #7C0137; }
span { border-color: rgb(124,1,55); }
td.TdClassName
{
border-color: #7C0137;
}
.TagClassName
{
border-color: #7C0137;
}
</style>