Shades of Tyrian Purple #78074C
Tints of Tyrian Purple #78074C
RGB
CMYK
RGB Variations
Color information
#78074C (or 0x78074C) is known color: Tyrian Purple. HEX triplet: 78, 07 and 4C. RGB value is (120,7,76). Sum of RGB (Red+Green+Blue) = 120+7+76=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78074C is #87F8B3. Grayscale: #303030. Windows color (decimal): -8911028 or 4982648. OLE color: 4982648.
HSL color Cylindrical-coordinate representation of color #78074C: hue angle of 323.36º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78074C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 76 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.53 |
| HSL | 323.36º | 0.89% | 0.25% | - |
| HSV(B) | 323.36º | 0.94% | 0.47% | - |
| XYZ | 9.13 | 4.67 | 7.26 | - |
| YUV | 48.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 76 | 0 | 0.94 | 0.37 | 0.53 | 323.36 | 0.89 | 0.25 |
| Hex | 78 | 7 | 4C | 0 | 5E | 25 | 35 | 143 | 59 | 19 |
| Octal | 170 | 7 | 114 | 0 | 136 | 45 | 65 | 503 | 131 | 31 |
| Binary | 1111000 | 111 | 1001100 | 0 | 1011110 | 100101 | 110101 | 101000011 | 1011001 | 11001 |
Color Harmonies of #78074C
Complementary color
Monochromatic Colors of #78074C
Black with #78074C
Text Example
Text Example
White with #78074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78074C; }
p { color: rgb(120,7,76); }
H1.HeaderClassName
{
color: #78074C;
}
.AnyTagClassName
{
color: #78074C;
}
</style>
background-color css
<style>
a { background-color: #78074C; }
a { background-color: rgb(120,7,76); }
div.DivClassName
{
background-color: #78074C;
}
.BgClassName
{
background-color: #78074C;
}
</style>
border-color css
<style>
span { border-color: #78074C; }
span { border-color: rgb(120,7,76); }
td.TdClassName
{
border-color: #78074C;
}
.TagClassName
{
border-color: #78074C;
}
</style>