Shades of Tyrian Purple #7C0637
Tints of Tyrian Purple #7C0637
RGB
CMYK
RGB Variations
Color information
#7C0637 (or 0x7C0637) is known color: Tyrian Purple. HEX triplet: 7C, 06 and 37. RGB value is (124,6,55). Sum of RGB (Red+Green+Blue) = 124+6+55=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0637 is #83F9C8. Grayscale: #2E2E2E. Windows color (decimal): -8649161 or 3606140. OLE color: 3606140.
HSL color Cylindrical-coordinate representation of color #7C0637: hue angle of 335.08º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0637 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 55 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.51 |
| HSL | 335.08º | 0.91% | 0.25% | - |
| HSV(B) | 335.08º | 0.95% | 0.49% | - |
| XYZ | 9.07 | 4.69 | 4.04 | - |
| YUV | 46.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 55 | 0 | 0.95 | 0.56 | 0.51 | 335.08 | 0.91 | 0.25 |
| Hex | 7C | 6 | 37 | 0 | 5F | 38 | 33 | 14F | 5B | 19 |
| Octal | 174 | 6 | 67 | 0 | 137 | 70 | 63 | 517 | 133 | 31 |
| Binary | 1111100 | 110 | 110111 | 0 | 1011111 | 111000 | 110011 | 101001111 | 1011011 | 11001 |
Color Harmonies of #7C0637
Complementary color
Monochromatic Colors of #7C0637
Black with #7C0637
Text Example
Text Example
White with #7C0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0637; }
p { color: rgb(124,6,55); }
H1.HeaderClassName
{
color: #7C0637;
}
.AnyTagClassName
{
color: #7C0637;
}
</style>
background-color css
<style>
a { background-color: #7C0637; }
a { background-color: rgb(124,6,55); }
div.DivClassName
{
background-color: #7C0637;
}
.BgClassName
{
background-color: #7C0637;
}
</style>
border-color css
<style>
span { border-color: #7C0637; }
span { border-color: rgb(124,6,55); }
td.TdClassName
{
border-color: #7C0637;
}
.TagClassName
{
border-color: #7C0637;
}
</style>