Shades of Tyrian Purple #780246
Tints of Tyrian Purple #780246
RGB
CMYK
RGB Variations
Color information
#780246 (or 0x780246) is known color: Tyrian Purple. HEX triplet: 78, 02 and 46. RGB value is (120,2,70). Sum of RGB (Red+Green+Blue) = 120+2+70=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #780246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780246 is #87FDB9. Grayscale: #2C2C2C. Windows color (decimal): -8912314 or 4588152. OLE color: 4588152.
HSL color Cylindrical-coordinate representation of color #780246: hue angle of 325.42º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780246 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 70 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.53 |
| HSL | 325.42º | 0.97% | 0.24% | - |
| HSV(B) | 325.42º | 0.98% | 0.47% | - |
| XYZ | 8.87 | 4.48 | 6.19 | - |
| YUV | 45.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 70 | 0 | 0.98 | 0.42 | 0.53 | 325.42 | 0.97 | 0.24 |
| Hex | 78 | 2 | 46 | 0 | 62 | 2A | 35 | 145 | 61 | 18 |
| Octal | 170 | 2 | 106 | 0 | 142 | 52 | 65 | 505 | 141 | 30 |
| Binary | 1111000 | 10 | 1000110 | 0 | 1100010 | 101010 | 110101 | 101000101 | 1100001 | 11000 |
Color Harmonies of #780246
Complementary color
Monochromatic Colors of #780246
Black with #780246
Text Example
Text Example
White with #780246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780246; }
p { color: rgb(120,2,70); }
H1.HeaderClassName
{
color: #780246;
}
.AnyTagClassName
{
color: #780246;
}
</style>
background-color css
<style>
a { background-color: #780246; }
a { background-color: rgb(120,2,70); }
div.DivClassName
{
background-color: #780246;
}
.BgClassName
{
background-color: #780246;
}
</style>
border-color css
<style>
span { border-color: #780246; }
span { border-color: rgb(120,2,70); }
td.TdClassName
{
border-color: #780246;
}
.TagClassName
{
border-color: #780246;
}
</style>