Shades of Tyrian Purple #76083F
Tints of Tyrian Purple #76083F
RGB
CMYK
RGB Variations
Color information
#76083F (or 0x76083F) is known color: Tyrian Purple. HEX triplet: 76, 08 and 3F. RGB value is (118,8,63). Sum of RGB (Red+Green+Blue) = 118+8+63=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #76083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76083F is #89F7C0. Grayscale: #2F2F2F. Windows color (decimal): -9041857 or 4130934. OLE color: 4130934.
HSL color Cylindrical-coordinate representation of color #76083F: hue angle of 330º 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 #76083F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 63 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.54 |
| HSL | 330º | 0.87% | 0.25% | - |
| HSV(B) | 330º | 0.93% | 0.46% | - |
| XYZ | 8.46 | 4.38 | 5.1 | - |
| YUV | 47.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 63 | 0 | 0.93 | 0.47 | 0.54 | 330 | 0.87 | 0.25 |
| Hex | 76 | 8 | 3F | 0 | 5D | 2F | 36 | 14A | 57 | 19 |
| Octal | 166 | 10 | 77 | 0 | 135 | 57 | 66 | 512 | 127 | 31 |
| Binary | 1110110 | 1000 | 111111 | 0 | 1011101 | 101111 | 110110 | 101001010 | 1010111 | 11001 |
Color Harmonies of #76083F
Complementary color
Monochromatic Colors of #76083F
Black with #76083F
Text Example
Text Example
White with #76083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76083F; }
p { color: rgb(118,8,63); }
H1.HeaderClassName
{
color: #76083F;
}
.AnyTagClassName
{
color: #76083F;
}
</style>
background-color css
<style>
a { background-color: #76083F; }
a { background-color: rgb(118,8,63); }
div.DivClassName
{
background-color: #76083F;
}
.BgClassName
{
background-color: #76083F;
}
</style>
border-color css
<style>
span { border-color: #76083F; }
span { border-color: rgb(118,8,63); }
td.TdClassName
{
border-color: #76083F;
}
.TagClassName
{
border-color: #76083F;
}
</style>