Shades of Tyrian Purple #780B51
Tints of Tyrian Purple #780B51
RGB
CMYK
RGB Variations
Color information
#780B51 (or 0x780B51) is known color: Tyrian Purple. HEX triplet: 78, 0B and 51. RGB value is (120,11,81). Sum of RGB (Red+Green+Blue) = 120+11+81=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #780B51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B51 is #87F4AE. Grayscale: #333333. Windows color (decimal): -8909999 or 5311352. OLE color: 5311352.
HSL color Cylindrical-coordinate representation of color #780B51: hue angle of 321.47º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B51 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 81 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.53 |
| HSL | 321.47º | 0.83% | 0.26% | - |
| HSV(B) | 321.47º | 0.91% | 0.47% | - |
| XYZ | 9.35 | 4.83 | 8.22 | - |
| YUV | 51.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 81 | 0 | 0.91 | 0.32 | 0.53 | 321.47 | 0.83 | 0.26 |
| Hex | 78 | B | 51 | 0 | 5B | 20 | 35 | 141 | 53 | 1A |
| Octal | 170 | 13 | 121 | 0 | 133 | 40 | 65 | 501 | 123 | 32 |
| Binary | 1111000 | 1011 | 1010001 | 0 | 1011011 | 100000 | 110101 | 101000001 | 1010011 | 11010 |
Color Harmonies of #780B51
Complementary color
Monochromatic Colors of #780B51
Black with #780B51
Text Example
Text Example
White with #780B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B51; }
p { color: rgb(120,11,81); }
H1.HeaderClassName
{
color: #780B51;
}
.AnyTagClassName
{
color: #780B51;
}
</style>
background-color css
<style>
a { background-color: #780B51; }
a { background-color: rgb(120,11,81); }
div.DivClassName
{
background-color: #780B51;
}
.BgClassName
{
background-color: #780B51;
}
</style>
border-color css
<style>
span { border-color: #780B51; }
span { border-color: rgb(120,11,81); }
td.TdClassName
{
border-color: #780B51;
}
.TagClassName
{
border-color: #780B51;
}
</style>