Shades of Tyrian Purple #780C46
Tints of Tyrian Purple #780C46
RGB
CMYK
RGB Variations
Color information
#780C46 (or 0x780C46) is known color: Tyrian Purple. HEX triplet: 78, 0C and 46. RGB value is (120,12,70). Sum of RGB (Red+Green+Blue) = 120+12+70=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #780C46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C46 is #87F3B9. Grayscale: #323232. Windows color (decimal): -8909754 or 4590712. OLE color: 4590712.
HSL color Cylindrical-coordinate representation of color #780C46: hue angle of 327.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C46 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 70 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.53 |
| HSL | 327.78º | 0.82% | 0.26% | - |
| HSV(B) | 327.78º | 0.9% | 0.47% | - |
| XYZ | 8.98 | 4.7 | 6.23 | - |
| YUV | 50.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 70 | 0 | 0.90 | 0.42 | 0.53 | 327.78 | 0.82 | 0.26 |
| Hex | 78 | C | 46 | 0 | 5A | 2A | 35 | 148 | 52 | 1A |
| Octal | 170 | 14 | 106 | 0 | 132 | 52 | 65 | 510 | 122 | 32 |
| Binary | 1111000 | 1100 | 1000110 | 0 | 1011010 | 101010 | 110101 | 101001000 | 1010010 | 11010 |
Color Harmonies of #780C46
Complementary color
Monochromatic Colors of #780C46
Black with #780C46
Text Example
Text Example
White with #780C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C46; }
p { color: rgb(120,12,70); }
H1.HeaderClassName
{
color: #780C46;
}
.AnyTagClassName
{
color: #780C46;
}
</style>
background-color css
<style>
a { background-color: #780C46; }
a { background-color: rgb(120,12,70); }
div.DivClassName
{
background-color: #780C46;
}
.BgClassName
{
background-color: #780C46;
}
</style>
border-color css
<style>
span { border-color: #780C46; }
span { border-color: rgb(120,12,70); }
td.TdClassName
{
border-color: #780C46;
}
.TagClassName
{
border-color: #780C46;
}
</style>