Shades of Tyrian Purple #740A40
Tints of Tyrian Purple #740A40
RGB
CMYK
RGB Variations
Color information
#740A40 (or 0x740A40) is known color: Tyrian Purple. HEX triplet: 74, 0A and 40. RGB value is (116,10,64). Sum of RGB (Red+Green+Blue) = 116+10+64=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #740A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A40 is #8BF5BF. Grayscale: #2F2F2F. Windows color (decimal): -9172416 or 4196980. OLE color: 4196980.
HSL color Cylindrical-coordinate representation of color #740A40: hue angle of 329.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A40 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 64 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.55 |
| HSL | 329.43º | 0.84% | 0.25% | - |
| HSV(B) | 329.43º | 0.91% | 0.45% | - |
| XYZ | 8.24 | 4.3 | 5.25 | - |
| YUV | 47.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 64 | 0 | 0.91 | 0.45 | 0.55 | 329.43 | 0.84 | 0.25 |
| Hex | 74 | A | 40 | 0 | 5B | 2D | 37 | 149 | 54 | 19 |
| Octal | 164 | 12 | 100 | 0 | 133 | 55 | 67 | 511 | 124 | 31 |
| Binary | 1110100 | 1010 | 1000000 | 0 | 1011011 | 101101 | 110111 | 101001001 | 1010100 | 11001 |
Color Harmonies of #740A40
Complementary color
Monochromatic Colors of #740A40
Black with #740A40
Text Example
Text Example
White with #740A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A40; }
p { color: rgb(116,10,64); }
H1.HeaderClassName
{
color: #740A40;
}
.AnyTagClassName
{
color: #740A40;
}
</style>
background-color css
<style>
a { background-color: #740A40; }
a { background-color: rgb(116,10,64); }
div.DivClassName
{
background-color: #740A40;
}
.BgClassName
{
background-color: #740A40;
}
</style>
border-color css
<style>
span { border-color: #740A40; }
span { border-color: rgb(116,10,64); }
td.TdClassName
{
border-color: #740A40;
}
.TagClassName
{
border-color: #740A40;
}
</style>