Shades of Tyrian Purple #740C42
Tints of Tyrian Purple #740C42
RGB
CMYK
RGB Variations
Color information
#740C42 (or 0x740C42) is known color: Tyrian Purple. HEX triplet: 74, 0C and 42. RGB value is (116,12,66). Sum of RGB (Red+Green+Blue) = 116+12+66=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #740C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C42 is #8BF3BD. Grayscale: #313131. Windows color (decimal): -9171902 or 4328564. OLE color: 4328564.
HSL color Cylindrical-coordinate representation of color #740C42: hue angle of 328.85º 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 #740C42 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 66 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.55 |
| HSL | 328.85º | 0.81% | 0.25% | - |
| HSV(B) | 328.85º | 0.9% | 0.45% | - |
| XYZ | 8.32 | 4.37 | 5.56 | - |
| YUV | 49.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 66 | 0 | 0.90 | 0.43 | 0.55 | 328.85 | 0.81 | 0.25 |
| Hex | 74 | C | 42 | 0 | 5A | 2B | 37 | 149 | 51 | 19 |
| Octal | 164 | 14 | 102 | 0 | 132 | 53 | 67 | 511 | 121 | 31 |
| Binary | 1110100 | 1100 | 1000010 | 0 | 1011010 | 101011 | 110111 | 101001001 | 1010001 | 11001 |
Color Harmonies of #740C42
Complementary color
Monochromatic Colors of #740C42
Black with #740C42
Text Example
Text Example
White with #740C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C42; }
p { color: rgb(116,12,66); }
H1.HeaderClassName
{
color: #740C42;
}
.AnyTagClassName
{
color: #740C42;
}
</style>
background-color css
<style>
a { background-color: #740C42; }
a { background-color: rgb(116,12,66); }
div.DivClassName
{
background-color: #740C42;
}
.BgClassName
{
background-color: #740C42;
}
</style>
border-color css
<style>
span { border-color: #740C42; }
span { border-color: rgb(116,12,66); }
td.TdClassName
{
border-color: #740C42;
}
.TagClassName
{
border-color: #740C42;
}
</style>