Shades of Tyrian Purple #740C48
Tints of Tyrian Purple #740C48
RGB
CMYK
RGB Variations
Color information
#740C48 (or 0x740C48) is known color: Tyrian Purple. HEX triplet: 74, 0C and 48. RGB value is (116,12,72). Sum of RGB (Red+Green+Blue) = 116+12+72=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #740C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C48 is #8BF3B7. Grayscale: #313131. Windows color (decimal): -9171896 or 4721780. OLE color: 4721780.
HSL color Cylindrical-coordinate representation of color #740C48: hue angle of 325.38º 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 #740C48 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 72 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.55 |
| HSL | 325.38º | 0.81% | 0.25% | - |
| HSV(B) | 325.38º | 0.9% | 0.45% | - |
| XYZ | 8.5 | 4.44 | 6.54 | - |
| YUV | 49.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 72 | 0 | 0.90 | 0.38 | 0.55 | 325.38 | 0.81 | 0.25 |
| Hex | 74 | C | 48 | 0 | 5A | 26 | 37 | 145 | 51 | 19 |
| Octal | 164 | 14 | 110 | 0 | 132 | 46 | 67 | 505 | 121 | 31 |
| Binary | 1110100 | 1100 | 1001000 | 0 | 1011010 | 100110 | 110111 | 101000101 | 1010001 | 11001 |
Color Harmonies of #740C48
Complementary color
Monochromatic Colors of #740C48
Black with #740C48
Text Example
Text Example
White with #740C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C48; }
p { color: rgb(116,12,72); }
H1.HeaderClassName
{
color: #740C48;
}
.AnyTagClassName
{
color: #740C48;
}
</style>
background-color css
<style>
a { background-color: #740C48; }
a { background-color: rgb(116,12,72); }
div.DivClassName
{
background-color: #740C48;
}
.BgClassName
{
background-color: #740C48;
}
</style>
border-color css
<style>
span { border-color: #740C48; }
span { border-color: rgb(116,12,72); }
td.TdClassName
{
border-color: #740C48;
}
.TagClassName
{
border-color: #740C48;
}
</style>