Shades of Tyrian Purple #7F0550
Tints of Tyrian Purple #7F0550
RGB
CMYK
RGB Variations
Color information
#7F0550 (or 0x7F0550) is known color: Tyrian Purple. HEX triplet: 7F, 05 and 50. RGB value is (127,5,80). Sum of RGB (Red+Green+Blue) = 127+5+80=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0550 is #80FAAF. Grayscale: #313131. Windows color (decimal): -8452784 or 5244287. OLE color: 5244287.
HSL color Cylindrical-coordinate representation of color #7F0550: hue angle of 323.11º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0550 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 80 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.50 |
| HSL | 323.11º | 0.92% | 0.26% | - |
| HSV(B) | 323.11º | 0.96% | 0.5% | - |
| XYZ | 10.25 | 5.2 | 8.05 | - |
| YUV | 50.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 80 | 0 | 0.96 | 0.37 | 0.50 | 323.11 | 0.92 | 0.26 |
| Hex | 7F | 5 | 50 | 0 | 60 | 25 | 32 | 143 | 5C | 1A |
| Octal | 177 | 5 | 120 | 0 | 140 | 45 | 62 | 503 | 134 | 32 |
| Binary | 1111111 | 101 | 1010000 | 0 | 1100000 | 100101 | 110010 | 101000011 | 1011100 | 11010 |
Color Harmonies of #7F0550
Complementary color
Monochromatic Colors of #7F0550
Black with #7F0550
Text Example
Text Example
White with #7F0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0550; }
p { color: rgb(127,5,80); }
H1.HeaderClassName
{
color: #7F0550;
}
.AnyTagClassName
{
color: #7F0550;
}
</style>
background-color css
<style>
a { background-color: #7F0550; }
a { background-color: rgb(127,5,80); }
div.DivClassName
{
background-color: #7F0550;
}
.BgClassName
{
background-color: #7F0550;
}
</style>
border-color css
<style>
span { border-color: #7F0550; }
span { border-color: rgb(127,5,80); }
td.TdClassName
{
border-color: #7F0550;
}
.TagClassName
{
border-color: #7F0550;
}
</style>