Shades of Tyrian Purple #7E003C
Tints of Tyrian Purple #7E003C
RGB
CMYK
RGB Variations
Color information
#7E003C (or 0x7E003C) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 3C. RGB value is (126,0,60). Sum of RGB (Red+Green+Blue) = 126+0+60=186 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.74% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 126 - color contains mainly: red. Hex color #7E003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E003C is #81FFC3. Grayscale: #2C2C2C. Windows color (decimal): -8519620 or 3932286. OLE color: 3932286.
HSL color Cylindrical-coordinate representation of color #7E003C: hue angle of 331.43º 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 #7E003C is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.52 | 0.51 |
| HSL | 331.43º | 1% | 0.25% | - |
| HSV(B) | 331.43º | 1% | 0.49% | - |
| XYZ | 9.42 | 4.76 | 4.7 | - |
| YUV | 44.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 60 | 0 | 1 | 0.52 | 0.51 | 331.43 | 1 | 0.25 |
| Hex | 7E | 0 | 3C | 0 | 64 | 34 | 33 | 14B | 64 | 19 |
| Octal | 176 | 0 | 74 | 0 | 144 | 64 | 63 | 513 | 144 | 31 |
| Binary | 1111110 | 0 | 111100 | 0 | 1100100 | 110100 | 110011 | 101001011 | 1100100 | 11001 |
Color Harmonies of #7E003C
Complementary color
Monochromatic Colors of #7E003C
Black with #7E003C
Text Example
Text Example
White with #7E003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E003C; }
p { color: rgb(126,0,60); }
H1.HeaderClassName
{
color: #7E003C;
}
.AnyTagClassName
{
color: #7E003C;
}
</style>
background-color css
<style>
a { background-color: #7E003C; }
a { background-color: rgb(126,0,60); }
div.DivClassName
{
background-color: #7E003C;
}
.BgClassName
{
background-color: #7E003C;
}
</style>
border-color css
<style>
span { border-color: #7E003C; }
span { border-color: rgb(126,0,60); }
td.TdClassName
{
border-color: #7E003C;
}
.TagClassName
{
border-color: #7E003C;
}
</style>