Shades of Tyrian Purple #780B3E
Tints of Tyrian Purple #780B3E
RGB
CMYK
RGB Variations
Color information
#780B3E (or 0x780B3E) is known color: Tyrian Purple. HEX triplet: 78, 0B and 3E. RGB value is (120,11,62). Sum of RGB (Red+Green+Blue) = 120+11+62=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #780B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B3E is #87F4C1. Grayscale: #313131. Windows color (decimal): -8910018 or 4066168. OLE color: 4066168.
HSL color Cylindrical-coordinate representation of color #780B3E: hue angle of 331.93º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B3E is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 62 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.53 |
| HSL | 331.93º | 0.83% | 0.26% | - |
| HSV(B) | 331.93º | 0.91% | 0.47% | - |
| XYZ | 8.73 | 4.58 | 4.98 | - |
| YUV | 49.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 62 | 0 | 0.91 | 0.48 | 0.53 | 331.93 | 0.83 | 0.26 |
| Hex | 78 | B | 3E | 0 | 5B | 30 | 35 | 14C | 53 | 1A |
| Octal | 170 | 13 | 76 | 0 | 133 | 60 | 65 | 514 | 123 | 32 |
| Binary | 1111000 | 1011 | 111110 | 0 | 1011011 | 110000 | 110101 | 101001100 | 1010011 | 11010 |
Color Harmonies of #780B3E
Complementary color
Monochromatic Colors of #780B3E
Black with #780B3E
Text Example
Text Example
White with #780B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B3E; }
p { color: rgb(120,11,62); }
H1.HeaderClassName
{
color: #780B3E;
}
.AnyTagClassName
{
color: #780B3E;
}
</style>
background-color css
<style>
a { background-color: #780B3E; }
a { background-color: rgb(120,11,62); }
div.DivClassName
{
background-color: #780B3E;
}
.BgClassName
{
background-color: #780B3E;
}
</style>
border-color css
<style>
span { border-color: #780B3E; }
span { border-color: rgb(120,11,62); }
td.TdClassName
{
border-color: #780B3E;
}
.TagClassName
{
border-color: #780B3E;
}
</style>