Shades of Tyrian Purple #7F0A40
Tints of Tyrian Purple #7F0A40
RGB
CMYK
RGB Variations
Color information
#7F0A40 (or 0x7F0A40) is known color: Tyrian Purple. HEX triplet: 7F, 0A and 40. RGB value is (127,10,64). Sum of RGB (Red+Green+Blue) = 127+10+64=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0A40 is #80F5BF. Grayscale: #333333. Windows color (decimal): -8451520 or 4196991. OLE color: 4196991.
HSL color Cylindrical-coordinate representation of color #7F0A40: hue angle of 332.31º 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 #7F0A40 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 10 | 64 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.50 |
| HSL | 332.31º | 0.85% | 0.27% | - |
| HSV(B) | 332.31º | 0.92% | 0.5% | - |
| XYZ | 9.79 | 5.1 | 5.32 | - |
| YUV | 51.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 10 | 64 | 0 | 0.92 | 0.50 | 0.50 | 332.31 | 0.85 | 0.27 |
| Hex | 7F | A | 40 | 0 | 5C | 32 | 32 | 14C | 55 | 1B |
| Octal | 177 | 12 | 100 | 0 | 134 | 62 | 62 | 514 | 125 | 33 |
| Binary | 1111111 | 1010 | 1000000 | 0 | 1011100 | 110010 | 110010 | 101001100 | 1010101 | 11011 |
Color Harmonies of #7F0A40
Complementary color
Monochromatic Colors of #7F0A40
Black with #7F0A40
Text Example
Text Example
White with #7F0A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0A40; }
p { color: rgb(127,10,64); }
H1.HeaderClassName
{
color: #7F0A40;
}
.AnyTagClassName
{
color: #7F0A40;
}
</style>
background-color css
<style>
a { background-color: #7F0A40; }
a { background-color: rgb(127,10,64); }
div.DivClassName
{
background-color: #7F0A40;
}
.BgClassName
{
background-color: #7F0A40;
}
</style>
border-color css
<style>
span { border-color: #7F0A40; }
span { border-color: rgb(127,10,64); }
td.TdClassName
{
border-color: #7F0A40;
}
.TagClassName
{
border-color: #7F0A40;
}
</style>