Shades of Tyrian Purple #780B41
Tints of Tyrian Purple #780B41
RGB
CMYK
RGB Variations
Color information
#780B41 (or 0x780B41) is known color: Tyrian Purple. HEX triplet: 78, 0B and 41. RGB value is (120,11,65). Sum of RGB (Red+Green+Blue) = 120+11+65=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #780B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B41 is #87F4BE. Grayscale: #313131. Windows color (decimal): -8910015 or 4262776. OLE color: 4262776.
HSL color Cylindrical-coordinate representation of color #780B41: hue angle of 330.28º 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 #780B41 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 65 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.53 |
| HSL | 330.28º | 0.83% | 0.26% | - |
| HSV(B) | 330.28º | 0.91% | 0.47% | - |
| XYZ | 8.82 | 4.61 | 5.43 | - |
| YUV | 49.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 65 | 0 | 0.91 | 0.46 | 0.53 | 330.28 | 0.83 | 0.26 |
| Hex | 78 | B | 41 | 0 | 5B | 2E | 35 | 14A | 53 | 1A |
| Octal | 170 | 13 | 101 | 0 | 133 | 56 | 65 | 512 | 123 | 32 |
| Binary | 1111000 | 1011 | 1000001 | 0 | 1011011 | 101110 | 110101 | 101001010 | 1010011 | 11010 |
Color Harmonies of #780B41
Complementary color
Monochromatic Colors of #780B41
Black with #780B41
Text Example
Text Example
White with #780B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B41; }
p { color: rgb(120,11,65); }
H1.HeaderClassName
{
color: #780B41;
}
.AnyTagClassName
{
color: #780B41;
}
</style>
background-color css
<style>
a { background-color: #780B41; }
a { background-color: rgb(120,11,65); }
div.DivClassName
{
background-color: #780B41;
}
.BgClassName
{
background-color: #780B41;
}
</style>
border-color css
<style>
span { border-color: #780B41; }
span { border-color: rgb(120,11,65); }
td.TdClassName
{
border-color: #780B41;
}
.TagClassName
{
border-color: #780B41;
}
</style>