Shades of Tyrian Purple #740C46
Tints of Tyrian Purple #740C46
RGB
CMYK
RGB Variations
Color information
#740C46 (or 0x740C46) is known color: Tyrian Purple. HEX triplet: 74, 0C and 46. RGB value is (116,12,70). Sum of RGB (Red+Green+Blue) = 116+12+70=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #740C46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C46 is #8BF3B9. Grayscale: #313131. Windows color (decimal): -9171898 or 4590708. OLE color: 4590708.
HSL color Cylindrical-coordinate representation of color #740C46: hue angle of 326.54º 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 #740C46 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 70 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.55 |
| HSL | 326.54º | 0.81% | 0.25% | - |
| HSV(B) | 326.54º | 0.9% | 0.45% | - |
| XYZ | 8.44 | 4.42 | 6.2 | - |
| YUV | 49.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 70 | 0 | 0.90 | 0.40 | 0.55 | 326.54 | 0.81 | 0.25 |
| Hex | 74 | C | 46 | 0 | 5A | 28 | 37 | 147 | 51 | 19 |
| Octal | 164 | 14 | 106 | 0 | 132 | 50 | 67 | 507 | 121 | 31 |
| Binary | 1110100 | 1100 | 1000110 | 0 | 1011010 | 101000 | 110111 | 101000111 | 1010001 | 11001 |
Color Harmonies of #740C46
Complementary color
Monochromatic Colors of #740C46
Black with #740C46
Text Example
Text Example
White with #740C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C46; }
p { color: rgb(116,12,70); }
H1.HeaderClassName
{
color: #740C46;
}
.AnyTagClassName
{
color: #740C46;
}
</style>
background-color css
<style>
a { background-color: #740C46; }
a { background-color: rgb(116,12,70); }
div.DivClassName
{
background-color: #740C46;
}
.BgClassName
{
background-color: #740C46;
}
</style>
border-color css
<style>
span { border-color: #740C46; }
span { border-color: rgb(116,12,70); }
td.TdClassName
{
border-color: #740C46;
}
.TagClassName
{
border-color: #740C46;
}
</style>