Shades of Tyrian Purple #740C43
Tints of Tyrian Purple #740C43
RGB
CMYK
RGB Variations
Color information
#740C43 (or 0x740C43) is known color: Tyrian Purple. HEX triplet: 74, 0C and 43. RGB value is (116,12,67). Sum of RGB (Red+Green+Blue) = 116+12+67=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #740C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C43 is #8BF3BC. Grayscale: #313131. Windows color (decimal): -9171901 or 4394100. OLE color: 4394100.
HSL color Cylindrical-coordinate representation of color #740C43: hue angle of 328.27º 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 #740C43 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 67 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.55 |
| HSL | 328.27º | 0.81% | 0.25% | - |
| HSV(B) | 328.27º | 0.9% | 0.45% | - |
| XYZ | 8.35 | 4.38 | 5.72 | - |
| YUV | 49.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 67 | 0 | 0.90 | 0.42 | 0.55 | 328.27 | 0.81 | 0.25 |
| Hex | 74 | C | 43 | 0 | 5A | 2A | 37 | 148 | 51 | 19 |
| Octal | 164 | 14 | 103 | 0 | 132 | 52 | 67 | 510 | 121 | 31 |
| Binary | 1110100 | 1100 | 1000011 | 0 | 1011010 | 101010 | 110111 | 101001000 | 1010001 | 11001 |
Color Harmonies of #740C43
Complementary color
Monochromatic Colors of #740C43
Black with #740C43
Text Example
Text Example
White with #740C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C43; }
p { color: rgb(116,12,67); }
H1.HeaderClassName
{
color: #740C43;
}
.AnyTagClassName
{
color: #740C43;
}
</style>
background-color css
<style>
a { background-color: #740C43; }
a { background-color: rgb(116,12,67); }
div.DivClassName
{
background-color: #740C43;
}
.BgClassName
{
background-color: #740C43;
}
</style>
border-color css
<style>
span { border-color: #740C43; }
span { border-color: rgb(116,12,67); }
td.TdClassName
{
border-color: #740C43;
}
.TagClassName
{
border-color: #740C43;
}
</style>