Shades of Tyrian Purple #78043C
Tints of Tyrian Purple #78043C
RGB
CMYK
RGB Variations
Color information
#78043C (or 0x78043C) is known color: Tyrian Purple. HEX triplet: 78, 04 and 3C. RGB value is (120,4,60). Sum of RGB (Red+Green+Blue) = 120+4+60=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78043C is #87FBC3. Grayscale: #2C2C2C. Windows color (decimal): -8911812 or 3933304. OLE color: 3933304.
HSL color Cylindrical-coordinate representation of color #78043C: hue angle of 331.03º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78043C is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 4 | 60 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.53 |
| HSL | 331.03º | 0.94% | 0.24% | - |
| HSV(B) | 331.03º | 0.97% | 0.47% | - |
| XYZ | 8.6 | 4.41 | 4.67 | - |
| YUV | 45.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 60 | 0 | 0.97 | 0.5 | 0.53 | 331.03 | 0.94 | 0.24 |
| Hex | 78 | 4 | 3C | 0 | 61 | 32 | 35 | 14B | 5E | 18 |
| Octal | 170 | 4 | 74 | 0 | 141 | 62 | 65 | 513 | 136 | 30 |
| Binary | 1111000 | 100 | 111100 | 0 | 1100001 | 110010 | 110101 | 101001011 | 1011110 | 11000 |
Color Harmonies of #78043C
Complementary color
Monochromatic Colors of #78043C
Black with #78043C
Text Example
Text Example
White with #78043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78043C; }
p { color: rgb(120,4,60); }
H1.HeaderClassName
{
color: #78043C;
}
.AnyTagClassName
{
color: #78043C;
}
</style>
background-color css
<style>
a { background-color: #78043C; }
a { background-color: rgb(120,4,60); }
div.DivClassName
{
background-color: #78043C;
}
.BgClassName
{
background-color: #78043C;
}
</style>
border-color css
<style>
span { border-color: #78043C; }
span { border-color: rgb(120,4,60); }
td.TdClassName
{
border-color: #78043C;
}
.TagClassName
{
border-color: #78043C;
}
</style>