Shades of Tyrian Purple #740245
Tints of Tyrian Purple #740245
RGB
CMYK
RGB Variations
Color information
#740245 (or 0x740245) is known color: Tyrian Purple. HEX triplet: 74, 02 and 45. RGB value is (116,2,69). Sum of RGB (Red+Green+Blue) = 116+2+69=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #740245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740245 is #8BFDBA. Grayscale: #2B2B2B. Windows color (decimal): -9174459 or 4522612. OLE color: 4522612.
HSL color Cylindrical-coordinate representation of color #740245: hue angle of 324.74º 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 #740245 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.55 |
| HSL | 324.74º | 0.97% | 0.23% | - |
| HSV(B) | 324.74º | 0.98% | 0.45% | - |
| XYZ | 8.3 | 4.19 | 6 | - |
| YUV | 43.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 69 | 0 | 0.98 | 0.41 | 0.55 | 324.74 | 0.97 | 0.23 |
| Hex | 74 | 2 | 45 | 0 | 62 | 29 | 37 | 145 | 61 | 17 |
| Octal | 164 | 2 | 105 | 0 | 142 | 51 | 67 | 505 | 141 | 27 |
| Binary | 1110100 | 10 | 1000101 | 0 | 1100010 | 101001 | 110111 | 101000101 | 1100001 | 10111 |
Color Harmonies of #740245
Complementary color
Monochromatic Colors of #740245
Black with #740245
Text Example
Text Example
White with #740245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740245; }
p { color: rgb(116,2,69); }
H1.HeaderClassName
{
color: #740245;
}
.AnyTagClassName
{
color: #740245;
}
</style>
background-color css
<style>
a { background-color: #740245; }
a { background-color: rgb(116,2,69); }
div.DivClassName
{
background-color: #740245;
}
.BgClassName
{
background-color: #740245;
}
</style>
border-color css
<style>
span { border-color: #740245; }
span { border-color: rgb(116,2,69); }
td.TdClassName
{
border-color: #740245;
}
.TagClassName
{
border-color: #740245;
}
</style>