Shades of Tyrian Purple #7D0543
Tints of Tyrian Purple #7D0543
RGB
CMYK
RGB Variations
Color information
#7D0543 (or 0x7D0543) is known color: Tyrian Purple. HEX triplet: 7D, 05 and 43. RGB value is (125,5,67). Sum of RGB (Red+Green+Blue) = 125+5+67=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0543 is #82FABC. Grayscale: #2F2F2F. Windows color (decimal): -8583869 or 4392317. OLE color: 4392317.
HSL color Cylindrical-coordinate representation of color #7D0543: hue angle of 329º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0543 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 67 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.51 |
| HSL | 329º | 0.92% | 0.25% | - |
| HSV(B) | 329º | 0.96% | 0.49% | - |
| XYZ | 9.52 | 4.87 | 5.75 | - |
| YUV | 47.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 67 | 0 | 0.96 | 0.46 | 0.51 | 329 | 0.92 | 0.25 |
| Hex | 7D | 5 | 43 | 0 | 60 | 2E | 33 | 149 | 5C | 19 |
| Octal | 175 | 5 | 103 | 0 | 140 | 56 | 63 | 511 | 134 | 31 |
| Binary | 1111101 | 101 | 1000011 | 0 | 1100000 | 101110 | 110011 | 101001001 | 1011100 | 11001 |
Color Harmonies of #7D0543
Complementary color
Monochromatic Colors of #7D0543
Black with #7D0543
Text Example
Text Example
White with #7D0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0543; }
p { color: rgb(125,5,67); }
H1.HeaderClassName
{
color: #7D0543;
}
.AnyTagClassName
{
color: #7D0543;
}
</style>
background-color css
<style>
a { background-color: #7D0543; }
a { background-color: rgb(125,5,67); }
div.DivClassName
{
background-color: #7D0543;
}
.BgClassName
{
background-color: #7D0543;
}
</style>
border-color css
<style>
span { border-color: #7D0543; }
span { border-color: rgb(125,5,67); }
td.TdClassName
{
border-color: #7D0543;
}
.TagClassName
{
border-color: #7D0543;
}
</style>