Shades of Tyrian Purple #78094D
Tints of Tyrian Purple #78094D
RGB
CMYK
RGB Variations
Color information
#78094D (or 0x78094D) is known color: Tyrian Purple. HEX triplet: 78, 09 and 4D. RGB value is (120,9,77). Sum of RGB (Red+Green+Blue) = 120+9+77=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #78094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78094D is #87F6B2. Grayscale: #313131. Windows color (decimal): -8910515 or 5048696. OLE color: 5048696.
HSL color Cylindrical-coordinate representation of color #78094D: hue angle of 323.24º 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 #78094D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 77 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.53 |
| HSL | 323.24º | 0.86% | 0.25% | - |
| HSV(B) | 323.24º | 0.93% | 0.47% | - |
| XYZ | 9.18 | 4.72 | 7.45 | - |
| YUV | 49.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 77 | 0 | 0.92 | 0.36 | 0.53 | 323.24 | 0.86 | 0.25 |
| Hex | 78 | 9 | 4D | 0 | 5C | 24 | 35 | 143 | 56 | 19 |
| Octal | 170 | 11 | 115 | 0 | 134 | 44 | 65 | 503 | 126 | 31 |
| Binary | 1111000 | 1001 | 1001101 | 0 | 1011100 | 100100 | 110101 | 101000011 | 1010110 | 11001 |
Color Harmonies of #78094D
Complementary color
Monochromatic Colors of #78094D
Black with #78094D
Text Example
Text Example
White with #78094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78094D; }
p { color: rgb(120,9,77); }
H1.HeaderClassName
{
color: #78094D;
}
.AnyTagClassName
{
color: #78094D;
}
</style>
background-color css
<style>
a { background-color: #78094D; }
a { background-color: rgb(120,9,77); }
div.DivClassName
{
background-color: #78094D;
}
.BgClassName
{
background-color: #78094D;
}
</style>
border-color css
<style>
span { border-color: #78094D; }
span { border-color: rgb(120,9,77); }
td.TdClassName
{
border-color: #78094D;
}
.TagClassName
{
border-color: #78094D;
}
</style>