Shades of Tyrian Purple #78094A
Tints of Tyrian Purple #78094A
RGB
CMYK
RGB Variations
Color information
#78094A (or 0x78094A) is known color: Tyrian Purple. HEX triplet: 78, 09 and 4A. RGB value is (120,9,74). Sum of RGB (Red+Green+Blue) = 120+9+74=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78094A is #87F6B5. Grayscale: #313131. Windows color (decimal): -8910518 or 4852088. OLE color: 4852088.
HSL color Cylindrical-coordinate representation of color #78094A: hue angle of 324.86º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78094A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 74 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.53 |
| HSL | 324.86º | 0.86% | 0.25% | - |
| HSV(B) | 324.86º | 0.93% | 0.47% | - |
| XYZ | 9.08 | 4.68 | 6.9 | - |
| YUV | 49.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 74 | 0 | 0.92 | 0.38 | 0.53 | 324.86 | 0.86 | 0.25 |
| Hex | 78 | 9 | 4A | 0 | 5C | 26 | 35 | 145 | 56 | 19 |
| Octal | 170 | 11 | 112 | 0 | 134 | 46 | 65 | 505 | 126 | 31 |
| Binary | 1111000 | 1001 | 1001010 | 0 | 1011100 | 100110 | 110101 | 101000101 | 1010110 | 11001 |
Color Harmonies of #78094A
Complementary color
Monochromatic Colors of #78094A
Black with #78094A
Text Example
Text Example
White with #78094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78094A; }
p { color: rgb(120,9,74); }
H1.HeaderClassName
{
color: #78094A;
}
.AnyTagClassName
{
color: #78094A;
}
</style>
background-color css
<style>
a { background-color: #78094A; }
a { background-color: rgb(120,9,74); }
div.DivClassName
{
background-color: #78094A;
}
.BgClassName
{
background-color: #78094A;
}
</style>
border-color css
<style>
span { border-color: #78094A; }
span { border-color: rgb(120,9,74); }
td.TdClassName
{
border-color: #78094A;
}
.TagClassName
{
border-color: #78094A;
}
</style>