Shades of Tyrian Purple #74044E
Tints of Tyrian Purple #74044E
RGB
CMYK
RGB Variations
Color information
#74044E (or 0x74044E) is known color: Tyrian Purple. HEX triplet: 74, 04 and 4E. RGB value is (116,4,78). Sum of RGB (Red+Green+Blue) = 116+4+78=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74044E is #8BFBB1. Grayscale: #2D2D2D. Windows color (decimal): -9173938 or 5112948. OLE color: 5112948.
HSL color Cylindrical-coordinate representation of color #74044E: hue angle of 320.36º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74044E is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 78 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.55 |
| HSL | 320.36º | 0.93% | 0.24% | - |
| HSV(B) | 320.36º | 0.97% | 0.45% | - |
| XYZ | 8.62 | 4.35 | 7.59 | - |
| YUV | 45.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 78 | 0 | 0.97 | 0.33 | 0.55 | 320.36 | 0.93 | 0.24 |
| Hex | 74 | 4 | 4E | 0 | 61 | 21 | 37 | 140 | 5D | 18 |
| Octal | 164 | 4 | 116 | 0 | 141 | 41 | 67 | 500 | 135 | 30 |
| Binary | 1110100 | 100 | 1001110 | 0 | 1100001 | 100001 | 110111 | 101000000 | 1011101 | 11000 |
Color Harmonies of #74044E
Complementary color
Monochromatic Colors of #74044E
Black with #74044E
Text Example
Text Example
White with #74044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74044E; }
p { color: rgb(116,4,78); }
H1.HeaderClassName
{
color: #74044E;
}
.AnyTagClassName
{
color: #74044E;
}
</style>
background-color css
<style>
a { background-color: #74044E; }
a { background-color: rgb(116,4,78); }
div.DivClassName
{
background-color: #74044E;
}
.BgClassName
{
background-color: #74044E;
}
</style>
border-color css
<style>
span { border-color: #74044E; }
span { border-color: rgb(116,4,78); }
td.TdClassName
{
border-color: #74044E;
}
.TagClassName
{
border-color: #74044E;
}
</style>