Shades of Tyrian Purple #780C41
Tints of Tyrian Purple #780C41
RGB
CMYK
RGB Variations
Color information
#780C41 (or 0x780C41) is known color: Tyrian Purple. HEX triplet: 78, 0C and 41. RGB value is (120,12,65). Sum of RGB (Red+Green+Blue) = 120+12+65=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #780C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C41 is #87F3BE. Grayscale: #323232. Windows color (decimal): -8909759 or 4263032. OLE color: 4263032.
HSL color Cylindrical-coordinate representation of color #780C41: hue angle of 330.56º 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 #780C41 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 65 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.53 |
| HSL | 330.56º | 0.82% | 0.26% | - |
| HSV(B) | 330.56º | 0.9% | 0.47% | - |
| XYZ | 8.83 | 4.64 | 5.43 | - |
| YUV | 50.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 65 | 0 | 0.90 | 0.46 | 0.53 | 330.56 | 0.82 | 0.26 |
| Hex | 78 | C | 41 | 0 | 5A | 2E | 35 | 14B | 52 | 1A |
| Octal | 170 | 14 | 101 | 0 | 132 | 56 | 65 | 513 | 122 | 32 |
| Binary | 1111000 | 1100 | 1000001 | 0 | 1011010 | 101110 | 110101 | 101001011 | 1010010 | 11010 |
Color Harmonies of #780C41
Complementary color
Monochromatic Colors of #780C41
Black with #780C41
Text Example
Text Example
White with #780C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C41; }
p { color: rgb(120,12,65); }
H1.HeaderClassName
{
color: #780C41;
}
.AnyTagClassName
{
color: #780C41;
}
</style>
background-color css
<style>
a { background-color: #780C41; }
a { background-color: rgb(120,12,65); }
div.DivClassName
{
background-color: #780C41;
}
.BgClassName
{
background-color: #780C41;
}
</style>
border-color css
<style>
span { border-color: #780C41; }
span { border-color: rgb(120,12,65); }
td.TdClassName
{
border-color: #780C41;
}
.TagClassName
{
border-color: #780C41;
}
</style>