Shades of Tyrian Purple #78083E
Tints of Tyrian Purple #78083E
RGB
CMYK
RGB Variations
Color information
#78083E (or 0x78083E) is known color: Tyrian Purple. HEX triplet: 78, 08 and 3E. RGB value is (120,8,62). Sum of RGB (Red+Green+Blue) = 120+8+62=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78083E is #87F7C1. Grayscale: #2F2F2F. Windows color (decimal): -8910786 or 4065400. OLE color: 4065400.
HSL color Cylindrical-coordinate representation of color #78083E: hue angle of 331.07º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78083E is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 62 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.53 |
| HSL | 331.07º | 0.88% | 0.25% | - |
| HSV(B) | 331.07º | 0.93% | 0.47% | - |
| XYZ | 8.7 | 4.51 | 4.97 | - |
| YUV | 47.64 | 136.11 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 62 | 0 | 0.93 | 0.48 | 0.53 | 331.07 | 0.88 | 0.25 |
| Hex | 78 | 8 | 3E | 0 | 5D | 30 | 35 | 14B | 58 | 19 |
| Octal | 170 | 10 | 76 | 0 | 135 | 60 | 65 | 513 | 130 | 31 |
| Binary | 1111000 | 1000 | 111110 | 0 | 1011101 | 110000 | 110101 | 101001011 | 1011000 | 11001 |
Color Harmonies of #78083E
Complementary color
Monochromatic Colors of #78083E
Black with #78083E
Text Example
Text Example
White with #78083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78083E; }
p { color: rgb(120,8,62); }
H1.HeaderClassName
{
color: #78083E;
}
.AnyTagClassName
{
color: #78083E;
}
</style>
background-color css
<style>
a { background-color: #78083E; }
a { background-color: rgb(120,8,62); }
div.DivClassName
{
background-color: #78083E;
}
.BgClassName
{
background-color: #78083E;
}
</style>
border-color css
<style>
span { border-color: #78083E; }
span { border-color: rgb(120,8,62); }
td.TdClassName
{
border-color: #78083E;
}
.TagClassName
{
border-color: #78083E;
}
</style>