Shades of Tyrian Purple #7D0053
Tints of Tyrian Purple #7D0053
RGB
CMYK
RGB Variations
Color information
#7D0053 (or 0x7D0053) is known color: Tyrian Purple. HEX triplet: 7D, 00 and 53. RGB value is (125,0,83). Sum of RGB (Red+Green+Blue) = 125+0+83=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0053 is #82FFAC. Grayscale: #2E2E2E. Windows color (decimal): -8585133 or 5439613. OLE color: 5439613.
HSL color Cylindrical-coordinate representation of color #7D0053: hue angle of 320.16º 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 #7D0053 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.34 | 0.51 |
| HSL | 320.16º | 1% | 0.25% | - |
| HSV(B) | 320.16º | 1% | 0.49% | - |
| XYZ | 10.02 | 4.98 | 8.62 | - |
| YUV | 46.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 83 | 0 | 1 | 0.34 | 0.51 | 320.16 | 1 | 0.25 |
| Hex | 7D | 0 | 53 | 0 | 64 | 22 | 33 | 140 | 64 | 19 |
| Octal | 175 | 0 | 123 | 0 | 144 | 42 | 63 | 500 | 144 | 31 |
| Binary | 1111101 | 0 | 1010011 | 0 | 1100100 | 100010 | 110011 | 101000000 | 1100100 | 11001 |
Color Harmonies of #7D0053
Complementary color
Monochromatic Colors of #7D0053
Black with #7D0053
Text Example
Text Example
White with #7D0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0053; }
p { color: rgb(125,0,83); }
H1.HeaderClassName
{
color: #7D0053;
}
.AnyTagClassName
{
color: #7D0053;
}
</style>
background-color css
<style>
a { background-color: #7D0053; }
a { background-color: rgb(125,0,83); }
div.DivClassName
{
background-color: #7D0053;
}
.BgClassName
{
background-color: #7D0053;
}
</style>
border-color css
<style>
span { border-color: #7D0053; }
span { border-color: rgb(125,0,83); }
td.TdClassName
{
border-color: #7D0053;
}
.TagClassName
{
border-color: #7D0053;
}
</style>