Shades of Tyrian Purple #740242
Tints of Tyrian Purple #740242
RGB
CMYK
RGB Variations
Color information
#740242 (or 0x740242) is known color: Tyrian Purple. HEX triplet: 74, 02 and 42. RGB value is (116,2,66). Sum of RGB (Red+Green+Blue) = 116+2+66=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #740242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740242 is #8BFDBD. Grayscale: #2B2B2B. Windows color (decimal): -9174462 or 4326004. OLE color: 4326004.
HSL color Cylindrical-coordinate representation of color #740242: hue angle of 326.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740242 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 66 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.55 |
| HSL | 326.32º | 0.97% | 0.23% | - |
| HSV(B) | 326.32º | 0.98% | 0.45% | - |
| XYZ | 8.21 | 4.15 | 5.52 | - |
| YUV | 43.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 66 | 0 | 0.98 | 0.43 | 0.55 | 326.32 | 0.97 | 0.23 |
| Hex | 74 | 2 | 42 | 0 | 62 | 2B | 37 | 146 | 61 | 17 |
| Octal | 164 | 2 | 102 | 0 | 142 | 53 | 67 | 506 | 141 | 27 |
| Binary | 1110100 | 10 | 1000010 | 0 | 1100010 | 101011 | 110111 | 101000110 | 1100001 | 10111 |
Color Harmonies of #740242
Complementary color
Monochromatic Colors of #740242
Black with #740242
Text Example
Text Example
White with #740242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740242; }
p { color: rgb(116,2,66); }
H1.HeaderClassName
{
color: #740242;
}
.AnyTagClassName
{
color: #740242;
}
</style>
background-color css
<style>
a { background-color: #740242; }
a { background-color: rgb(116,2,66); }
div.DivClassName
{
background-color: #740242;
}
.BgClassName
{
background-color: #740242;
}
</style>
border-color css
<style>
span { border-color: #740242; }
span { border-color: rgb(116,2,66); }
td.TdClassName
{
border-color: #740242;
}
.TagClassName
{
border-color: #740242;
}
</style>