Shades of Tyrian Purple #7E0550
Tints of Tyrian Purple #7E0550
RGB
CMYK
RGB Variations
Color information
#7E0550 (or 0x7E0550) is known color: Tyrian Purple. HEX triplet: 7E, 05 and 50. RGB value is (126,5,80). Sum of RGB (Red+Green+Blue) = 126+5+80=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0550 is #81FAAF. Grayscale: #313131. Windows color (decimal): -8518320 or 5244286. OLE color: 5244286.
HSL color Cylindrical-coordinate representation of color #7E0550: hue angle of 322.81º 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 #7E0550 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 5 | 80 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.51 |
| HSL | 322.81º | 0.92% | 0.26% | - |
| HSV(B) | 322.81º | 0.96% | 0.49% | - |
| XYZ | 10.11 | 5.12 | 8.05 | - |
| YUV | 49.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 80 | 0 | 0.96 | 0.37 | 0.51 | 322.81 | 0.92 | 0.26 |
| Hex | 7E | 5 | 50 | 0 | 60 | 25 | 33 | 143 | 5C | 1A |
| Octal | 176 | 5 | 120 | 0 | 140 | 45 | 63 | 503 | 134 | 32 |
| Binary | 1111110 | 101 | 1010000 | 0 | 1100000 | 100101 | 110011 | 101000011 | 1011100 | 11010 |
Color Harmonies of #7E0550
Complementary color
Monochromatic Colors of #7E0550
Black with #7E0550
Text Example
Text Example
White with #7E0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0550; }
p { color: rgb(126,5,80); }
H1.HeaderClassName
{
color: #7E0550;
}
.AnyTagClassName
{
color: #7E0550;
}
</style>
background-color css
<style>
a { background-color: #7E0550; }
a { background-color: rgb(126,5,80); }
div.DivClassName
{
background-color: #7E0550;
}
.BgClassName
{
background-color: #7E0550;
}
</style>
border-color css
<style>
span { border-color: #7E0550; }
span { border-color: rgb(126,5,80); }
td.TdClassName
{
border-color: #7E0550;
}
.TagClassName
{
border-color: #7E0550;
}
</style>