Shades of Tyrian Purple #74074D
Tints of Tyrian Purple #74074D
RGB
CMYK
RGB Variations
Color information
#74074D (or 0x74074D) is known color: Tyrian Purple. HEX triplet: 74, 07 and 4D. RGB value is (116,7,77). Sum of RGB (Red+Green+Blue) = 116+7+77=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74074D is #8BF8B2. Grayscale: #2F2F2F. Windows color (decimal): -9173171 or 5048180. OLE color: 5048180.
HSL color Cylindrical-coordinate representation of color #74074D: hue angle of 321.47º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74074D is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 7 | 77 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.55 |
| HSL | 321.47º | 0.89% | 0.24% | - |
| HSV(B) | 321.47º | 0.94% | 0.45% | - |
| XYZ | 8.62 | 4.4 | 7.42 | - |
| YUV | 47.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 77 | 0 | 0.94 | 0.34 | 0.55 | 321.47 | 0.89 | 0.24 |
| Hex | 74 | 7 | 4D | 0 | 5E | 22 | 37 | 141 | 59 | 18 |
| Octal | 164 | 7 | 115 | 0 | 136 | 42 | 67 | 501 | 131 | 30 |
| Binary | 1110100 | 111 | 1001101 | 0 | 1011110 | 100010 | 110111 | 101000001 | 1011001 | 11000 |
Color Harmonies of #74074D
Complementary color
Monochromatic Colors of #74074D
Black with #74074D
Text Example
Text Example
White with #74074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74074D; }
p { color: rgb(116,7,77); }
H1.HeaderClassName
{
color: #74074D;
}
.AnyTagClassName
{
color: #74074D;
}
</style>
background-color css
<style>
a { background-color: #74074D; }
a { background-color: rgb(116,7,77); }
div.DivClassName
{
background-color: #74074D;
}
.BgClassName
{
background-color: #74074D;
}
</style>
border-color css
<style>
span { border-color: #74074D; }
span { border-color: rgb(116,7,77); }
td.TdClassName
{
border-color: #74074D;
}
.TagClassName
{
border-color: #74074D;
}
</style>