Shades of Tyrian Purple #76003E
Tints of Tyrian Purple #76003E
RGB
CMYK
RGB Variations
Color information
#76003E (or 0x76003E) is known color: Tyrian Purple. HEX triplet: 76, 00 and 3E. RGB value is (118,0,62). Sum of RGB (Red+Green+Blue) = 118+0+62=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76003E is #89FFC1. Grayscale: #2A2A2A. Windows color (decimal): -9043906 or 4063350. OLE color: 4063350.
HSL color Cylindrical-coordinate representation of color #76003E: hue angle of 328.47º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76003E is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.47 | 0.54 |
| HSL | 328.47º | 1% | 0.23% | - |
| HSV(B) | 328.47º | 1% | 0.46% | - |
| XYZ | 8.34 | 4.2 | 4.93 | - |
| YUV | 42.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 62 | 0 | 1 | 0.47 | 0.54 | 328.47 | 1 | 0.23 |
| Hex | 76 | 0 | 3E | 0 | 64 | 2F | 36 | 148 | 64 | 17 |
| Octal | 166 | 0 | 76 | 0 | 144 | 57 | 66 | 510 | 144 | 27 |
| Binary | 1110110 | 0 | 111110 | 0 | 1100100 | 101111 | 110110 | 101001000 | 1100100 | 10111 |
Color Harmonies of #76003E
Complementary color
Monochromatic Colors of #76003E
Black with #76003E
Text Example
Text Example
White with #76003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76003E; }
p { color: rgb(118,0,62); }
H1.HeaderClassName
{
color: #76003E;
}
.AnyTagClassName
{
color: #76003E;
}
</style>
background-color css
<style>
a { background-color: #76003E; }
a { background-color: rgb(118,0,62); }
div.DivClassName
{
background-color: #76003E;
}
.BgClassName
{
background-color: #76003E;
}
</style>
border-color css
<style>
span { border-color: #76003E; }
span { border-color: rgb(118,0,62); }
td.TdClassName
{
border-color: #76003E;
}
.TagClassName
{
border-color: #76003E;
}
</style>