Shades of Tyrian Purple #7E044F
Tints of Tyrian Purple #7E044F
RGB
CMYK
RGB Variations
Color information
#7E044F (or 0x7E044F) is known color: Tyrian Purple. HEX triplet: 7E, 04 and 4F. RGB value is (126,4,79). Sum of RGB (Red+Green+Blue) = 126+4+79=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E044F is #81FBB0. Grayscale: #303030. Windows color (decimal): -8518577 or 5178494. OLE color: 5178494.
HSL color Cylindrical-coordinate representation of color #7E044F: hue angle of 323.11º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E044F is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 79 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.51 |
| HSL | 323.11º | 0.94% | 0.25% | - |
| HSV(B) | 323.11º | 0.97% | 0.49% | - |
| XYZ | 10.06 | 5.09 | 7.85 | - |
| YUV | 49.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 79 | 0 | 0.97 | 0.37 | 0.51 | 323.11 | 0.94 | 0.25 |
| Hex | 7E | 4 | 4F | 0 | 61 | 25 | 33 | 143 | 5E | 19 |
| Octal | 176 | 4 | 117 | 0 | 141 | 45 | 63 | 503 | 136 | 31 |
| Binary | 1111110 | 100 | 1001111 | 0 | 1100001 | 100101 | 110011 | 101000011 | 1011110 | 11001 |
Color Harmonies of #7E044F
Complementary color
Monochromatic Colors of #7E044F
Black with #7E044F
Text Example
Text Example
White with #7E044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E044F; }
p { color: rgb(126,4,79); }
H1.HeaderClassName
{
color: #7E044F;
}
.AnyTagClassName
{
color: #7E044F;
}
</style>
background-color css
<style>
a { background-color: #7E044F; }
a { background-color: rgb(126,4,79); }
div.DivClassName
{
background-color: #7E044F;
}
.BgClassName
{
background-color: #7E044F;
}
</style>
border-color css
<style>
span { border-color: #7E044F; }
span { border-color: rgb(126,4,79); }
td.TdClassName
{
border-color: #7E044F;
}
.TagClassName
{
border-color: #7E044F;
}
</style>