Shades of Tyrian Purple #7F073F
Tints of Tyrian Purple #7F073F
RGB
CMYK
RGB Variations
Color information
#7F073F (or 0x7F073F) is known color: Tyrian Purple. HEX triplet: 7F, 07 and 3F. RGB value is (127,7,63). Sum of RGB (Red+Green+Blue) = 127+7+63=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F073F is #80F8C0. Grayscale: #313131. Windows color (decimal): -8452289 or 4130687. OLE color: 4130687.
HSL color Cylindrical-coordinate representation of color #7F073F: hue angle of 332º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F073F is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 7 | 63 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.50 |
| HSL | 332º | 0.9% | 0.26% | - |
| HSV(B) | 332º | 0.94% | 0.5% | - |
| XYZ | 9.73 | 5.02 | 5.16 | - |
| YUV | 49.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 63 | 0 | 0.94 | 0.50 | 0.50 | 332 | 0.9 | 0.26 |
| Hex | 7F | 7 | 3F | 0 | 5E | 32 | 32 | 14C | 5A | 1A |
| Octal | 177 | 7 | 77 | 0 | 136 | 62 | 62 | 514 | 132 | 32 |
| Binary | 1111111 | 111 | 111111 | 0 | 1011110 | 110010 | 110010 | 101001100 | 1011010 | 11010 |
Color Harmonies of #7F073F
Complementary color
Monochromatic Colors of #7F073F
Black with #7F073F
Text Example
Text Example
White with #7F073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F073F; }
p { color: rgb(127,7,63); }
H1.HeaderClassName
{
color: #7F073F;
}
.AnyTagClassName
{
color: #7F073F;
}
</style>
background-color css
<style>
a { background-color: #7F073F; }
a { background-color: rgb(127,7,63); }
div.DivClassName
{
background-color: #7F073F;
}
.BgClassName
{
background-color: #7F073F;
}
</style>
border-color css
<style>
span { border-color: #7F073F; }
span { border-color: rgb(127,7,63); }
td.TdClassName
{
border-color: #7F073F;
}
.TagClassName
{
border-color: #7F073F;
}
</style>