Shades of Tyrian Purple #7D044A
Tints of Tyrian Purple #7D044A
RGB
CMYK
RGB Variations
Color information
#7D044A (or 0x7D044A) is known color: Tyrian Purple. HEX triplet: 7D, 04 and 4A. RGB value is (125,4,74). Sum of RGB (Red+Green+Blue) = 125+4+74=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D044A is #82FBB5. Grayscale: #303030. Windows color (decimal): -8584118 or 4850813. OLE color: 4850813.
HSL color Cylindrical-coordinate representation of color #7D044A: hue angle of 325.29º 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 #7D044A is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 74 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.51 |
| HSL | 325.29º | 0.94% | 0.25% | - |
| HSV(B) | 325.29º | 0.97% | 0.49% | - |
| XYZ | 9.74 | 4.94 | 6.92 | - |
| YUV | 48.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 74 | 0 | 0.97 | 0.41 | 0.51 | 325.29 | 0.94 | 0.25 |
| Hex | 7D | 4 | 4A | 0 | 61 | 29 | 33 | 145 | 5E | 19 |
| Octal | 175 | 4 | 112 | 0 | 141 | 51 | 63 | 505 | 136 | 31 |
| Binary | 1111101 | 100 | 1001010 | 0 | 1100001 | 101001 | 110011 | 101000101 | 1011110 | 11001 |
Color Harmonies of #7D044A
Complementary color
Monochromatic Colors of #7D044A
Black with #7D044A
Text Example
Text Example
White with #7D044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D044A; }
p { color: rgb(125,4,74); }
H1.HeaderClassName
{
color: #7D044A;
}
.AnyTagClassName
{
color: #7D044A;
}
</style>
background-color css
<style>
a { background-color: #7D044A; }
a { background-color: rgb(125,4,74); }
div.DivClassName
{
background-color: #7D044A;
}
.BgClassName
{
background-color: #7D044A;
}
</style>
border-color css
<style>
span { border-color: #7D044A; }
span { border-color: rgb(125,4,74); }
td.TdClassName
{
border-color: #7D044A;
}
.TagClassName
{
border-color: #7D044A;
}
</style>