Shades of Tyrian Purple #74004F
Tints of Tyrian Purple #74004F
RGB
CMYK
RGB Variations
Color information
#74004F (or 0x74004F) is known color: Tyrian Purple. HEX triplet: 74, 00 and 4F. RGB value is (116,0,79). Sum of RGB (Red+Green+Blue) = 116+0+79=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74004F is #8BFFB0. Grayscale: #2B2B2B. Windows color (decimal): -9174961 or 5177460. OLE color: 5177460.
HSL color Cylindrical-coordinate representation of color #74004F: hue angle of 319.14º 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 #74004F is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.32 | 0.55 |
| HSL | 319.14º | 1% | 0.23% | - |
| HSV(B) | 319.14º | 1% | 0.45% | - |
| XYZ | 8.61 | 4.28 | 7.77 | - |
| YUV | 43.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 79 | 0 | 1 | 0.32 | 0.55 | 319.14 | 1 | 0.23 |
| Hex | 74 | 0 | 4F | 0 | 64 | 20 | 37 | 13F | 64 | 17 |
| Octal | 164 | 0 | 117 | 0 | 144 | 40 | 67 | 477 | 144 | 27 |
| Binary | 1110100 | 0 | 1001111 | 0 | 1100100 | 100000 | 110111 | 100111111 | 1100100 | 10111 |
Color Harmonies of #74004F
Complementary color
Monochromatic Colors of #74004F
Black with #74004F
Text Example
Text Example
White with #74004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74004F; }
p { color: rgb(116,0,79); }
H1.HeaderClassName
{
color: #74004F;
}
.AnyTagClassName
{
color: #74004F;
}
</style>
background-color css
<style>
a { background-color: #74004F; }
a { background-color: rgb(116,0,79); }
div.DivClassName
{
background-color: #74004F;
}
.BgClassName
{
background-color: #74004F;
}
</style>
border-color css
<style>
span { border-color: #74004F; }
span { border-color: rgb(116,0,79); }
td.TdClassName
{
border-color: #74004F;
}
.TagClassName
{
border-color: #74004F;
}
</style>