Shades of Tyrian Purple #740C57
Tints of Tyrian Purple #740C57
RGB
CMYK
RGB Variations
Color information
#740C57 (or 0x740C57) is known color: Tyrian Purple. HEX triplet: 74, 0C and 57. RGB value is (116,12,87). Sum of RGB (Red+Green+Blue) = 116+12+87=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #740C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C57 is #8BF3A8. Grayscale: #333333. Windows color (decimal): -9171881 or 5704820. OLE color: 5704820.
HSL color Cylindrical-coordinate representation of color #740C57: hue angle of 316.73º 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 #740C57 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 87 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.55 |
| HSL | 316.73º | 0.81% | 0.25% | - |
| HSV(B) | 316.73º | 0.9% | 0.45% | - |
| XYZ | 9.05 | 4.66 | 9.44 | - |
| YUV | 51.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 87 | 0 | 0.90 | 0.25 | 0.55 | 316.73 | 0.81 | 0.25 |
| Hex | 74 | C | 57 | 0 | 5A | 19 | 37 | 13D | 51 | 19 |
| Octal | 164 | 14 | 127 | 0 | 132 | 31 | 67 | 475 | 121 | 31 |
| Binary | 1110100 | 1100 | 1010111 | 0 | 1011010 | 11001 | 110111 | 100111101 | 1010001 | 11001 |
Color Harmonies of #740C57
Complementary color
Monochromatic Colors of #740C57
Black with #740C57
Text Example
Text Example
White with #740C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C57; }
p { color: rgb(116,12,87); }
H1.HeaderClassName
{
color: #740C57;
}
.AnyTagClassName
{
color: #740C57;
}
</style>
background-color css
<style>
a { background-color: #740C57; }
a { background-color: rgb(116,12,87); }
div.DivClassName
{
background-color: #740C57;
}
.BgClassName
{
background-color: #740C57;
}
</style>
border-color css
<style>
span { border-color: #740C57; }
span { border-color: rgb(116,12,87); }
td.TdClassName
{
border-color: #740C57;
}
.TagClassName
{
border-color: #740C57;
}
</style>