Shades of Tyrian Purple #76083E
Tints of Tyrian Purple #76083E
RGB
CMYK
RGB Variations
Color information
#76083E (or 0x76083E) is known color: Tyrian Purple. HEX triplet: 76, 08 and 3E. RGB value is (118,8,62). Sum of RGB (Red+Green+Blue) = 118+8+62=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76083E is #89F7C1. Grayscale: #2E2E2E. Windows color (decimal): -9041858 or 4065398. OLE color: 4065398.
HSL color Cylindrical-coordinate representation of color #76083E: hue angle of 330.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76083E is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 62 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.54 |
| HSL | 330.55º | 0.87% | 0.25% | - |
| HSV(B) | 330.55º | 0.93% | 0.46% | - |
| XYZ | 8.43 | 4.37 | 4.96 | - |
| YUV | 47.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 62 | 0 | 0.93 | 0.47 | 0.54 | 330.55 | 0.87 | 0.25 |
| Hex | 76 | 8 | 3E | 0 | 5D | 2F | 36 | 14B | 57 | 19 |
| Octal | 166 | 10 | 76 | 0 | 135 | 57 | 66 | 513 | 127 | 31 |
| Binary | 1110110 | 1000 | 111110 | 0 | 1011101 | 101111 | 110110 | 101001011 | 1010111 | 11001 |
Color Harmonies of #76083E
Complementary color
Monochromatic Colors of #76083E
Black with #76083E
Text Example
Text Example
White with #76083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76083E; }
p { color: rgb(118,8,62); }
H1.HeaderClassName
{
color: #76083E;
}
.AnyTagClassName
{
color: #76083E;
}
</style>
background-color css
<style>
a { background-color: #76083E; }
a { background-color: rgb(118,8,62); }
div.DivClassName
{
background-color: #76083E;
}
.BgClassName
{
background-color: #76083E;
}
</style>
border-color css
<style>
span { border-color: #76083E; }
span { border-color: rgb(118,8,62); }
td.TdClassName
{
border-color: #76083E;
}
.TagClassName
{
border-color: #76083E;
}
</style>