Shades of Tyrian Purple #7F0442
Tints of Tyrian Purple #7F0442
RGB
CMYK
RGB Variations
Color information
#7F0442 (or 0x7F0442) is known color: Tyrian Purple. HEX triplet: 7F, 04 and 42. RGB value is (127,4,66). Sum of RGB (Red+Green+Blue) = 127+4+66=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0442 is #80FBBD. Grayscale: #2F2F2F. Windows color (decimal): -8453054 or 4326527. OLE color: 4326527.
HSL color Cylindrical-coordinate representation of color #7F0442: hue angle of 329.76º 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 #7F0442 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 4 | 66 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.50 |
| HSL | 329.76º | 0.94% | 0.26% | - |
| HSV(B) | 329.76º | 0.97% | 0.5% | - |
| XYZ | 9.78 | 4.99 | 5.6 | - |
| YUV | 47.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 4 | 66 | 0 | 0.97 | 0.48 | 0.50 | 329.76 | 0.94 | 0.26 |
| Hex | 7F | 4 | 42 | 0 | 61 | 30 | 32 | 14A | 5E | 1A |
| Octal | 177 | 4 | 102 | 0 | 141 | 60 | 62 | 512 | 136 | 32 |
| Binary | 1111111 | 100 | 1000010 | 0 | 1100001 | 110000 | 110010 | 101001010 | 1011110 | 11010 |
Color Harmonies of #7F0442
Complementary color
Monochromatic Colors of #7F0442
Black with #7F0442
Text Example
Text Example
White with #7F0442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0442; }
p { color: rgb(127,4,66); }
H1.HeaderClassName
{
color: #7F0442;
}
.AnyTagClassName
{
color: #7F0442;
}
</style>
background-color css
<style>
a { background-color: #7F0442; }
a { background-color: rgb(127,4,66); }
div.DivClassName
{
background-color: #7F0442;
}
.BgClassName
{
background-color: #7F0442;
}
</style>
border-color css
<style>
span { border-color: #7F0442; }
span { border-color: rgb(127,4,66); }
td.TdClassName
{
border-color: #7F0442;
}
.TagClassName
{
border-color: #7F0442;
}
</style>