Shades of Tyrian Purple #780A4B
Tints of Tyrian Purple #780A4B
RGB
CMYK
RGB Variations
Color information
#780A4B (or 0x780A4B) is known color: Tyrian Purple. HEX triplet: 78, 0A and 4B. RGB value is (120,10,75). Sum of RGB (Red+Green+Blue) = 120+10+75=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #780A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A4B is #87F5B4. Grayscale: #323232. Windows color (decimal): -8910261 or 4917880. OLE color: 4917880.
HSL color Cylindrical-coordinate representation of color #780A4B: hue angle of 324.55º 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 #780A4B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 75 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.53 |
| HSL | 324.55º | 0.85% | 0.25% | - |
| HSV(B) | 324.55º | 0.92% | 0.47% | - |
| XYZ | 9.12 | 4.72 | 7.09 | - |
| YUV | 50.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 75 | 0 | 0.92 | 0.37 | 0.53 | 324.55 | 0.85 | 0.25 |
| Hex | 78 | A | 4B | 0 | 5C | 25 | 35 | 145 | 55 | 19 |
| Octal | 170 | 12 | 113 | 0 | 134 | 45 | 65 | 505 | 125 | 31 |
| Binary | 1111000 | 1010 | 1001011 | 0 | 1011100 | 100101 | 110101 | 101000101 | 1010101 | 11001 |
Color Harmonies of #780A4B
Complementary color
Monochromatic Colors of #780A4B
Black with #780A4B
Text Example
Text Example
White with #780A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A4B; }
p { color: rgb(120,10,75); }
H1.HeaderClassName
{
color: #780A4B;
}
.AnyTagClassName
{
color: #780A4B;
}
</style>
background-color css
<style>
a { background-color: #780A4B; }
a { background-color: rgb(120,10,75); }
div.DivClassName
{
background-color: #780A4B;
}
.BgClassName
{
background-color: #780A4B;
}
</style>
border-color css
<style>
span { border-color: #780A4B; }
span { border-color: rgb(120,10,75); }
td.TdClassName
{
border-color: #780A4B;
}
.TagClassName
{
border-color: #780A4B;
}
</style>