Shades of Tyrian Purple #7F0444
Tints of Tyrian Purple #7F0444
RGB
CMYK
RGB Variations
Color information
#7F0444 (or 0x7F0444) is known color: Tyrian Purple. HEX triplet: 7F, 04 and 44. RGB value is (127,4,68). Sum of RGB (Red+Green+Blue) = 127+4+68=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0444 is #80FBBB. Grayscale: #2F2F2F. Windows color (decimal): -8453052 or 4457599. OLE color: 4457599.
HSL color Cylindrical-coordinate representation of color #7F0444: hue angle of 328.78º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F0444 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 4 | 68 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.50 |
| HSL | 328.78º | 0.94% | 0.26% | - |
| HSV(B) | 328.78º | 0.97% | 0.5% | - |
| XYZ | 9.84 | 5.02 | 5.92 | - |
| YUV | 48.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 4 | 68 | 0 | 0.97 | 0.46 | 0.50 | 328.78 | 0.94 | 0.26 |
| Hex | 7F | 4 | 44 | 0 | 61 | 2E | 32 | 149 | 5E | 1A |
| Octal | 177 | 4 | 104 | 0 | 141 | 56 | 62 | 511 | 136 | 32 |
| Binary | 1111111 | 100 | 1000100 | 0 | 1100001 | 101110 | 110010 | 101001001 | 1011110 | 11010 |
Color Harmonies of #7F0444
Complementary color
Monochromatic Colors of #7F0444
Black with #7F0444
Text Example
Text Example
White with #7F0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0444; }
p { color: rgb(127,4,68); }
H1.HeaderClassName
{
color: #7F0444;
}
.AnyTagClassName
{
color: #7F0444;
}
</style>
background-color css
<style>
a { background-color: #7F0444; }
a { background-color: rgb(127,4,68); }
div.DivClassName
{
background-color: #7F0444;
}
.BgClassName
{
background-color: #7F0444;
}
</style>
border-color css
<style>
span { border-color: #7F0444; }
span { border-color: rgb(127,4,68); }
td.TdClassName
{
border-color: #7F0444;
}
.TagClassName
{
border-color: #7F0444;
}
</style>