Shades of Tyrian Purple #7D0A3E
Tints of Tyrian Purple #7D0A3E
RGB
CMYK
RGB Variations
Color information
#7D0A3E (or 0x7D0A3E) is known color: Tyrian Purple. HEX triplet: 7D, 0A and 3E. RGB value is (125,10,62). Sum of RGB (Red+Green+Blue) = 125+10+62=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0A3E is #82F5C1. Grayscale: #323232. Windows color (decimal): -8582594 or 4065917. OLE color: 4065917.
HSL color Cylindrical-coordinate representation of color #7D0A3E: hue angle of 332.87º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0A3E is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 10 | 62 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.51 |
| HSL | 332.87º | 0.85% | 0.26% | - |
| HSV(B) | 332.87º | 0.92% | 0.49% | - |
| XYZ | 9.44 | 4.92 | 5.01 | - |
| YUV | 50.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 62 | 0 | 0.92 | 0.50 | 0.51 | 332.87 | 0.85 | 0.26 |
| Hex | 7D | A | 3E | 0 | 5C | 32 | 33 | 14D | 55 | 1A |
| Octal | 175 | 12 | 76 | 0 | 134 | 62 | 63 | 515 | 125 | 32 |
| Binary | 1111101 | 1010 | 111110 | 0 | 1011100 | 110010 | 110011 | 101001101 | 1010101 | 11010 |
Color Harmonies of #7D0A3E
Complementary color
Monochromatic Colors of #7D0A3E
Black with #7D0A3E
Text Example
Text Example
White with #7D0A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0A3E; }
p { color: rgb(125,10,62); }
H1.HeaderClassName
{
color: #7D0A3E;
}
.AnyTagClassName
{
color: #7D0A3E;
}
</style>
background-color css
<style>
a { background-color: #7D0A3E; }
a { background-color: rgb(125,10,62); }
div.DivClassName
{
background-color: #7D0A3E;
}
.BgClassName
{
background-color: #7D0A3E;
}
</style>
border-color css
<style>
span { border-color: #7D0A3E; }
span { border-color: rgb(125,10,62); }
td.TdClassName
{
border-color: #7D0A3E;
}
.TagClassName
{
border-color: #7D0A3E;
}
</style>