Shades of Tyrian Purple #7D004D
Tints of Tyrian Purple #7D004D
RGB
CMYK
RGB Variations
Color information
#7D004D (or 0x7D004D) is known color: Tyrian Purple. HEX triplet: 7D, 00 and 4D. RGB value is (125,0,77). Sum of RGB (Red+Green+Blue) = 125+0+77=202 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.88% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 125 - color contains mainly: red. Hex color #7D004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D004D is #82FFB2. Grayscale: #2D2D2D. Windows color (decimal): -8585139 or 5046397. OLE color: 5046397.
HSL color Cylindrical-coordinate representation of color #7D004D: hue angle of 323.04º 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 #7D004D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.38 | 0.51 |
| HSL | 323.04º | 1% | 0.25% | - |
| HSV(B) | 323.04º | 1% | 0.49% | - |
| XYZ | 9.8 | 4.9 | 7.45 | - |
| YUV | 46.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 77 | 0 | 1 | 0.38 | 0.51 | 323.04 | 1 | 0.25 |
| Hex | 7D | 0 | 4D | 0 | 64 | 26 | 33 | 143 | 64 | 19 |
| Octal | 175 | 0 | 115 | 0 | 144 | 46 | 63 | 503 | 144 | 31 |
| Binary | 1111101 | 0 | 1001101 | 0 | 1100100 | 100110 | 110011 | 101000011 | 1100100 | 11001 |
Color Harmonies of #7D004D
Complementary color
Monochromatic Colors of #7D004D
Black with #7D004D
Text Example
Text Example
White with #7D004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D004D; }
p { color: rgb(125,0,77); }
H1.HeaderClassName
{
color: #7D004D;
}
.AnyTagClassName
{
color: #7D004D;
}
</style>
background-color css
<style>
a { background-color: #7D004D; }
a { background-color: rgb(125,0,77); }
div.DivClassName
{
background-color: #7D004D;
}
.BgClassName
{
background-color: #7D004D;
}
</style>
border-color css
<style>
span { border-color: #7D004D; }
span { border-color: rgb(125,0,77); }
td.TdClassName
{
border-color: #7D004D;
}
.TagClassName
{
border-color: #7D004D;
}
</style>