Shades of Tyrian Purple #76093F
Tints of Tyrian Purple #76093F
RGB
CMYK
RGB Variations
Color information
#76093F (or 0x76093F) is known color: Tyrian Purple. HEX triplet: 76, 09 and 3F. RGB value is (118,9,63). Sum of RGB (Red+Green+Blue) = 118+9+63=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #76093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76093F is #89F6C0. Grayscale: #2F2F2F. Windows color (decimal): -9041601 or 4131190. OLE color: 4131190.
HSL color Cylindrical-coordinate representation of color #76093F: hue angle of 330.28º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76093F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 63 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.54 |
| HSL | 330.28º | 0.86% | 0.25% | - |
| HSV(B) | 330.28º | 0.92% | 0.46% | - |
| XYZ | 8.47 | 4.41 | 5.11 | - |
| YUV | 47.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 63 | 0 | 0.92 | 0.47 | 0.54 | 330.28 | 0.86 | 0.25 |
| Hex | 76 | 9 | 3F | 0 | 5C | 2F | 36 | 14A | 56 | 19 |
| Octal | 166 | 11 | 77 | 0 | 134 | 57 | 66 | 512 | 126 | 31 |
| Binary | 1110110 | 1001 | 111111 | 0 | 1011100 | 101111 | 110110 | 101001010 | 1010110 | 11001 |
Color Harmonies of #76093F
Complementary color
Monochromatic Colors of #76093F
Black with #76093F
Text Example
Text Example
White with #76093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76093F; }
p { color: rgb(118,9,63); }
H1.HeaderClassName
{
color: #76093F;
}
.AnyTagClassName
{
color: #76093F;
}
</style>
background-color css
<style>
a { background-color: #76093F; }
a { background-color: rgb(118,9,63); }
div.DivClassName
{
background-color: #76093F;
}
.BgClassName
{
background-color: #76093F;
}
</style>
border-color css
<style>
span { border-color: #76093F; }
span { border-color: rgb(118,9,63); }
td.TdClassName
{
border-color: #76093F;
}
.TagClassName
{
border-color: #76093F;
}
</style>