Shades of Tyrian Purple #78073C
Tints of Tyrian Purple #78073C
RGB
CMYK
RGB Variations
Color information
#78073C (or 0x78073C) is known color: Tyrian Purple. HEX triplet: 78, 07 and 3C. RGB value is (120,7,60). Sum of RGB (Red+Green+Blue) = 120+7+60=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78073C is #87F8C3. Grayscale: #2E2E2E. Windows color (decimal): -8911044 or 3934072. OLE color: 3934072.
HSL color Cylindrical-coordinate representation of color #78073C: hue angle of 331.86º 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 #78073C is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 60 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.53 |
| HSL | 331.86º | 0.89% | 0.25% | - |
| HSV(B) | 331.86º | 0.94% | 0.47% | - |
| XYZ | 8.64 | 4.47 | 4.68 | - |
| YUV | 46.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 60 | 0 | 0.94 | 0.5 | 0.53 | 331.86 | 0.89 | 0.25 |
| Hex | 78 | 7 | 3C | 0 | 5E | 32 | 35 | 14C | 59 | 19 |
| Octal | 170 | 7 | 74 | 0 | 136 | 62 | 65 | 514 | 131 | 31 |
| Binary | 1111000 | 111 | 111100 | 0 | 1011110 | 110010 | 110101 | 101001100 | 1011001 | 11001 |
Color Harmonies of #78073C
Complementary color
Monochromatic Colors of #78073C
Black with #78073C
Text Example
Text Example
White with #78073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78073C; }
p { color: rgb(120,7,60); }
H1.HeaderClassName
{
color: #78073C;
}
.AnyTagClassName
{
color: #78073C;
}
</style>
background-color css
<style>
a { background-color: #78073C; }
a { background-color: rgb(120,7,60); }
div.DivClassName
{
background-color: #78073C;
}
.BgClassName
{
background-color: #78073C;
}
</style>
border-color css
<style>
span { border-color: #78073C; }
span { border-color: rgb(120,7,60); }
td.TdClassName
{
border-color: #78073C;
}
.TagClassName
{
border-color: #78073C;
}
</style>