Shades of Tyrian Purple #76083B
Tints of Tyrian Purple #76083B
RGB
CMYK
RGB Variations
Color information
#76083B (or 0x76083B) is known color: Tyrian Purple. HEX triplet: 76, 08 and 3B. RGB value is (118,8,59). Sum of RGB (Red+Green+Blue) = 118+8+59=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76083B is #89F7C4. Grayscale: #2E2E2E. Windows color (decimal): -9041861 or 3868790. OLE color: 3868790.
HSL color Cylindrical-coordinate representation of color #76083B: hue angle of 332.18º 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 #76083B is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 59 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.54 |
| HSL | 332.18º | 0.87% | 0.25% | - |
| HSV(B) | 332.18º | 0.93% | 0.46% | - |
| XYZ | 8.35 | 4.34 | 4.54 | - |
| YUV | 46.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 59 | 0 | 0.93 | 0.50 | 0.54 | 332.18 | 0.87 | 0.25 |
| Hex | 76 | 8 | 3B | 0 | 5D | 32 | 36 | 14C | 57 | 19 |
| Octal | 166 | 10 | 73 | 0 | 135 | 62 | 66 | 514 | 127 | 31 |
| Binary | 1110110 | 1000 | 111011 | 0 | 1011101 | 110010 | 110110 | 101001100 | 1010111 | 11001 |
Color Harmonies of #76083B
Complementary color
Monochromatic Colors of #76083B
Black with #76083B
Text Example
Text Example
White with #76083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76083B; }
p { color: rgb(118,8,59); }
H1.HeaderClassName
{
color: #76083B;
}
.AnyTagClassName
{
color: #76083B;
}
</style>
background-color css
<style>
a { background-color: #76083B; }
a { background-color: rgb(118,8,59); }
div.DivClassName
{
background-color: #76083B;
}
.BgClassName
{
background-color: #76083B;
}
</style>
border-color css
<style>
span { border-color: #76083B; }
span { border-color: rgb(118,8,59); }
td.TdClassName
{
border-color: #76083B;
}
.TagClassName
{
border-color: #76083B;
}
</style>