Shades of Tyrian Purple #7E0038
Tints of Tyrian Purple #7E0038
RGB
CMYK
RGB Variations
Color information
#7E0038 (or 0x7E0038) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 38. RGB value is (126,0,56). Sum of RGB (Red+Green+Blue) = 126+0+56=182 (24% of max value = 765). Red value is 126 (49.61% from 255 or 69.23% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0038 is #81FFC7. Grayscale: #2B2B2B. Windows color (decimal): -8519624 or 3670142. OLE color: 3670142.
HSL color Cylindrical-coordinate representation of color #7E0038: hue angle of 333.33º 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 #7E0038 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.56 | 0.51 |
| HSL | 333.33º | 1% | 0.25% | - |
| HSV(B) | 333.33º | 1% | 0.49% | - |
| XYZ | 9.32 | 4.72 | 4.16 | - |
| YUV | 44.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 56 | 0 | 1 | 0.56 | 0.51 | 333.33 | 1 | 0.25 |
| Hex | 7E | 0 | 38 | 0 | 64 | 38 | 33 | 14D | 64 | 19 |
| Octal | 176 | 0 | 70 | 0 | 144 | 70 | 63 | 515 | 144 | 31 |
| Binary | 1111110 | 0 | 111000 | 0 | 1100100 | 111000 | 110011 | 101001101 | 1100100 | 11001 |
Color Harmonies of #7E0038
Complementary color
Monochromatic Colors of #7E0038
Black with #7E0038
Text Example
Text Example
White with #7E0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0038; }
p { color: rgb(126,0,56); }
H1.HeaderClassName
{
color: #7E0038;
}
.AnyTagClassName
{
color: #7E0038;
}
</style>
background-color css
<style>
a { background-color: #7E0038; }
a { background-color: rgb(126,0,56); }
div.DivClassName
{
background-color: #7E0038;
}
.BgClassName
{
background-color: #7E0038;
}
</style>
border-color css
<style>
span { border-color: #7E0038; }
span { border-color: rgb(126,0,56); }
td.TdClassName
{
border-color: #7E0038;
}
.TagClassName
{
border-color: #7E0038;
}
</style>