Shades of Tyrian Purple #7E004C
Tints of Tyrian Purple #7E004C
RGB
CMYK
RGB Variations
Color information
#7E004C (or 0x7E004C) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 4C. RGB value is (126,0,76). Sum of RGB (Red+Green+Blue) = 126+0+76=202 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.38% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 126 - color contains mainly: red. Hex color #7E004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E004C is #81FFB3. Grayscale: #2E2E2E. Windows color (decimal): -8519604 or 4980862. OLE color: 4980862.
HSL color Cylindrical-coordinate representation of color #7E004C: hue angle of 323.81º 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 #7E004C is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.40 | 0.51 |
| HSL | 323.81º | 1% | 0.25% | - |
| HSV(B) | 323.81º | 1% | 0.49% | - |
| XYZ | 9.91 | 4.96 | 7.27 | - |
| YUV | 46.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 76 | 0 | 1 | 0.40 | 0.51 | 323.81 | 1 | 0.25 |
| Hex | 7E | 0 | 4C | 0 | 64 | 28 | 33 | 144 | 64 | 19 |
| Octal | 176 | 0 | 114 | 0 | 144 | 50 | 63 | 504 | 144 | 31 |
| Binary | 1111110 | 0 | 1001100 | 0 | 1100100 | 101000 | 110011 | 101000100 | 1100100 | 11001 |
Color Harmonies of #7E004C
Complementary color
Monochromatic Colors of #7E004C
Black with #7E004C
Text Example
Text Example
White with #7E004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E004C; }
p { color: rgb(126,0,76); }
H1.HeaderClassName
{
color: #7E004C;
}
.AnyTagClassName
{
color: #7E004C;
}
</style>
background-color css
<style>
a { background-color: #7E004C; }
a { background-color: rgb(126,0,76); }
div.DivClassName
{
background-color: #7E004C;
}
.BgClassName
{
background-color: #7E004C;
}
</style>
border-color css
<style>
span { border-color: #7E004C; }
span { border-color: rgb(126,0,76); }
td.TdClassName
{
border-color: #7E004C;
}
.TagClassName
{
border-color: #7E004C;
}
</style>