Shades of Tyrian Purple #780A41
Tints of Tyrian Purple #780A41
RGB
CMYK
RGB Variations
Color information
#780A41 (or 0x780A41) is known color: Tyrian Purple. HEX triplet: 78, 0A and 41. RGB value is (120,10,65). Sum of RGB (Red+Green+Blue) = 120+10+65=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #780A41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A41 is #87F5BE. Grayscale: #313131. Windows color (decimal): -8910271 or 4262520. OLE color: 4262520.
HSL color Cylindrical-coordinate representation of color #780A41: hue angle of 330º 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 #780A41 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 65 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.53 |
| HSL | 330º | 0.85% | 0.25% | - |
| HSV(B) | 330º | 0.92% | 0.47% | - |
| XYZ | 8.81 | 4.59 | 5.42 | - |
| YUV | 49.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 65 | 0 | 0.92 | 0.46 | 0.53 | 330 | 0.85 | 0.25 |
| Hex | 78 | A | 41 | 0 | 5C | 2E | 35 | 14A | 55 | 19 |
| Octal | 170 | 12 | 101 | 0 | 134 | 56 | 65 | 512 | 125 | 31 |
| Binary | 1111000 | 1010 | 1000001 | 0 | 1011100 | 101110 | 110101 | 101001010 | 1010101 | 11001 |
Color Harmonies of #780A41
Complementary color
Monochromatic Colors of #780A41
Black with #780A41
Text Example
Text Example
White with #780A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A41; }
p { color: rgb(120,10,65); }
H1.HeaderClassName
{
color: #780A41;
}
.AnyTagClassName
{
color: #780A41;
}
</style>
background-color css
<style>
a { background-color: #780A41; }
a { background-color: rgb(120,10,65); }
div.DivClassName
{
background-color: #780A41;
}
.BgClassName
{
background-color: #780A41;
}
</style>
border-color css
<style>
span { border-color: #780A41; }
span { border-color: rgb(120,10,65); }
td.TdClassName
{
border-color: #780A41;
}
.TagClassName
{
border-color: #780A41;
}
</style>