Shades of Tyrian Purple #7E0A3C
Tints of Tyrian Purple #7E0A3C
RGB
CMYK
RGB Variations
Color information
#7E0A3C (or 0x7E0A3C) is known color: Tyrian Purple. HEX triplet: 7E, 0A and 3C. RGB value is (126,10,60). Sum of RGB (Red+Green+Blue) = 126+10+60=196 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.29% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0A3C is #81F5C3. Grayscale: #323232. Windows color (decimal): -8517060 or 3934846. OLE color: 3934846.
HSL color Cylindrical-coordinate representation of color #7E0A3C: hue angle of 334.14º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E0A3C is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 10 | 60 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.51 |
| HSL | 334.14º | 0.85% | 0.27% | - |
| HSV(B) | 334.14º | 0.92% | 0.49% | - |
| XYZ | 9.53 | 4.98 | 4.73 | - |
| YUV | 50.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 10 | 60 | 0 | 0.92 | 0.52 | 0.51 | 334.14 | 0.85 | 0.27 |
| Hex | 7E | A | 3C | 0 | 5C | 34 | 33 | 14E | 55 | 1B |
| Octal | 176 | 12 | 74 | 0 | 134 | 64 | 63 | 516 | 125 | 33 |
| Binary | 1111110 | 1010 | 111100 | 0 | 1011100 | 110100 | 110011 | 101001110 | 1010101 | 11011 |
Color Harmonies of #7E0A3C
Complementary color
Monochromatic Colors of #7E0A3C
Black with #7E0A3C
Text Example
Text Example
White with #7E0A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0A3C; }
p { color: rgb(126,10,60); }
H1.HeaderClassName
{
color: #7E0A3C;
}
.AnyTagClassName
{
color: #7E0A3C;
}
</style>
background-color css
<style>
a { background-color: #7E0A3C; }
a { background-color: rgb(126,10,60); }
div.DivClassName
{
background-color: #7E0A3C;
}
.BgClassName
{
background-color: #7E0A3C;
}
</style>
border-color css
<style>
span { border-color: #7E0A3C; }
span { border-color: rgb(126,10,60); }
td.TdClassName
{
border-color: #7E0A3C;
}
.TagClassName
{
border-color: #7E0A3C;
}
</style>