Shades of Tyrian Purple #780C47
Tints of Tyrian Purple #780C47
RGB
CMYK
RGB Variations
Color information
#780C47 (or 0x780C47) is known color: Tyrian Purple. HEX triplet: 78, 0C and 47. RGB value is (120,12,71). Sum of RGB (Red+Green+Blue) = 120+12+71=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #780C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C47 is #87F3B8. Grayscale: #323232. Windows color (decimal): -8909753 or 4656248. OLE color: 4656248.
HSL color Cylindrical-coordinate representation of color #780C47: hue angle of 327.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C47 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 71 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.53 |
| HSL | 327.22º | 0.82% | 0.26% | - |
| HSV(B) | 327.22º | 0.9% | 0.47% | - |
| XYZ | 9.01 | 4.71 | 6.4 | - |
| YUV | 51.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 71 | 0 | 0.90 | 0.41 | 0.53 | 327.22 | 0.82 | 0.26 |
| Hex | 78 | C | 47 | 0 | 5A | 29 | 35 | 147 | 52 | 1A |
| Octal | 170 | 14 | 107 | 0 | 132 | 51 | 65 | 507 | 122 | 32 |
| Binary | 1111000 | 1100 | 1000111 | 0 | 1011010 | 101001 | 110101 | 101000111 | 1010010 | 11010 |
Color Harmonies of #780C47
Complementary color
Monochromatic Colors of #780C47
Black with #780C47
Text Example
Text Example
White with #780C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C47; }
p { color: rgb(120,12,71); }
H1.HeaderClassName
{
color: #780C47;
}
.AnyTagClassName
{
color: #780C47;
}
</style>
background-color css
<style>
a { background-color: #780C47; }
a { background-color: rgb(120,12,71); }
div.DivClassName
{
background-color: #780C47;
}
.BgClassName
{
background-color: #780C47;
}
</style>
border-color css
<style>
span { border-color: #780C47; }
span { border-color: rgb(120,12,71); }
td.TdClassName
{
border-color: #780C47;
}
.TagClassName
{
border-color: #780C47;
}
</style>