Shades of Tyrian Purple #7D0953
Tints of Tyrian Purple #7D0953
RGB
CMYK
RGB Variations
Color information
#7D0953 (or 0x7D0953) is known color: Tyrian Purple. HEX triplet: 7D, 09 and 53. RGB value is (125,9,83). Sum of RGB (Red+Green+Blue) = 125+9+83=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0953 is #82F6AC. Grayscale: #333333. Windows color (decimal): -8582829 or 5441917. OLE color: 5441917.
HSL color Cylindrical-coordinate representation of color #7D0953: hue angle of 321.72º 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 #7D0953 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 83 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.51 |
| HSL | 321.72º | 0.87% | 0.26% | - |
| HSV(B) | 321.72º | 0.93% | 0.49% | - |
| XYZ | 10.12 | 5.18 | 8.65 | - |
| YUV | 52.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 83 | 0 | 0.93 | 0.34 | 0.51 | 321.72 | 0.87 | 0.26 |
| Hex | 7D | 9 | 53 | 0 | 5D | 22 | 33 | 142 | 57 | 1A |
| Octal | 175 | 11 | 123 | 0 | 135 | 42 | 63 | 502 | 127 | 32 |
| Binary | 1111101 | 1001 | 1010011 | 0 | 1011101 | 100010 | 110011 | 101000010 | 1010111 | 11010 |
Color Harmonies of #7D0953
Complementary color
Monochromatic Colors of #7D0953
Black with #7D0953
Text Example
Text Example
White with #7D0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0953; }
p { color: rgb(125,9,83); }
H1.HeaderClassName
{
color: #7D0953;
}
.AnyTagClassName
{
color: #7D0953;
}
</style>
background-color css
<style>
a { background-color: #7D0953; }
a { background-color: rgb(125,9,83); }
div.DivClassName
{
background-color: #7D0953;
}
.BgClassName
{
background-color: #7D0953;
}
</style>
border-color css
<style>
span { border-color: #7D0953; }
span { border-color: rgb(125,9,83); }
td.TdClassName
{
border-color: #7D0953;
}
.TagClassName
{
border-color: #7D0953;
}
</style>