Shades of Tyrian Purple #7E083E
Tints of Tyrian Purple #7E083E
RGB
CMYK
RGB Variations
Color information
#7E083E (or 0x7E083E) is known color: Tyrian Purple. HEX triplet: 7E, 08 and 3E. RGB value is (126,8,62). Sum of RGB (Red+Green+Blue) = 126+8+62=196 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.29% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 126 - color contains mainly: red. Hex color #7E083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E083E is #81F7C1. Grayscale: #313131. Windows color (decimal): -8517570 or 4065406. OLE color: 4065406.
HSL color Cylindrical-coordinate representation of color #7E083E: hue angle of 332.54º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E083E is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 62 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.51 |
| HSL | 332.54º | 0.88% | 0.26% | - |
| HSV(B) | 332.54º | 0.94% | 0.49% | - |
| XYZ | 9.56 | 4.96 | 5.01 | - |
| YUV | 49.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 62 | 0 | 0.94 | 0.51 | 0.51 | 332.54 | 0.88 | 0.26 |
| Hex | 7E | 8 | 3E | 0 | 5E | 33 | 33 | 14D | 58 | 1A |
| Octal | 176 | 10 | 76 | 0 | 136 | 63 | 63 | 515 | 130 | 32 |
| Binary | 1111110 | 1000 | 111110 | 0 | 1011110 | 110011 | 110011 | 101001101 | 1011000 | 11010 |
Color Harmonies of #7E083E
Complementary color
Monochromatic Colors of #7E083E
Black with #7E083E
Text Example
Text Example
White with #7E083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E083E; }
p { color: rgb(126,8,62); }
H1.HeaderClassName
{
color: #7E083E;
}
.AnyTagClassName
{
color: #7E083E;
}
</style>
background-color css
<style>
a { background-color: #7E083E; }
a { background-color: rgb(126,8,62); }
div.DivClassName
{
background-color: #7E083E;
}
.BgClassName
{
background-color: #7E083E;
}
</style>
border-color css
<style>
span { border-color: #7E083E; }
span { border-color: rgb(126,8,62); }
td.TdClassName
{
border-color: #7E083E;
}
.TagClassName
{
border-color: #7E083E;
}
</style>