Shades of Tyrian Purple #7E014C
Tints of Tyrian Purple #7E014C
RGB
CMYK
RGB Variations
Color information
#7E014C (or 0x7E014C) is known color: Tyrian Purple. HEX triplet: 7E, 01 and 4C. RGB value is (126,1,76). Sum of RGB (Red+Green+Blue) = 126+1+76=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E014C is #81FEB3. Grayscale: #2E2E2E. Windows color (decimal): -8519348 or 4981118. OLE color: 4981118.
HSL color Cylindrical-coordinate representation of color #7E014C: hue angle of 324º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E014C is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.51 |
| HSL | 324º | 0.98% | 0.25% | - |
| HSV(B) | 324º | 0.99% | 0.49% | - |
| XYZ | 9.92 | 4.98 | 7.28 | - |
| YUV | 46.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 76 | 0 | 0.99 | 0.40 | 0.51 | 324 | 0.98 | 0.25 |
| Hex | 7E | 1 | 4C | 0 | 63 | 28 | 33 | 144 | 62 | 19 |
| Octal | 176 | 1 | 114 | 0 | 143 | 50 | 63 | 504 | 142 | 31 |
| Binary | 1111110 | 1 | 1001100 | 0 | 1100011 | 101000 | 110011 | 101000100 | 1100010 | 11001 |
Color Harmonies of #7E014C
Complementary color
Monochromatic Colors of #7E014C
Black with #7E014C
Text Example
Text Example
White with #7E014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E014C; }
p { color: rgb(126,1,76); }
H1.HeaderClassName
{
color: #7E014C;
}
.AnyTagClassName
{
color: #7E014C;
}
</style>
background-color css
<style>
a { background-color: #7E014C; }
a { background-color: rgb(126,1,76); }
div.DivClassName
{
background-color: #7E014C;
}
.BgClassName
{
background-color: #7E014C;
}
</style>
border-color css
<style>
span { border-color: #7E014C; }
span { border-color: rgb(126,1,76); }
td.TdClassName
{
border-color: #7E014C;
}
.TagClassName
{
border-color: #7E014C;
}
</style>