Shades of Tyrian Purple #7D093A
Tints of Tyrian Purple #7D093A
RGB
CMYK
RGB Variations
Color information
#7D093A (or 0x7D093A) is known color: Tyrian Purple. HEX triplet: 7D, 09 and 3A. RGB value is (125,9,58). Sum of RGB (Red+Green+Blue) = 125+9+58=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D093A is #82F6C5. Grayscale: #313131. Windows color (decimal): -8582854 or 3803517. OLE color: 3803517.
HSL color Cylindrical-coordinate representation of color #7D093A: hue angle of 334.66º 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 #7D093A is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 58 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.51 |
| HSL | 334.66º | 0.87% | 0.26% | - |
| HSV(B) | 334.66º | 0.93% | 0.49% | - |
| XYZ | 9.32 | 4.86 | 4.45 | - |
| YUV | 49.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 58 | 0 | 0.93 | 0.54 | 0.51 | 334.66 | 0.87 | 0.26 |
| Hex | 7D | 9 | 3A | 0 | 5D | 36 | 33 | 14F | 57 | 1A |
| Octal | 175 | 11 | 72 | 0 | 135 | 66 | 63 | 517 | 127 | 32 |
| Binary | 1111101 | 1001 | 111010 | 0 | 1011101 | 110110 | 110011 | 101001111 | 1010111 | 11010 |
Color Harmonies of #7D093A
Complementary color
Monochromatic Colors of #7D093A
Black with #7D093A
Text Example
Text Example
White with #7D093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D093A; }
p { color: rgb(125,9,58); }
H1.HeaderClassName
{
color: #7D093A;
}
.AnyTagClassName
{
color: #7D093A;
}
</style>
background-color css
<style>
a { background-color: #7D093A; }
a { background-color: rgb(125,9,58); }
div.DivClassName
{
background-color: #7D093A;
}
.BgClassName
{
background-color: #7D093A;
}
</style>
border-color css
<style>
span { border-color: #7D093A; }
span { border-color: rgb(125,9,58); }
td.TdClassName
{
border-color: #7D093A;
}
.TagClassName
{
border-color: #7D093A;
}
</style>