Shades of Tyrian Purple #7C0440
Tints of Tyrian Purple #7C0440
RGB
CMYK
RGB Variations
Color information
#7C0440 (or 0x7C0440) is known color: Tyrian Purple. HEX triplet: 7C, 04 and 40. RGB value is (124,4,64). Sum of RGB (Red+Green+Blue) = 124+4+64=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0440 is #83FBBF. Grayscale: #2E2E2E. Windows color (decimal): -8649664 or 4195452. OLE color: 4195452.
HSL color Cylindrical-coordinate representation of color #7C0440: hue angle of 330º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0440 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 64 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.51 |
| HSL | 330º | 0.94% | 0.25% | - |
| HSV(B) | 330º | 0.97% | 0.49% | - |
| XYZ | 9.28 | 4.74 | 5.28 | - |
| YUV | 46.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 64 | 0 | 0.97 | 0.48 | 0.51 | 330 | 0.94 | 0.25 |
| Hex | 7C | 4 | 40 | 0 | 61 | 30 | 33 | 14A | 5E | 19 |
| Octal | 174 | 4 | 100 | 0 | 141 | 60 | 63 | 512 | 136 | 31 |
| Binary | 1111100 | 100 | 1000000 | 0 | 1100001 | 110000 | 110011 | 101001010 | 1011110 | 11001 |
Color Harmonies of #7C0440
Complementary color
Monochromatic Colors of #7C0440
Black with #7C0440
Text Example
Text Example
White with #7C0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0440; }
p { color: rgb(124,4,64); }
H1.HeaderClassName
{
color: #7C0440;
}
.AnyTagClassName
{
color: #7C0440;
}
</style>
background-color css
<style>
a { background-color: #7C0440; }
a { background-color: rgb(124,4,64); }
div.DivClassName
{
background-color: #7C0440;
}
.BgClassName
{
background-color: #7C0440;
}
</style>
border-color css
<style>
span { border-color: #7C0440; }
span { border-color: rgb(124,4,64); }
td.TdClassName
{
border-color: #7C0440;
}
.TagClassName
{
border-color: #7C0440;
}
</style>