Shades of Tyrian Purple #7D094D
Tints of Tyrian Purple #7D094D
RGB
CMYK
RGB Variations
Color information
#7D094D (or 0x7D094D) is known color: Tyrian Purple. HEX triplet: 7D, 09 and 4D. RGB value is (125,9,77). Sum of RGB (Red+Green+Blue) = 125+9+77=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D094D is #82F6B2. Grayscale: #333333. Windows color (decimal): -8582835 or 5048701. OLE color: 5048701.
HSL color Cylindrical-coordinate representation of color #7D094D: hue angle of 324.83º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D094D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 77 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.51 |
| HSL | 324.83º | 0.87% | 0.26% | - |
| HSV(B) | 324.83º | 0.93% | 0.49% | - |
| XYZ | 9.89 | 5.09 | 7.48 | - |
| YUV | 51.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 77 | 0 | 0.93 | 0.38 | 0.51 | 324.83 | 0.87 | 0.26 |
| Hex | 7D | 9 | 4D | 0 | 5D | 26 | 33 | 145 | 57 | 1A |
| Octal | 175 | 11 | 115 | 0 | 135 | 46 | 63 | 505 | 127 | 32 |
| Binary | 1111101 | 1001 | 1001101 | 0 | 1011101 | 100110 | 110011 | 101000101 | 1010111 | 11010 |
Color Harmonies of #7D094D
Complementary color
Monochromatic Colors of #7D094D
Black with #7D094D
Text Example
Text Example
White with #7D094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D094D; }
p { color: rgb(125,9,77); }
H1.HeaderClassName
{
color: #7D094D;
}
.AnyTagClassName
{
color: #7D094D;
}
</style>
background-color css
<style>
a { background-color: #7D094D; }
a { background-color: rgb(125,9,77); }
div.DivClassName
{
background-color: #7D094D;
}
.BgClassName
{
background-color: #7D094D;
}
</style>
border-color css
<style>
span { border-color: #7D094D; }
span { border-color: rgb(125,9,77); }
td.TdClassName
{
border-color: #7D094D;
}
.TagClassName
{
border-color: #7D094D;
}
</style>