Shades of Tyrian Purple #7D043D
Tints of Tyrian Purple #7D043D
RGB
CMYK
RGB Variations
Color information
#7D043D (or 0x7D043D) is known color: Tyrian Purple. HEX triplet: 7D, 04 and 3D. RGB value is (125,4,61). Sum of RGB (Red+Green+Blue) = 125+4+61=190 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.79% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 125 - color contains mainly: red. Hex color #7D043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D043D is #82FBC2. Grayscale: #2E2E2E. Windows color (decimal): -8584131 or 3998845. OLE color: 3998845.
HSL color Cylindrical-coordinate representation of color #7D043D: hue angle of 331.74º 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 #7D043D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 61 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.51 |
| HSL | 331.74º | 0.94% | 0.25% | - |
| HSV(B) | 331.74º | 0.97% | 0.49% | - |
| XYZ | 9.34 | 4.78 | 4.85 | - |
| YUV | 46.68 | 136.09 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 61 | 0 | 0.97 | 0.51 | 0.51 | 331.74 | 0.94 | 0.25 |
| Hex | 7D | 4 | 3D | 0 | 61 | 33 | 33 | 14C | 5E | 19 |
| Octal | 175 | 4 | 75 | 0 | 141 | 63 | 63 | 514 | 136 | 31 |
| Binary | 1111101 | 100 | 111101 | 0 | 1100001 | 110011 | 110011 | 101001100 | 1011110 | 11001 |
Color Harmonies of #7D043D
Complementary color
Monochromatic Colors of #7D043D
Black with #7D043D
Text Example
Text Example
White with #7D043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D043D; }
p { color: rgb(125,4,61); }
H1.HeaderClassName
{
color: #7D043D;
}
.AnyTagClassName
{
color: #7D043D;
}
</style>
background-color css
<style>
a { background-color: #7D043D; }
a { background-color: rgb(125,4,61); }
div.DivClassName
{
background-color: #7D043D;
}
.BgClassName
{
background-color: #7D043D;
}
</style>
border-color css
<style>
span { border-color: #7D043D; }
span { border-color: rgb(125,4,61); }
td.TdClassName
{
border-color: #7D043D;
}
.TagClassName
{
border-color: #7D043D;
}
</style>