Shades of Tyrian Purple #7D0044
Tints of Tyrian Purple #7D0044
RGB
CMYK
RGB Variations
Color information
#7D0044 (or 0x7D0044) is known color: Tyrian Purple. HEX triplet: 7D, 00 and 44. RGB value is (125,0,68). Sum of RGB (Red+Green+Blue) = 125+0+68=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0044 is #82FFBB. Grayscale: #2C2C2C. Windows color (decimal): -8585148 or 4456573. OLE color: 4456573.
HSL color Cylindrical-coordinate representation of color #7D0044: hue angle of 327.36º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D0044 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.46 | 0.51 |
| HSL | 327.36º | 1% | 0.25% | - |
| HSV(B) | 327.36º | 1% | 0.49% | - |
| XYZ | 9.5 | 4.78 | 5.89 | - |
| YUV | 45.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 68 | 0 | 1 | 0.46 | 0.51 | 327.36 | 1 | 0.25 |
| Hex | 7D | 0 | 44 | 0 | 64 | 2E | 33 | 147 | 64 | 19 |
| Octal | 175 | 0 | 104 | 0 | 144 | 56 | 63 | 507 | 144 | 31 |
| Binary | 1111101 | 0 | 1000100 | 0 | 1100100 | 101110 | 110011 | 101000111 | 1100100 | 11001 |
Color Harmonies of #7D0044
Complementary color
Monochromatic Colors of #7D0044
Black with #7D0044
Text Example
Text Example
White with #7D0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0044; }
p { color: rgb(125,0,68); }
H1.HeaderClassName
{
color: #7D0044;
}
.AnyTagClassName
{
color: #7D0044;
}
</style>
background-color css
<style>
a { background-color: #7D0044; }
a { background-color: rgb(125,0,68); }
div.DivClassName
{
background-color: #7D0044;
}
.BgClassName
{
background-color: #7D0044;
}
</style>
border-color css
<style>
span { border-color: #7D0044; }
span { border-color: rgb(125,0,68); }
td.TdClassName
{
border-color: #7D0044;
}
.TagClassName
{
border-color: #7D0044;
}
</style>