Shades of Tyrian Purple #7D093E
Tints of Tyrian Purple #7D093E
RGB
CMYK
RGB Variations
Color information
#7D093E (or 0x7D093E) is known color: Tyrian Purple. HEX triplet: 7D, 09 and 3E. RGB value is (125,9,62). Sum of RGB (Red+Green+Blue) = 125+9+62=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D093E is #82F6C1. Grayscale: #313131. Windows color (decimal): -8582850 or 4065661. OLE color: 4065661.
HSL color Cylindrical-coordinate representation of color #7D093E: hue angle of 332.59º 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 #7D093E is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 62 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.51 |
| HSL | 332.59º | 0.87% | 0.26% | - |
| HSV(B) | 332.59º | 0.93% | 0.49% | - |
| XYZ | 9.42 | 4.9 | 5.01 | - |
| YUV | 49.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 62 | 0 | 0.93 | 0.50 | 0.51 | 332.59 | 0.87 | 0.26 |
| Hex | 7D | 9 | 3E | 0 | 5D | 32 | 33 | 14D | 57 | 1A |
| Octal | 175 | 11 | 76 | 0 | 135 | 62 | 63 | 515 | 127 | 32 |
| Binary | 1111101 | 1001 | 111110 | 0 | 1011101 | 110010 | 110011 | 101001101 | 1010111 | 11010 |
Color Harmonies of #7D093E
Complementary color
Monochromatic Colors of #7D093E
Black with #7D093E
Text Example
Text Example
White with #7D093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D093E; }
p { color: rgb(125,9,62); }
H1.HeaderClassName
{
color: #7D093E;
}
.AnyTagClassName
{
color: #7D093E;
}
</style>
background-color css
<style>
a { background-color: #7D093E; }
a { background-color: rgb(125,9,62); }
div.DivClassName
{
background-color: #7D093E;
}
.BgClassName
{
background-color: #7D093E;
}
</style>
border-color css
<style>
span { border-color: #7D093E; }
span { border-color: rgb(125,9,62); }
td.TdClassName
{
border-color: #7D093E;
}
.TagClassName
{
border-color: #7D093E;
}
</style>