Shades of Tyrian Purple #780741
Tints of Tyrian Purple #780741
RGB
CMYK
RGB Variations
Color information
#780741 (or 0x780741) is known color: Tyrian Purple. HEX triplet: 78, 07 and 41. RGB value is (120,7,65). Sum of RGB (Red+Green+Blue) = 120+7+65=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #780741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780741 is #87F8BE. Grayscale: #2F2F2F. Windows color (decimal): -8911039 or 4261752. OLE color: 4261752.
HSL color Cylindrical-coordinate representation of color #780741: hue angle of 329.2º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780741 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 65 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.53 |
| HSL | 329.2º | 0.89% | 0.25% | - |
| HSV(B) | 329.2º | 0.94% | 0.47% | - |
| XYZ | 8.78 | 4.53 | 5.41 | - |
| YUV | 47.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 65 | 0 | 0.94 | 0.46 | 0.53 | 329.2 | 0.89 | 0.25 |
| Hex | 78 | 7 | 41 | 0 | 5E | 2E | 35 | 149 | 59 | 19 |
| Octal | 170 | 7 | 101 | 0 | 136 | 56 | 65 | 511 | 131 | 31 |
| Binary | 1111000 | 111 | 1000001 | 0 | 1011110 | 101110 | 110101 | 101001001 | 1011001 | 11001 |
Color Harmonies of #780741
Complementary color
Monochromatic Colors of #780741
Black with #780741
Text Example
Text Example
White with #780741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780741; }
p { color: rgb(120,7,65); }
H1.HeaderClassName
{
color: #780741;
}
.AnyTagClassName
{
color: #780741;
}
</style>
background-color css
<style>
a { background-color: #780741; }
a { background-color: rgb(120,7,65); }
div.DivClassName
{
background-color: #780741;
}
.BgClassName
{
background-color: #780741;
}
</style>
border-color css
<style>
span { border-color: #780741; }
span { border-color: rgb(120,7,65); }
td.TdClassName
{
border-color: #780741;
}
.TagClassName
{
border-color: #780741;
}
</style>