Shades of Tyrian Purple #76053F
Tints of Tyrian Purple #76053F
RGB
CMYK
RGB Variations
Color information
#76053F (or 0x76053F) is known color: Tyrian Purple. HEX triplet: 76, 05 and 3F. RGB value is (118,5,63). Sum of RGB (Red+Green+Blue) = 118+5+63=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76053F is #89FAC0. Grayscale: #2D2D2D. Windows color (decimal): -9042625 or 4130166. OLE color: 4130166.
HSL color Cylindrical-coordinate representation of color #76053F: hue angle of 329.2º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76053F is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 63 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.54 |
| HSL | 329.2º | 0.92% | 0.24% | - |
| HSV(B) | 329.2º | 0.96% | 0.46% | - |
| XYZ | 8.42 | 4.32 | 5.09 | - |
| YUV | 45.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 63 | 0 | 0.96 | 0.47 | 0.54 | 329.2 | 0.92 | 0.24 |
| Hex | 76 | 5 | 3F | 0 | 60 | 2F | 36 | 149 | 5C | 18 |
| Octal | 166 | 5 | 77 | 0 | 140 | 57 | 66 | 511 | 134 | 30 |
| Binary | 1110110 | 101 | 111111 | 0 | 1100000 | 101111 | 110110 | 101001001 | 1011100 | 11000 |
Color Harmonies of #76053F
Complementary color
Monochromatic Colors of #76053F
Black with #76053F
Text Example
Text Example
White with #76053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76053F; }
p { color: rgb(118,5,63); }
H1.HeaderClassName
{
color: #76053F;
}
.AnyTagClassName
{
color: #76053F;
}
</style>
background-color css
<style>
a { background-color: #76053F; }
a { background-color: rgb(118,5,63); }
div.DivClassName
{
background-color: #76053F;
}
.BgClassName
{
background-color: #76053F;
}
</style>
border-color css
<style>
span { border-color: #76053F; }
span { border-color: rgb(118,5,63); }
td.TdClassName
{
border-color: #76053F;
}
.TagClassName
{
border-color: #76053F;
}
</style>