Shades of Tyrian Purple #760941
Tints of Tyrian Purple #760941
RGB
CMYK
RGB Variations
Color information
#760941 (or 0x760941) is known color: Tyrian Purple. HEX triplet: 76, 09 and 41. RGB value is (118,9,65). Sum of RGB (Red+Green+Blue) = 118+9+65=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #760941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760941 is #89F6BE. Grayscale: #2F2F2F. Windows color (decimal): -9041599 or 4262262. OLE color: 4262262.
HSL color Cylindrical-coordinate representation of color #760941: hue angle of 329.17º 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 #760941 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 65 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.54 |
| HSL | 329.17º | 0.86% | 0.25% | - |
| HSV(B) | 329.17º | 0.92% | 0.46% | - |
| XYZ | 8.52 | 4.43 | 5.41 | - |
| YUV | 47.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 65 | 0 | 0.92 | 0.45 | 0.54 | 329.17 | 0.86 | 0.25 |
| Hex | 76 | 9 | 41 | 0 | 5C | 2D | 36 | 149 | 56 | 19 |
| Octal | 166 | 11 | 101 | 0 | 134 | 55 | 66 | 511 | 126 | 31 |
| Binary | 1110110 | 1001 | 1000001 | 0 | 1011100 | 101101 | 110110 | 101001001 | 1010110 | 11001 |
Color Harmonies of #760941
Complementary color
Monochromatic Colors of #760941
Black with #760941
Text Example
Text Example
White with #760941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760941; }
p { color: rgb(118,9,65); }
H1.HeaderClassName
{
color: #760941;
}
.AnyTagClassName
{
color: #760941;
}
</style>
background-color css
<style>
a { background-color: #760941; }
a { background-color: rgb(118,9,65); }
div.DivClassName
{
background-color: #760941;
}
.BgClassName
{
background-color: #760941;
}
</style>
border-color css
<style>
span { border-color: #760941; }
span { border-color: rgb(118,9,65); }
td.TdClassName
{
border-color: #760941;
}
.TagClassName
{
border-color: #760941;
}
</style>