Shades of Tyrian Purple #7F093D
Tints of Tyrian Purple #7F093D
RGB
CMYK
RGB Variations
Color information
#7F093D (or 0x7F093D) is known color: Tyrian Purple. HEX triplet: 7F, 09 and 3D. RGB value is (127,9,61). Sum of RGB (Red+Green+Blue) = 127+9+61=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F093D is #80F6C2. Grayscale: #323232. Windows color (decimal): -8451779 or 4000127. OLE color: 4000127.
HSL color Cylindrical-coordinate representation of color #7F093D: hue angle of 333.56º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F093D is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 61 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.50 |
| HSL | 333.56º | 0.87% | 0.27% | - |
| HSV(B) | 333.56º | 0.93% | 0.5% | - |
| XYZ | 9.69 | 5.04 | 4.88 | - |
| YUV | 50.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 61 | 0 | 0.93 | 0.52 | 0.50 | 333.56 | 0.87 | 0.27 |
| Hex | 7F | 9 | 3D | 0 | 5D | 34 | 32 | 14E | 57 | 1B |
| Octal | 177 | 11 | 75 | 0 | 135 | 64 | 62 | 516 | 127 | 33 |
| Binary | 1111111 | 1001 | 111101 | 0 | 1011101 | 110100 | 110010 | 101001110 | 1010111 | 11011 |
Color Harmonies of #7F093D
Complementary color
Monochromatic Colors of #7F093D
Black with #7F093D
Text Example
Text Example
White with #7F093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F093D; }
p { color: rgb(127,9,61); }
H1.HeaderClassName
{
color: #7F093D;
}
.AnyTagClassName
{
color: #7F093D;
}
</style>
background-color css
<style>
a { background-color: #7F093D; }
a { background-color: rgb(127,9,61); }
div.DivClassName
{
background-color: #7F093D;
}
.BgClassName
{
background-color: #7F093D;
}
</style>
border-color css
<style>
span { border-color: #7F093D; }
span { border-color: rgb(127,9,61); }
td.TdClassName
{
border-color: #7F093D;
}
.TagClassName
{
border-color: #7F093D;
}
</style>