Shades of Tyrian Purple #780D3D
Tints of Tyrian Purple #780D3D
RGB
CMYK
RGB Variations
Color information
#780D3D (or 0x780D3D) is known color: Tyrian Purple. HEX triplet: 78, 0D and 3D. RGB value is (120,13,61). Sum of RGB (Red+Green+Blue) = 120+13+61=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D3D is #87F2C2. Grayscale: #323232. Windows color (decimal): -8909507 or 4001144. OLE color: 4001144.
HSL color Cylindrical-coordinate representation of color #780D3D: hue angle of 333.08º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D3D is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 61 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.53 |
| HSL | 333.08º | 0.8% | 0.26% | - |
| HSV(B) | 333.08º | 0.89% | 0.47% | - |
| XYZ | 8.73 | 4.62 | 4.85 | - |
| YUV | 50.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 61 | 0 | 0.89 | 0.49 | 0.53 | 333.08 | 0.8 | 0.26 |
| Hex | 78 | D | 3D | 0 | 59 | 31 | 35 | 14D | 50 | 1A |
| Octal | 170 | 15 | 75 | 0 | 131 | 61 | 65 | 515 | 120 | 32 |
| Binary | 1111000 | 1101 | 111101 | 0 | 1011001 | 110001 | 110101 | 101001101 | 1010000 | 11010 |
Color Harmonies of #780D3D
Complementary color
Monochromatic Colors of #780D3D
Black with #780D3D
Text Example
Text Example
White with #780D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D3D; }
p { color: rgb(120,13,61); }
H1.HeaderClassName
{
color: #780D3D;
}
.AnyTagClassName
{
color: #780D3D;
}
</style>
background-color css
<style>
a { background-color: #780D3D; }
a { background-color: rgb(120,13,61); }
div.DivClassName
{
background-color: #780D3D;
}
.BgClassName
{
background-color: #780D3D;
}
</style>
border-color css
<style>
span { border-color: #780D3D; }
span { border-color: rgb(120,13,61); }
td.TdClassName
{
border-color: #780D3D;
}
.TagClassName
{
border-color: #780D3D;
}
</style>