Shades of Tyrian Purple #740D41
Tints of Tyrian Purple #740D41
RGB
CMYK
RGB Variations
Color information
#740D41 (or 0x740D41) is known color: Tyrian Purple. HEX triplet: 74, 0D and 41. RGB value is (116,13,65). Sum of RGB (Red+Green+Blue) = 116+13+65=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #740D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D41 is #8BF2BE. Grayscale: #313131. Windows color (decimal): -9171647 or 4263284. OLE color: 4263284.
HSL color Cylindrical-coordinate representation of color #740D41: hue angle of 329.71º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D41 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 13 | 65 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.55 |
| HSL | 329.71º | 0.8% | 0.25% | - |
| HSV(B) | 329.71º | 0.89% | 0.45% | - |
| XYZ | 8.3 | 4.38 | 5.41 | - |
| YUV | 49.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 65 | 0 | 0.89 | 0.44 | 0.55 | 329.71 | 0.8 | 0.25 |
| Hex | 74 | D | 41 | 0 | 59 | 2C | 37 | 14A | 50 | 19 |
| Octal | 164 | 15 | 101 | 0 | 131 | 54 | 67 | 512 | 120 | 31 |
| Binary | 1110100 | 1101 | 1000001 | 0 | 1011001 | 101100 | 110111 | 101001010 | 1010000 | 11001 |
Color Harmonies of #740D41
Complementary color
Monochromatic Colors of #740D41
Black with #740D41
Text Example
Text Example
White with #740D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D41; }
p { color: rgb(116,13,65); }
H1.HeaderClassName
{
color: #740D41;
}
.AnyTagClassName
{
color: #740D41;
}
</style>
background-color css
<style>
a { background-color: #740D41; }
a { background-color: rgb(116,13,65); }
div.DivClassName
{
background-color: #740D41;
}
.BgClassName
{
background-color: #740D41;
}
</style>
border-color css
<style>
span { border-color: #740D41; }
span { border-color: rgb(116,13,65); }
td.TdClassName
{
border-color: #740D41;
}
.TagClassName
{
border-color: #740D41;
}
</style>