Shades of Tyrian Purple #7E003E
Tints of Tyrian Purple #7E003E
RGB
CMYK
RGB Variations
Color information
#7E003E (or 0x7E003E) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 3E. RGB value is (126,0,62). Sum of RGB (Red+Green+Blue) = 126+0+62=188 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.02% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 126 - color contains mainly: red. Hex color #7E003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E003E is #81FFC1. Grayscale: #2C2C2C. Windows color (decimal): -8519618 or 4063358. OLE color: 4063358.
HSL color Cylindrical-coordinate representation of color #7E003E: hue angle of 330.48º 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 #7E003E is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.51 | 0.51 |
| HSL | 330.48º | 1% | 0.25% | - |
| HSV(B) | 330.48º | 1% | 0.49% | - |
| XYZ | 9.47 | 4.78 | 4.98 | - |
| YUV | 44.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 62 | 0 | 1 | 0.51 | 0.51 | 330.48 | 1 | 0.25 |
| Hex | 7E | 0 | 3E | 0 | 64 | 33 | 33 | 14A | 64 | 19 |
| Octal | 176 | 0 | 76 | 0 | 144 | 63 | 63 | 512 | 144 | 31 |
| Binary | 1111110 | 0 | 111110 | 0 | 1100100 | 110011 | 110011 | 101001010 | 1100100 | 11001 |
Color Harmonies of #7E003E
Complementary color
Monochromatic Colors of #7E003E
Black with #7E003E
Text Example
Text Example
White with #7E003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E003E; }
p { color: rgb(126,0,62); }
H1.HeaderClassName
{
color: #7E003E;
}
.AnyTagClassName
{
color: #7E003E;
}
</style>
background-color css
<style>
a { background-color: #7E003E; }
a { background-color: rgb(126,0,62); }
div.DivClassName
{
background-color: #7E003E;
}
.BgClassName
{
background-color: #7E003E;
}
</style>
border-color css
<style>
span { border-color: #7E003E; }
span { border-color: rgb(126,0,62); }
td.TdClassName
{
border-color: #7E003E;
}
.TagClassName
{
border-color: #7E003E;
}
</style>