Shades of Tyrian Purple #7F073E
Tints of Tyrian Purple #7F073E
RGB
CMYK
RGB Variations
Color information
#7F073E (or 0x7F073E) is known color: Tyrian Purple. HEX triplet: 7F, 07 and 3E. RGB value is (127,7,62). Sum of RGB (Red+Green+Blue) = 127+7+62=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F073E is #80F8C1. Grayscale: #313131. Windows color (decimal): -8452290 or 4065151. OLE color: 4065151.
HSL color Cylindrical-coordinate representation of color #7F073E: hue angle of 332.5º 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 #7F073E is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 7 | 62 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.50 |
| HSL | 332.5º | 0.9% | 0.26% | - |
| HSV(B) | 332.5º | 0.94% | 0.5% | - |
| XYZ | 9.7 | 5.01 | 5.01 | - |
| YUV | 49.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 62 | 0 | 0.94 | 0.51 | 0.50 | 332.5 | 0.9 | 0.26 |
| Hex | 7F | 7 | 3E | 0 | 5E | 33 | 32 | 14C | 5A | 1A |
| Octal | 177 | 7 | 76 | 0 | 136 | 63 | 62 | 514 | 132 | 32 |
| Binary | 1111111 | 111 | 111110 | 0 | 1011110 | 110011 | 110010 | 101001100 | 1011010 | 11010 |
Color Harmonies of #7F073E
Complementary color
Monochromatic Colors of #7F073E
Black with #7F073E
Text Example
Text Example
White with #7F073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F073E; }
p { color: rgb(127,7,62); }
H1.HeaderClassName
{
color: #7F073E;
}
.AnyTagClassName
{
color: #7F073E;
}
</style>
background-color css
<style>
a { background-color: #7F073E; }
a { background-color: rgb(127,7,62); }
div.DivClassName
{
background-color: #7F073E;
}
.BgClassName
{
background-color: #7F073E;
}
</style>
border-color css
<style>
span { border-color: #7F073E; }
span { border-color: rgb(127,7,62); }
td.TdClassName
{
border-color: #7F073E;
}
.TagClassName
{
border-color: #7F073E;
}
</style>