Shades of Tyrian Purple #7E0439
Tints of Tyrian Purple #7E0439
RGB
CMYK
RGB Variations
Color information
#7E0439 (or 0x7E0439) is known color: Tyrian Purple. HEX triplet: 7E, 04 and 39. RGB value is (126,4,57). Sum of RGB (Red+Green+Blue) = 126+4+57=187 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.38% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0439 is #81FBC6. Grayscale: #2E2E2E. Windows color (decimal): -8518599 or 3736702. OLE color: 3736702.
HSL color Cylindrical-coordinate representation of color #7E0439: hue angle of 333.93º 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 #7E0439 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 57 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.51 |
| HSL | 333.93º | 0.94% | 0.25% | - |
| HSV(B) | 333.93º | 0.97% | 0.49% | - |
| XYZ | 9.39 | 4.82 | 4.31 | - |
| YUV | 46.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 57 | 0 | 0.97 | 0.55 | 0.51 | 333.93 | 0.94 | 0.25 |
| Hex | 7E | 4 | 39 | 0 | 61 | 37 | 33 | 14E | 5E | 19 |
| Octal | 176 | 4 | 71 | 0 | 141 | 67 | 63 | 516 | 136 | 31 |
| Binary | 1111110 | 100 | 111001 | 0 | 1100001 | 110111 | 110011 | 101001110 | 1011110 | 11001 |
Color Harmonies of #7E0439
Complementary color
Monochromatic Colors of #7E0439
Black with #7E0439
Text Example
Text Example
White with #7E0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0439; }
p { color: rgb(126,4,57); }
H1.HeaderClassName
{
color: #7E0439;
}
.AnyTagClassName
{
color: #7E0439;
}
</style>
background-color css
<style>
a { background-color: #7E0439; }
a { background-color: rgb(126,4,57); }
div.DivClassName
{
background-color: #7E0439;
}
.BgClassName
{
background-color: #7E0439;
}
</style>
border-color css
<style>
span { border-color: #7E0439; }
span { border-color: rgb(126,4,57); }
td.TdClassName
{
border-color: #7E0439;
}
.TagClassName
{
border-color: #7E0439;
}
</style>