Shades of Tyrian Purple #74004C
Tints of Tyrian Purple #74004C
RGB
CMYK
RGB Variations
Color information
#74004C (or 0x74004C) is known color: Tyrian Purple. HEX triplet: 74, 00 and 4C. RGB value is (116,0,76). Sum of RGB (Red+Green+Blue) = 116+0+76=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74004C is #8BFFB3. Grayscale: #2B2B2B. Windows color (decimal): -9174964 or 4980852. OLE color: 4980852.
HSL color Cylindrical-coordinate representation of color #74004C: hue angle of 320.69º 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 #74004C is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.34 | 0.55 |
| HSL | 320.69º | 1% | 0.23% | - |
| HSV(B) | 320.69º | 1% | 0.45% | - |
| XYZ | 8.51 | 4.23 | 7.21 | - |
| YUV | 43.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 76 | 0 | 1 | 0.34 | 0.55 | 320.69 | 1 | 0.23 |
| Hex | 74 | 0 | 4C | 0 | 64 | 22 | 37 | 141 | 64 | 17 |
| Octal | 164 | 0 | 114 | 0 | 144 | 42 | 67 | 501 | 144 | 27 |
| Binary | 1110100 | 0 | 1001100 | 0 | 1100100 | 100010 | 110111 | 101000001 | 1100100 | 10111 |
Color Harmonies of #74004C
Complementary color
Monochromatic Colors of #74004C
Black with #74004C
Text Example
Text Example
White with #74004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74004C; }
p { color: rgb(116,0,76); }
H1.HeaderClassName
{
color: #74004C;
}
.AnyTagClassName
{
color: #74004C;
}
</style>
background-color css
<style>
a { background-color: #74004C; }
a { background-color: rgb(116,0,76); }
div.DivClassName
{
background-color: #74004C;
}
.BgClassName
{
background-color: #74004C;
}
</style>
border-color css
<style>
span { border-color: #74004C; }
span { border-color: rgb(116,0,76); }
td.TdClassName
{
border-color: #74004C;
}
.TagClassName
{
border-color: #74004C;
}
</style>