Shades of Tyrian Purple #7D0954
Tints of Tyrian Purple #7D0954
RGB
CMYK
RGB Variations
Color information
#7D0954 (or 0x7D0954) is known color: Tyrian Purple. HEX triplet: 7D, 09 and 54. RGB value is (125,9,84). Sum of RGB (Red+Green+Blue) = 125+9+84=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0954 is #82F6AB. Grayscale: #343434. Windows color (decimal): -8582828 or 5507453. OLE color: 5507453.
HSL color Cylindrical-coordinate representation of color #7D0954: hue angle of 321.21º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0954 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 84 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.51 |
| HSL | 321.21º | 0.87% | 0.26% | - |
| HSV(B) | 321.21º | 0.93% | 0.49% | - |
| XYZ | 10.16 | 5.2 | 8.86 | - |
| YUV | 52.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 84 | 0 | 0.93 | 0.33 | 0.51 | 321.21 | 0.87 | 0.26 |
| Hex | 7D | 9 | 54 | 0 | 5D | 21 | 33 | 141 | 57 | 1A |
| Octal | 175 | 11 | 124 | 0 | 135 | 41 | 63 | 501 | 127 | 32 |
| Binary | 1111101 | 1001 | 1010100 | 0 | 1011101 | 100001 | 110011 | 101000001 | 1010111 | 11010 |
Color Harmonies of #7D0954
Complementary color
Monochromatic Colors of #7D0954
Black with #7D0954
Text Example
Text Example
White with #7D0954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0954; }
p { color: rgb(125,9,84); }
H1.HeaderClassName
{
color: #7D0954;
}
.AnyTagClassName
{
color: #7D0954;
}
</style>
background-color css
<style>
a { background-color: #7D0954; }
a { background-color: rgb(125,9,84); }
div.DivClassName
{
background-color: #7D0954;
}
.BgClassName
{
background-color: #7D0954;
}
</style>
border-color css
<style>
span { border-color: #7D0954; }
span { border-color: rgb(125,9,84); }
td.TdClassName
{
border-color: #7D0954;
}
.TagClassName
{
border-color: #7D0954;
}
</style>