Shades of Tyrian Purple #78004F
Tints of Tyrian Purple #78004F
RGB
CMYK
RGB Variations
Color information
#78004F (or 0x78004F) is known color: Tyrian Purple. HEX triplet: 78, 00 and 4F. RGB value is (120,0,79). Sum of RGB (Red+Green+Blue) = 120+0+79=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78004F is #87FFB0. Grayscale: #2C2C2C. Windows color (decimal): -8912817 or 5177464. OLE color: 5177464.
HSL color Cylindrical-coordinate representation of color #78004F: hue angle of 320.5º 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 #78004F is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.34 | 0.53 |
| HSL | 320.5º | 1% | 0.24% | - |
| HSV(B) | 320.5º | 1% | 0.47% | - |
| XYZ | 9.16 | 4.56 | 7.79 | - |
| YUV | 44.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 79 | 0 | 1 | 0.34 | 0.53 | 320.5 | 1 | 0.24 |
| Hex | 78 | 0 | 4F | 0 | 64 | 22 | 35 | 140 | 64 | 18 |
| Octal | 170 | 0 | 117 | 0 | 144 | 42 | 65 | 500 | 144 | 30 |
| Binary | 1111000 | 0 | 1001111 | 0 | 1100100 | 100010 | 110101 | 101000000 | 1100100 | 11000 |
Color Harmonies of #78004F
Complementary color
Monochromatic Colors of #78004F
Black with #78004F
Text Example
Text Example
White with #78004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78004F; }
p { color: rgb(120,0,79); }
H1.HeaderClassName
{
color: #78004F;
}
.AnyTagClassName
{
color: #78004F;
}
</style>
background-color css
<style>
a { background-color: #78004F; }
a { background-color: rgb(120,0,79); }
div.DivClassName
{
background-color: #78004F;
}
.BgClassName
{
background-color: #78004F;
}
</style>
border-color css
<style>
span { border-color: #78004F; }
span { border-color: rgb(120,0,79); }
td.TdClassName
{
border-color: #78004F;
}
.TagClassName
{
border-color: #78004F;
}
</style>