Shades of Tyrian Purple #7F0A4E
Tints of Tyrian Purple #7F0A4E
RGB
CMYK
RGB Variations
Color information
#7F0A4E (or 0x7F0A4E) is known color: Tyrian Purple. HEX triplet: 7F, 0A and 4E. RGB value is (127,10,78). Sum of RGB (Red+Green+Blue) = 127+10+78=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0A4E is #80F5B1. Grayscale: #343434. Windows color (decimal): -8451506 or 5114495. OLE color: 5114495.
HSL color Cylindrical-coordinate representation of color #7F0A4E: hue angle of 325.13º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F0A4E is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 10 | 78 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.50 |
| HSL | 325.13º | 0.85% | 0.27% | - |
| HSV(B) | 325.13º | 0.92% | 0.5% | - |
| XYZ | 10.24 | 5.28 | 7.69 | - |
| YUV | 52.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 10 | 78 | 0 | 0.92 | 0.39 | 0.50 | 325.13 | 0.85 | 0.27 |
| Hex | 7F | A | 4E | 0 | 5C | 27 | 32 | 145 | 55 | 1B |
| Octal | 177 | 12 | 116 | 0 | 134 | 47 | 62 | 505 | 125 | 33 |
| Binary | 1111111 | 1010 | 1001110 | 0 | 1011100 | 100111 | 110010 | 101000101 | 1010101 | 11011 |
Color Harmonies of #7F0A4E
Complementary color
Monochromatic Colors of #7F0A4E
Black with #7F0A4E
Text Example
Text Example
White with #7F0A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0A4E; }
p { color: rgb(127,10,78); }
H1.HeaderClassName
{
color: #7F0A4E;
}
.AnyTagClassName
{
color: #7F0A4E;
}
</style>
background-color css
<style>
a { background-color: #7F0A4E; }
a { background-color: rgb(127,10,78); }
div.DivClassName
{
background-color: #7F0A4E;
}
.BgClassName
{
background-color: #7F0A4E;
}
</style>
border-color css
<style>
span { border-color: #7F0A4E; }
span { border-color: rgb(127,10,78); }
td.TdClassName
{
border-color: #7F0A4E;
}
.TagClassName
{
border-color: #7F0A4E;
}
</style>