Shades of Tyrian Purple #74044F
Tints of Tyrian Purple #74044F
RGB
CMYK
RGB Variations
Color information
#74044F (or 0x74044F) is known color: Tyrian Purple. HEX triplet: 74, 04 and 4F. RGB value is (116,4,79). Sum of RGB (Red+Green+Blue) = 116+4+79=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74044F is #8BFBB0. Grayscale: #2D2D2D. Windows color (decimal): -9173937 or 5178484. OLE color: 5178484.
HSL color Cylindrical-coordinate representation of color #74044F: hue angle of 319.82º 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 #74044F is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 79 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.55 |
| HSL | 319.82º | 0.93% | 0.24% | - |
| HSV(B) | 319.82º | 0.97% | 0.45% | - |
| XYZ | 8.66 | 4.36 | 7.78 | - |
| YUV | 46.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 79 | 0 | 0.97 | 0.32 | 0.55 | 319.82 | 0.93 | 0.24 |
| Hex | 74 | 4 | 4F | 0 | 61 | 20 | 37 | 140 | 5D | 18 |
| Octal | 164 | 4 | 117 | 0 | 141 | 40 | 67 | 500 | 135 | 30 |
| Binary | 1110100 | 100 | 1001111 | 0 | 1100001 | 100000 | 110111 | 101000000 | 1011101 | 11000 |
Color Harmonies of #74044F
Complementary color
Monochromatic Colors of #74044F
Black with #74044F
Text Example
Text Example
White with #74044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74044F; }
p { color: rgb(116,4,79); }
H1.HeaderClassName
{
color: #74044F;
}
.AnyTagClassName
{
color: #74044F;
}
</style>
background-color css
<style>
a { background-color: #74044F; }
a { background-color: rgb(116,4,79); }
div.DivClassName
{
background-color: #74044F;
}
.BgClassName
{
background-color: #74044F;
}
</style>
border-color css
<style>
span { border-color: #74044F; }
span { border-color: rgb(116,4,79); }
td.TdClassName
{
border-color: #74044F;
}
.TagClassName
{
border-color: #74044F;
}
</style>