Shades of Tyrian Purple #7E0549
Tints of Tyrian Purple #7E0549
RGB
CMYK
RGB Variations
Color information
#7E0549 (or 0x7E0549) is known color: Tyrian Purple. HEX triplet: 7E, 05 and 49. RGB value is (126,5,73). Sum of RGB (Red+Green+Blue) = 126+5+73=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0549 is #81FAB6. Grayscale: #303030. Windows color (decimal): -8518327 or 4785534. OLE color: 4785534.
HSL color Cylindrical-coordinate representation of color #7E0549: hue angle of 326.28º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E0549 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 5 | 73 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.51 |
| HSL | 326.28º | 0.92% | 0.26% | - |
| HSV(B) | 326.28º | 0.96% | 0.49% | - |
| XYZ | 9.86 | 5.03 | 6.75 | - |
| YUV | 48.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 73 | 0 | 0.96 | 0.42 | 0.51 | 326.28 | 0.92 | 0.26 |
| Hex | 7E | 5 | 49 | 0 | 60 | 2A | 33 | 146 | 5C | 1A |
| Octal | 176 | 5 | 111 | 0 | 140 | 52 | 63 | 506 | 134 | 32 |
| Binary | 1111110 | 101 | 1001001 | 0 | 1100000 | 101010 | 110011 | 101000110 | 1011100 | 11010 |
Color Harmonies of #7E0549
Complementary color
Monochromatic Colors of #7E0549
Black with #7E0549
Text Example
Text Example
White with #7E0549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0549; }
p { color: rgb(126,5,73); }
H1.HeaderClassName
{
color: #7E0549;
}
.AnyTagClassName
{
color: #7E0549;
}
</style>
background-color css
<style>
a { background-color: #7E0549; }
a { background-color: rgb(126,5,73); }
div.DivClassName
{
background-color: #7E0549;
}
.BgClassName
{
background-color: #7E0549;
}
</style>
border-color css
<style>
span { border-color: #7E0549; }
span { border-color: rgb(126,5,73); }
td.TdClassName
{
border-color: #7E0549;
}
.TagClassName
{
border-color: #7E0549;
}
</style>