Shades of Tyrian Purple #78054C
Tints of Tyrian Purple #78054C
RGB
CMYK
RGB Variations
Color information
#78054C (or 0x78054C) is known color: Tyrian Purple. HEX triplet: 78, 05 and 4C. RGB value is (120,5,76). Sum of RGB (Red+Green+Blue) = 120+5+76=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78054C is #87FAB3. Grayscale: #2F2F2F. Windows color (decimal): -8911540 or 4982136. OLE color: 4982136.
HSL color Cylindrical-coordinate representation of color #78054C: hue angle of 322.96º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78054C is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 76 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.53 |
| HSL | 322.96º | 0.92% | 0.25% | - |
| HSV(B) | 322.96º | 0.96% | 0.47% | - |
| XYZ | 9.1 | 4.62 | 7.25 | - |
| YUV | 47.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 76 | 0 | 0.96 | 0.37 | 0.53 | 322.96 | 0.92 | 0.25 |
| Hex | 78 | 5 | 4C | 0 | 60 | 25 | 35 | 143 | 5C | 19 |
| Octal | 170 | 5 | 114 | 0 | 140 | 45 | 65 | 503 | 134 | 31 |
| Binary | 1111000 | 101 | 1001100 | 0 | 1100000 | 100101 | 110101 | 101000011 | 1011100 | 11001 |
Color Harmonies of #78054C
Complementary color
Monochromatic Colors of #78054C
Black with #78054C
Text Example
Text Example
White with #78054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78054C; }
p { color: rgb(120,5,76); }
H1.HeaderClassName
{
color: #78054C;
}
.AnyTagClassName
{
color: #78054C;
}
</style>
background-color css
<style>
a { background-color: #78054C; }
a { background-color: rgb(120,5,76); }
div.DivClassName
{
background-color: #78054C;
}
.BgClassName
{
background-color: #78054C;
}
</style>
border-color css
<style>
span { border-color: #78054C; }
span { border-color: rgb(120,5,76); }
td.TdClassName
{
border-color: #78054C;
}
.TagClassName
{
border-color: #78054C;
}
</style>