Shades of Tyrian Purple #7E003A
Tints of Tyrian Purple #7E003A
RGB
CMYK
RGB Variations
Color information
#7E003A (or 0x7E003A) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 3A. RGB value is (126,0,58). Sum of RGB (Red+Green+Blue) = 126+0+58=184 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.48% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 126 - color contains mainly: red. Hex color #7E003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E003A is #81FFC5. Grayscale: #2C2C2C. Windows color (decimal): -8519622 or 3801214. OLE color: 3801214.
HSL color Cylindrical-coordinate representation of color #7E003A: hue angle of 332.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E003A is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.54 | 0.51 |
| HSL | 332.38º | 1% | 0.25% | - |
| HSV(B) | 332.38º | 1% | 0.49% | - |
| XYZ | 9.37 | 4.74 | 4.42 | - |
| YUV | 44.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 58 | 0 | 1 | 0.54 | 0.51 | 332.38 | 1 | 0.25 |
| Hex | 7E | 0 | 3A | 0 | 64 | 36 | 33 | 14C | 64 | 19 |
| Octal | 176 | 0 | 72 | 0 | 144 | 66 | 63 | 514 | 144 | 31 |
| Binary | 1111110 | 0 | 111010 | 0 | 1100100 | 110110 | 110011 | 101001100 | 1100100 | 11001 |
Color Harmonies of #7E003A
Complementary color
Monochromatic Colors of #7E003A
Black with #7E003A
Text Example
Text Example
White with #7E003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E003A; }
p { color: rgb(126,0,58); }
H1.HeaderClassName
{
color: #7E003A;
}
.AnyTagClassName
{
color: #7E003A;
}
</style>
background-color css
<style>
a { background-color: #7E003A; }
a { background-color: rgb(126,0,58); }
div.DivClassName
{
background-color: #7E003A;
}
.BgClassName
{
background-color: #7E003A;
}
</style>
border-color css
<style>
span { border-color: #7E003A; }
span { border-color: rgb(126,0,58); }
td.TdClassName
{
border-color: #7E003A;
}
.TagClassName
{
border-color: #7E003A;
}
</style>