Shades of Tyrian Purple #780A49
Tints of Tyrian Purple #780A49
RGB
CMYK
RGB Variations
Color information
#780A49 (or 0x780A49) is known color: Tyrian Purple. HEX triplet: 78, 0A and 49. RGB value is (120,10,73). Sum of RGB (Red+Green+Blue) = 120+10+73=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #780A49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A49 is #87F5B6. Grayscale: #313131. Windows color (decimal): -8910263 or 4786808. OLE color: 4786808.
HSL color Cylindrical-coordinate representation of color #780A49: hue angle of 325.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A49 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 73 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.53 |
| HSL | 325.64º | 0.85% | 0.25% | - |
| HSV(B) | 325.64º | 0.92% | 0.47% | - |
| XYZ | 9.06 | 4.69 | 6.73 | - |
| YUV | 50.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 73 | 0 | 0.92 | 0.39 | 0.53 | 325.64 | 0.85 | 0.25 |
| Hex | 78 | A | 49 | 0 | 5C | 27 | 35 | 146 | 55 | 19 |
| Octal | 170 | 12 | 111 | 0 | 134 | 47 | 65 | 506 | 125 | 31 |
| Binary | 1111000 | 1010 | 1001001 | 0 | 1011100 | 100111 | 110101 | 101000110 | 1010101 | 11001 |
Color Harmonies of #780A49
Complementary color
Monochromatic Colors of #780A49
Black with #780A49
Text Example
Text Example
White with #780A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A49; }
p { color: rgb(120,10,73); }
H1.HeaderClassName
{
color: #780A49;
}
.AnyTagClassName
{
color: #780A49;
}
</style>
background-color css
<style>
a { background-color: #780A49; }
a { background-color: rgb(120,10,73); }
div.DivClassName
{
background-color: #780A49;
}
.BgClassName
{
background-color: #780A49;
}
</style>
border-color css
<style>
span { border-color: #780A49; }
span { border-color: rgb(120,10,73); }
td.TdClassName
{
border-color: #780A49;
}
.TagClassName
{
border-color: #780A49;
}
</style>