Shades of Tyrian Purple #7E033B
Tints of Tyrian Purple #7E033B
RGB
CMYK
RGB Variations
Color information
#7E033B (or 0x7E033B) is known color: Tyrian Purple. HEX triplet: 7E, 03 and 3B. RGB value is (126,3,59). Sum of RGB (Red+Green+Blue) = 126+3+59=188 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.02% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 126 - color contains mainly: red. Hex color #7E033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E033B is #81FCC4. Grayscale: #2E2E2E. Windows color (decimal): -8518853 or 3867518. OLE color: 3867518.
HSL color Cylindrical-coordinate representation of color #7E033B: hue angle of 332.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E033B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.51 |
| HSL | 332.68º | 0.95% | 0.25% | - |
| HSV(B) | 332.68º | 0.98% | 0.49% | - |
| XYZ | 9.43 | 4.82 | 4.57 | - |
| YUV | 46.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 59 | 0 | 0.98 | 0.53 | 0.51 | 332.68 | 0.95 | 0.25 |
| Hex | 7E | 3 | 3B | 0 | 62 | 35 | 33 | 14D | 5F | 19 |
| Octal | 176 | 3 | 73 | 0 | 142 | 65 | 63 | 515 | 137 | 31 |
| Binary | 1111110 | 11 | 111011 | 0 | 1100010 | 110101 | 110011 | 101001101 | 1011111 | 11001 |
Color Harmonies of #7E033B
Complementary color
Monochromatic Colors of #7E033B
Black with #7E033B
Text Example
Text Example
White with #7E033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E033B; }
p { color: rgb(126,3,59); }
H1.HeaderClassName
{
color: #7E033B;
}
.AnyTagClassName
{
color: #7E033B;
}
</style>
background-color css
<style>
a { background-color: #7E033B; }
a { background-color: rgb(126,3,59); }
div.DivClassName
{
background-color: #7E033B;
}
.BgClassName
{
background-color: #7E033B;
}
</style>
border-color css
<style>
span { border-color: #7E033B; }
span { border-color: rgb(126,3,59); }
td.TdClassName
{
border-color: #7E033B;
}
.TagClassName
{
border-color: #7E033B;
}
</style>