Shades of Tyrian Purple #7D043B
Tints of Tyrian Purple #7D043B
RGB
CMYK
RGB Variations
Color information
#7D043B (or 0x7D043B) is known color: Tyrian Purple. HEX triplet: 7D, 04 and 3B. RGB value is (125,4,59). Sum of RGB (Red+Green+Blue) = 125+4+59=188 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.49% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 125 - color contains mainly: red. Hex color #7D043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D043B is #82FBC4. Grayscale: #2E2E2E. Windows color (decimal): -8584133 or 3867773. OLE color: 3867773.
HSL color Cylindrical-coordinate representation of color #7D043B: hue angle of 332.73º 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 #7D043B is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 59 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.51 |
| HSL | 332.73º | 0.94% | 0.25% | - |
| HSV(B) | 332.73º | 0.97% | 0.49% | - |
| XYZ | 9.29 | 4.76 | 4.57 | - |
| YUV | 46.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 59 | 0 | 0.97 | 0.53 | 0.51 | 332.73 | 0.94 | 0.25 |
| Hex | 7D | 4 | 3B | 0 | 61 | 35 | 33 | 14D | 5E | 19 |
| Octal | 175 | 4 | 73 | 0 | 141 | 65 | 63 | 515 | 136 | 31 |
| Binary | 1111101 | 100 | 111011 | 0 | 1100001 | 110101 | 110011 | 101001101 | 1011110 | 11001 |
Color Harmonies of #7D043B
Complementary color
Monochromatic Colors of #7D043B
Black with #7D043B
Text Example
Text Example
White with #7D043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D043B; }
p { color: rgb(125,4,59); }
H1.HeaderClassName
{
color: #7D043B;
}
.AnyTagClassName
{
color: #7D043B;
}
</style>
background-color css
<style>
a { background-color: #7D043B; }
a { background-color: rgb(125,4,59); }
div.DivClassName
{
background-color: #7D043B;
}
.BgClassName
{
background-color: #7D043B;
}
</style>
border-color css
<style>
span { border-color: #7D043B; }
span { border-color: rgb(125,4,59); }
td.TdClassName
{
border-color: #7D043B;
}
.TagClassName
{
border-color: #7D043B;
}
</style>