Shades of Tyrian Purple #740C40
Tints of Tyrian Purple #740C40
RGB
CMYK
RGB Variations
Color information
#740C40 (or 0x740C40) is known color: Tyrian Purple. HEX triplet: 74, 0C and 40. RGB value is (116,12,64). Sum of RGB (Red+Green+Blue) = 116+12+64=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #740C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C40 is #8BF3BF. Grayscale: #303030. Windows color (decimal): -9171904 or 4197492. OLE color: 4197492.
HSL color Cylindrical-coordinate representation of color #740C40: hue angle of 330º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C40 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 64 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.55 |
| HSL | 330º | 0.81% | 0.25% | - |
| HSV(B) | 330º | 0.9% | 0.45% | - |
| XYZ | 8.26 | 4.35 | 5.25 | - |
| YUV | 49.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 64 | 0 | 0.90 | 0.45 | 0.55 | 330 | 0.81 | 0.25 |
| Hex | 74 | C | 40 | 0 | 5A | 2D | 37 | 14A | 51 | 19 |
| Octal | 164 | 14 | 100 | 0 | 132 | 55 | 67 | 512 | 121 | 31 |
| Binary | 1110100 | 1100 | 1000000 | 0 | 1011010 | 101101 | 110111 | 101001010 | 1010001 | 11001 |
Color Harmonies of #740C40
Complementary color
Monochromatic Colors of #740C40
Black with #740C40
Text Example
Text Example
White with #740C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C40; }
p { color: rgb(116,12,64); }
H1.HeaderClassName
{
color: #740C40;
}
.AnyTagClassName
{
color: #740C40;
}
</style>
background-color css
<style>
a { background-color: #740C40; }
a { background-color: rgb(116,12,64); }
div.DivClassName
{
background-color: #740C40;
}
.BgClassName
{
background-color: #740C40;
}
</style>
border-color css
<style>
span { border-color: #740C40; }
span { border-color: rgb(116,12,64); }
td.TdClassName
{
border-color: #740C40;
}
.TagClassName
{
border-color: #740C40;
}
</style>