Shades of Tyrian Purple #74004D
Tints of Tyrian Purple #74004D
RGB
CMYK
RGB Variations
Color information
#74004D (or 0x74004D) is known color: Tyrian Purple. HEX triplet: 74, 00 and 4D. RGB value is (116,0,77). Sum of RGB (Red+Green+Blue) = 116+0+77=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74004D is #8BFFB2. Grayscale: #2B2B2B. Windows color (decimal): -9174963 or 5046388. OLE color: 5046388.
HSL color Cylindrical-coordinate representation of color #74004D: hue angle of 320.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74004D is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.34 | 0.55 |
| HSL | 320.17º | 1% | 0.23% | - |
| HSV(B) | 320.17º | 1% | 0.45% | - |
| XYZ | 8.54 | 4.25 | 7.39 | - |
| YUV | 43.46 | 146.93 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 77 | 0 | 1 | 0.34 | 0.55 | 320.17 | 1 | 0.23 |
| Hex | 74 | 0 | 4D | 0 | 64 | 22 | 37 | 140 | 64 | 17 |
| Octal | 164 | 0 | 115 | 0 | 144 | 42 | 67 | 500 | 144 | 27 |
| Binary | 1110100 | 0 | 1001101 | 0 | 1100100 | 100010 | 110111 | 101000000 | 1100100 | 10111 |
Color Harmonies of #74004D
Complementary color
Monochromatic Colors of #74004D
Black with #74004D
Text Example
Text Example
White with #74004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74004D; }
p { color: rgb(116,0,77); }
H1.HeaderClassName
{
color: #74004D;
}
.AnyTagClassName
{
color: #74004D;
}
</style>
background-color css
<style>
a { background-color: #74004D; }
a { background-color: rgb(116,0,77); }
div.DivClassName
{
background-color: #74004D;
}
.BgClassName
{
background-color: #74004D;
}
</style>
border-color css
<style>
span { border-color: #74004D; }
span { border-color: rgb(116,0,77); }
td.TdClassName
{
border-color: #74004D;
}
.TagClassName
{
border-color: #74004D;
}
</style>