Shades of Tyrian Purple #78034C
Tints of Tyrian Purple #78034C
RGB
CMYK
RGB Variations
Color information
#78034C (or 0x78034C) is known color: Tyrian Purple. HEX triplet: 78, 03 and 4C. RGB value is (120,3,76). Sum of RGB (Red+Green+Blue) = 120+3+76=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78034C is #87FCB3. Grayscale: #2E2E2E. Windows color (decimal): -8912052 or 4981624. OLE color: 4981624.
HSL color Cylindrical-coordinate representation of color #78034C: hue angle of 322.56º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78034C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.53 |
| HSL | 322.56º | 0.95% | 0.24% | - |
| HSV(B) | 322.56º | 0.98% | 0.47% | - |
| XYZ | 9.08 | 4.58 | 7.24 | - |
| YUV | 46.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 76 | 0 | 0.98 | 0.37 | 0.53 | 322.56 | 0.95 | 0.24 |
| Hex | 78 | 3 | 4C | 0 | 62 | 25 | 35 | 143 | 5F | 18 |
| Octal | 170 | 3 | 114 | 0 | 142 | 45 | 65 | 503 | 137 | 30 |
| Binary | 1111000 | 11 | 1001100 | 0 | 1100010 | 100101 | 110101 | 101000011 | 1011111 | 11000 |
Color Harmonies of #78034C
Complementary color
Monochromatic Colors of #78034C
Black with #78034C
Text Example
Text Example
White with #78034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78034C; }
p { color: rgb(120,3,76); }
H1.HeaderClassName
{
color: #78034C;
}
.AnyTagClassName
{
color: #78034C;
}
</style>
background-color css
<style>
a { background-color: #78034C; }
a { background-color: rgb(120,3,76); }
div.DivClassName
{
background-color: #78034C;
}
.BgClassName
{
background-color: #78034C;
}
</style>
border-color css
<style>
span { border-color: #78034C; }
span { border-color: rgb(120,3,76); }
td.TdClassName
{
border-color: #78034C;
}
.TagClassName
{
border-color: #78034C;
}
</style>