Shades of Tyrian Purple #7D0440
Tints of Tyrian Purple #7D0440
RGB
CMYK
RGB Variations
Color information
#7D0440 (or 0x7D0440) is known color: Tyrian Purple. HEX triplet: 7D, 04 and 40. RGB value is (125,4,64). Sum of RGB (Red+Green+Blue) = 125+4+64=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0440 is #82FBBF. Grayscale: #2E2E2E. Windows color (decimal): -8584128 or 4195453. OLE color: 4195453.
HSL color Cylindrical-coordinate representation of color #7D0440: hue angle of 330.25º 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 #7D0440 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 64 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.51 |
| HSL | 330.25º | 0.94% | 0.25% | - |
| HSV(B) | 330.25º | 0.97% | 0.49% | - |
| XYZ | 9.43 | 4.82 | 5.28 | - |
| YUV | 47.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 64 | 0 | 0.97 | 0.49 | 0.51 | 330.25 | 0.94 | 0.25 |
| Hex | 7D | 4 | 40 | 0 | 61 | 31 | 33 | 14A | 5E | 19 |
| Octal | 175 | 4 | 100 | 0 | 141 | 61 | 63 | 512 | 136 | 31 |
| Binary | 1111101 | 100 | 1000000 | 0 | 1100001 | 110001 | 110011 | 101001010 | 1011110 | 11001 |
Color Harmonies of #7D0440
Complementary color
Monochromatic Colors of #7D0440
Black with #7D0440
Text Example
Text Example
White with #7D0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0440; }
p { color: rgb(125,4,64); }
H1.HeaderClassName
{
color: #7D0440;
}
.AnyTagClassName
{
color: #7D0440;
}
</style>
background-color css
<style>
a { background-color: #7D0440; }
a { background-color: rgb(125,4,64); }
div.DivClassName
{
background-color: #7D0440;
}
.BgClassName
{
background-color: #7D0440;
}
</style>
border-color css
<style>
span { border-color: #7D0440; }
span { border-color: rgb(125,4,64); }
td.TdClassName
{
border-color: #7D0440;
}
.TagClassName
{
border-color: #7D0440;
}
</style>