Shades of Tyrian Purple #7D034F
Tints of Tyrian Purple #7D034F
RGB
CMYK
RGB Variations
Color information
#7D034F (or 0x7D034F) is known color: Tyrian Purple. HEX triplet: 7D, 03 and 4F. RGB value is (125,3,79). Sum of RGB (Red+Green+Blue) = 125+3+79=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D034F is #82FCB0. Grayscale: #2F2F2F. Windows color (decimal): -8584369 or 5178237. OLE color: 5178237.
HSL color Cylindrical-coordinate representation of color #7D034F: hue angle of 322.62º 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 #7D034F is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 3 | 79 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.51 |
| HSL | 322.62º | 0.95% | 0.25% | - |
| HSV(B) | 322.62º | 0.98% | 0.49% | - |
| XYZ | 9.9 | 4.99 | 7.84 | - |
| YUV | 48.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 79 | 0 | 0.98 | 0.37 | 0.51 | 322.62 | 0.95 | 0.25 |
| Hex | 7D | 3 | 4F | 0 | 62 | 25 | 33 | 143 | 5F | 19 |
| Octal | 175 | 3 | 117 | 0 | 142 | 45 | 63 | 503 | 137 | 31 |
| Binary | 1111101 | 11 | 1001111 | 0 | 1100010 | 100101 | 110011 | 101000011 | 1011111 | 11001 |
Color Harmonies of #7D034F
Complementary color
Monochromatic Colors of #7D034F
Black with #7D034F
Text Example
Text Example
White with #7D034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D034F; }
p { color: rgb(125,3,79); }
H1.HeaderClassName
{
color: #7D034F;
}
.AnyTagClassName
{
color: #7D034F;
}
</style>
background-color css
<style>
a { background-color: #7D034F; }
a { background-color: rgb(125,3,79); }
div.DivClassName
{
background-color: #7D034F;
}
.BgClassName
{
background-color: #7D034F;
}
</style>
border-color css
<style>
span { border-color: #7D034F; }
span { border-color: rgb(125,3,79); }
td.TdClassName
{
border-color: #7D034F;
}
.TagClassName
{
border-color: #7D034F;
}
</style>