Shades of Tyrian Purple #78053B
Tints of Tyrian Purple #78053B
RGB
CMYK
RGB Variations
Color information
#78053B (or 0x78053B) is known color: Tyrian Purple. HEX triplet: 78, 05 and 3B. RGB value is (120,5,59). Sum of RGB (Red+Green+Blue) = 120+5+59=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78053B is #87FAC4. Grayscale: #2D2D2D. Windows color (decimal): -8911557 or 3868024. OLE color: 3868024.
HSL color Cylindrical-coordinate representation of color #78053B: hue angle of 331.83º 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 #78053B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 59 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.53 |
| HSL | 331.83º | 0.92% | 0.25% | - |
| HSV(B) | 331.83º | 0.96% | 0.47% | - |
| XYZ | 8.59 | 4.42 | 4.54 | - |
| YUV | 45.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 59 | 0 | 0.96 | 0.51 | 0.53 | 331.83 | 0.92 | 0.25 |
| Hex | 78 | 5 | 3B | 0 | 60 | 33 | 35 | 14C | 5C | 19 |
| Octal | 170 | 5 | 73 | 0 | 140 | 63 | 65 | 514 | 134 | 31 |
| Binary | 1111000 | 101 | 111011 | 0 | 1100000 | 110011 | 110101 | 101001100 | 1011100 | 11001 |
Color Harmonies of #78053B
Complementary color
Monochromatic Colors of #78053B
Black with #78053B
Text Example
Text Example
White with #78053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78053B; }
p { color: rgb(120,5,59); }
H1.HeaderClassName
{
color: #78053B;
}
.AnyTagClassName
{
color: #78053B;
}
</style>
background-color css
<style>
a { background-color: #78053B; }
a { background-color: rgb(120,5,59); }
div.DivClassName
{
background-color: #78053B;
}
.BgClassName
{
background-color: #78053B;
}
</style>
border-color css
<style>
span { border-color: #78053B; }
span { border-color: rgb(120,5,59); }
td.TdClassName
{
border-color: #78053B;
}
.TagClassName
{
border-color: #78053B;
}
</style>