Shades of Tyrian Purple #74043B
Tints of Tyrian Purple #74043B
RGB
CMYK
RGB Variations
Color information
#74043B (or 0x74043B) is known color: Tyrian Purple. HEX triplet: 74, 04 and 3B. RGB value is (116,4,59). Sum of RGB (Red+Green+Blue) = 116+4+59=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74043B is #8BFBC4. Grayscale: #2B2B2B. Windows color (decimal): -9173957 or 3867764. OLE color: 3867764.
HSL color Cylindrical-coordinate representation of color #74043B: hue angle of 330.54º 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 #74043B is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 59 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.55 |
| HSL | 330.54º | 0.93% | 0.24% | - |
| HSV(B) | 330.54º | 0.97% | 0.45% | - |
| XYZ | 8.04 | 4.12 | 4.51 | - |
| YUV | 43.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 59 | 0 | 0.97 | 0.49 | 0.55 | 330.54 | 0.93 | 0.24 |
| Hex | 74 | 4 | 3B | 0 | 61 | 31 | 37 | 14B | 5D | 18 |
| Octal | 164 | 4 | 73 | 0 | 141 | 61 | 67 | 513 | 135 | 30 |
| Binary | 1110100 | 100 | 111011 | 0 | 1100001 | 110001 | 110111 | 101001011 | 1011101 | 11000 |
Color Harmonies of #74043B
Complementary color
Monochromatic Colors of #74043B
Black with #74043B
Text Example
Text Example
White with #74043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74043B; }
p { color: rgb(116,4,59); }
H1.HeaderClassName
{
color: #74043B;
}
.AnyTagClassName
{
color: #74043B;
}
</style>
background-color css
<style>
a { background-color: #74043B; }
a { background-color: rgb(116,4,59); }
div.DivClassName
{
background-color: #74043B;
}
.BgClassName
{
background-color: #74043B;
}
</style>
border-color css
<style>
span { border-color: #74043B; }
span { border-color: rgb(116,4,59); }
td.TdClassName
{
border-color: #74043B;
}
.TagClassName
{
border-color: #74043B;
}
</style>