Shades of Tyrian Purple #78004C
Tints of Tyrian Purple #78004C
RGB
CMYK
RGB Variations
Color information
#78004C (or 0x78004C) is known color: Tyrian Purple. HEX triplet: 78, 00 and 4C. RGB value is (120,0,76). Sum of RGB (Red+Green+Blue) = 120+0+76=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #78004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78004C is #87FFB3. Grayscale: #2C2C2C. Windows color (decimal): -8912820 or 4980856. OLE color: 4980856.
HSL color Cylindrical-coordinate representation of color #78004C: hue angle of 322º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78004C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.37 | 0.53 |
| HSL | 322º | 1% | 0.24% | - |
| HSV(B) | 322º | 1% | 0.47% | - |
| XYZ | 9.05 | 4.51 | 7.23 | - |
| YUV | 44.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 76 | 0 | 1 | 0.37 | 0.53 | 322 | 1 | 0.24 |
| Hex | 78 | 0 | 4C | 0 | 64 | 25 | 35 | 142 | 64 | 18 |
| Octal | 170 | 0 | 114 | 0 | 144 | 45 | 65 | 502 | 144 | 30 |
| Binary | 1111000 | 0 | 1001100 | 0 | 1100100 | 100101 | 110101 | 101000010 | 1100100 | 11000 |
Color Harmonies of #78004C
Complementary color
Monochromatic Colors of #78004C
Black with #78004C
Text Example
Text Example
White with #78004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78004C; }
p { color: rgb(120,0,76); }
H1.HeaderClassName
{
color: #78004C;
}
.AnyTagClassName
{
color: #78004C;
}
</style>
background-color css
<style>
a { background-color: #78004C; }
a { background-color: rgb(120,0,76); }
div.DivClassName
{
background-color: #78004C;
}
.BgClassName
{
background-color: #78004C;
}
</style>
border-color css
<style>
span { border-color: #78004C; }
span { border-color: rgb(120,0,76); }
td.TdClassName
{
border-color: #78004C;
}
.TagClassName
{
border-color: #78004C;
}
</style>