Shades of Tyrian Purple #760741
Tints of Tyrian Purple #760741
RGB
CMYK
RGB Variations
Color information
#760741 (or 0x760741) is known color: Tyrian Purple. HEX triplet: 76, 07 and 41. RGB value is (118,7,65). Sum of RGB (Red+Green+Blue) = 118+7+65=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #760741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760741 is #89F8BE. Grayscale: #2E2E2E. Windows color (decimal): -9042111 or 4261750. OLE color: 4261750.
HSL color Cylindrical-coordinate representation of color #760741: hue angle of 328.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760741 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 65 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.54 |
| HSL | 328.65º | 0.89% | 0.25% | - |
| HSV(B) | 328.65º | 0.94% | 0.46% | - |
| XYZ | 8.5 | 4.39 | 5.4 | - |
| YUV | 46.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 65 | 0 | 0.94 | 0.45 | 0.54 | 328.65 | 0.89 | 0.25 |
| Hex | 76 | 7 | 41 | 0 | 5E | 2D | 36 | 149 | 59 | 19 |
| Octal | 166 | 7 | 101 | 0 | 136 | 55 | 66 | 511 | 131 | 31 |
| Binary | 1110110 | 111 | 1000001 | 0 | 1011110 | 101101 | 110110 | 101001001 | 1011001 | 11001 |
Color Harmonies of #760741
Complementary color
Monochromatic Colors of #760741
Black with #760741
Text Example
Text Example
White with #760741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760741; }
p { color: rgb(118,7,65); }
H1.HeaderClassName
{
color: #760741;
}
.AnyTagClassName
{
color: #760741;
}
</style>
background-color css
<style>
a { background-color: #760741; }
a { background-color: rgb(118,7,65); }
div.DivClassName
{
background-color: #760741;
}
.BgClassName
{
background-color: #760741;
}
</style>
border-color css
<style>
span { border-color: #760741; }
span { border-color: rgb(118,7,65); }
td.TdClassName
{
border-color: #760741;
}
.TagClassName
{
border-color: #760741;
}
</style>