Shades of Tyrian Purple #7D034D
Tints of Tyrian Purple #7D034D
RGB
CMYK
RGB Variations
Color information
#7D034D (or 0x7D034D) is known color: Tyrian Purple. HEX triplet: 7D, 03 and 4D. RGB value is (125,3,77). Sum of RGB (Red+Green+Blue) = 125+3+77=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D034D is #82FCB2. Grayscale: #2F2F2F. Windows color (decimal): -8584371 or 5047165. OLE color: 5047165.
HSL color Cylindrical-coordinate representation of color #7D034D: hue angle of 323.61º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D034D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.51 |
| HSL | 323.61º | 0.95% | 0.25% | - |
| HSV(B) | 323.61º | 0.98% | 0.49% | - |
| XYZ | 9.83 | 4.96 | 7.46 | - |
| YUV | 47.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 77 | 0 | 0.98 | 0.38 | 0.51 | 323.61 | 0.95 | 0.25 |
| Hex | 7D | 3 | 4D | 0 | 62 | 26 | 33 | 144 | 5F | 19 |
| Octal | 175 | 3 | 115 | 0 | 142 | 46 | 63 | 504 | 137 | 31 |
| Binary | 1111101 | 11 | 1001101 | 0 | 1100010 | 100110 | 110011 | 101000100 | 1011111 | 11001 |
Color Harmonies of #7D034D
Complementary color
Monochromatic Colors of #7D034D
Black with #7D034D
Text Example
Text Example
White with #7D034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D034D; }
p { color: rgb(125,3,77); }
H1.HeaderClassName
{
color: #7D034D;
}
.AnyTagClassName
{
color: #7D034D;
}
</style>
background-color css
<style>
a { background-color: #7D034D; }
a { background-color: rgb(125,3,77); }
div.DivClassName
{
background-color: #7D034D;
}
.BgClassName
{
background-color: #7D034D;
}
</style>
border-color css
<style>
span { border-color: #7D034D; }
span { border-color: rgb(125,3,77); }
td.TdClassName
{
border-color: #7D034D;
}
.TagClassName
{
border-color: #7D034D;
}
</style>