Shades of Tyrian Purple #7F0A49
Tints of Tyrian Purple #7F0A49
RGB
CMYK
RGB Variations
Color information
#7F0A49 (or 0x7F0A49) is known color: Tyrian Purple. HEX triplet: 7F, 0A and 49. RGB value is (127,10,73). Sum of RGB (Red+Green+Blue) = 127+10+73=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0A49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0A49 is #80F5B6. Grayscale: #343434. Windows color (decimal): -8451511 or 4786815. OLE color: 4786815.
HSL color Cylindrical-coordinate representation of color #7F0A49: hue angle of 327.69º 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 #7F0A49 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 10 | 73 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.50 |
| HSL | 327.69º | 0.85% | 0.27% | - |
| HSV(B) | 327.69º | 0.92% | 0.5% | - |
| XYZ | 10.06 | 5.21 | 6.78 | - |
| YUV | 52.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 10 | 73 | 0 | 0.92 | 0.43 | 0.50 | 327.69 | 0.85 | 0.27 |
| Hex | 7F | A | 49 | 0 | 5C | 2B | 32 | 148 | 55 | 1B |
| Octal | 177 | 12 | 111 | 0 | 134 | 53 | 62 | 510 | 125 | 33 |
| Binary | 1111111 | 1010 | 1001001 | 0 | 1011100 | 101011 | 110010 | 101001000 | 1010101 | 11011 |
Color Harmonies of #7F0A49
Complementary color
Monochromatic Colors of #7F0A49
Black with #7F0A49
Text Example
Text Example
White with #7F0A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0A49; }
p { color: rgb(127,10,73); }
H1.HeaderClassName
{
color: #7F0A49;
}
.AnyTagClassName
{
color: #7F0A49;
}
</style>
background-color css
<style>
a { background-color: #7F0A49; }
a { background-color: rgb(127,10,73); }
div.DivClassName
{
background-color: #7F0A49;
}
.BgClassName
{
background-color: #7F0A49;
}
</style>
border-color css
<style>
span { border-color: #7F0A49; }
span { border-color: rgb(127,10,73); }
td.TdClassName
{
border-color: #7F0A49;
}
.TagClassName
{
border-color: #7F0A49;
}
</style>