Shades of Tyrian Purple #780C3E
Tints of Tyrian Purple #780C3E
RGB
CMYK
RGB Variations
Color information
#780C3E (or 0x780C3E) is known color: Tyrian Purple. HEX triplet: 78, 0C and 3E. RGB value is (120,12,62). Sum of RGB (Red+Green+Blue) = 120+12+62=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C3E is #87F3C1. Grayscale: #313131. Windows color (decimal): -8909762 or 4066424. OLE color: 4066424.
HSL color Cylindrical-coordinate representation of color #780C3E: hue angle of 332.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 #780C3E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 62 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.53 |
| HSL | 332.22º | 0.82% | 0.26% | - |
| HSV(B) | 332.22º | 0.9% | 0.47% | - |
| XYZ | 8.75 | 4.6 | 4.99 | - |
| YUV | 49.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 62 | 0 | 0.90 | 0.48 | 0.53 | 332.22 | 0.82 | 0.26 |
| Hex | 78 | C | 3E | 0 | 5A | 30 | 35 | 14C | 52 | 1A |
| Octal | 170 | 14 | 76 | 0 | 132 | 60 | 65 | 514 | 122 | 32 |
| Binary | 1111000 | 1100 | 111110 | 0 | 1011010 | 110000 | 110101 | 101001100 | 1010010 | 11010 |
Color Harmonies of #780C3E
Complementary color
Monochromatic Colors of #780C3E
Black with #780C3E
Text Example
Text Example
White with #780C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C3E; }
p { color: rgb(120,12,62); }
H1.HeaderClassName
{
color: #780C3E;
}
.AnyTagClassName
{
color: #780C3E;
}
</style>
background-color css
<style>
a { background-color: #780C3E; }
a { background-color: rgb(120,12,62); }
div.DivClassName
{
background-color: #780C3E;
}
.BgClassName
{
background-color: #780C3E;
}
</style>
border-color css
<style>
span { border-color: #780C3E; }
span { border-color: rgb(120,12,62); }
td.TdClassName
{
border-color: #780C3E;
}
.TagClassName
{
border-color: #780C3E;
}
</style>