Shades of Tyrian Purple #780B52
Tints of Tyrian Purple #780B52
RGB
CMYK
RGB Variations
Color information
#780B52 (or 0x780B52) is known color: Tyrian Purple. HEX triplet: 78, 0B and 52. RGB value is (120,11,82). Sum of RGB (Red+Green+Blue) = 120+11+82=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #780B52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B52 is #87F4AD. Grayscale: #333333. Windows color (decimal): -8909998 or 5376888. OLE color: 5376888.
HSL color Cylindrical-coordinate representation of color #780B52: hue angle of 320.92º 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 #780B52 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 82 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.53 |
| HSL | 320.92º | 0.83% | 0.26% | - |
| HSV(B) | 320.92º | 0.91% | 0.47% | - |
| XYZ | 9.39 | 4.84 | 8.42 | - |
| YUV | 51.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 82 | 0 | 0.91 | 0.32 | 0.53 | 320.92 | 0.83 | 0.26 |
| Hex | 78 | B | 52 | 0 | 5B | 20 | 35 | 141 | 53 | 1A |
| Octal | 170 | 13 | 122 | 0 | 133 | 40 | 65 | 501 | 123 | 32 |
| Binary | 1111000 | 1011 | 1010010 | 0 | 1011011 | 100000 | 110101 | 101000001 | 1010011 | 11010 |
Color Harmonies of #780B52
Complementary color
Monochromatic Colors of #780B52
Black with #780B52
Text Example
Text Example
White with #780B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B52; }
p { color: rgb(120,11,82); }
H1.HeaderClassName
{
color: #780B52;
}
.AnyTagClassName
{
color: #780B52;
}
</style>
background-color css
<style>
a { background-color: #780B52; }
a { background-color: rgb(120,11,82); }
div.DivClassName
{
background-color: #780B52;
}
.BgClassName
{
background-color: #780B52;
}
</style>
border-color css
<style>
span { border-color: #780B52; }
span { border-color: rgb(120,11,82); }
td.TdClassName
{
border-color: #780B52;
}
.TagClassName
{
border-color: #780B52;
}
</style>