Shades of Tyrian Purple #740858
Tints of Tyrian Purple #740858
RGB
CMYK
RGB Variations
Color information
#740858 (or 0x740858) is known color: Tyrian Purple. HEX triplet: 74, 08 and 58. RGB value is (116,8,88). Sum of RGB (Red+Green+Blue) = 116+8+88=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #740858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740858 is #8BF7A7. Grayscale: #313131. Windows color (decimal): -9172904 or 5769332. OLE color: 5769332.
HSL color Cylindrical-coordinate representation of color #740858: hue angle of 315.56º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740858 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 8 | 88 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.55 |
| HSL | 315.56º | 0.87% | 0.24% | - |
| HSV(B) | 315.56º | 0.93% | 0.45% | - |
| XYZ | 9.05 | 4.59 | 9.64 | - |
| YUV | 49.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 88 | 0 | 0.93 | 0.24 | 0.55 | 315.56 | 0.87 | 0.24 |
| Hex | 74 | 8 | 58 | 0 | 5D | 18 | 37 | 13C | 57 | 18 |
| Octal | 164 | 10 | 130 | 0 | 135 | 30 | 67 | 474 | 127 | 30 |
| Binary | 1110100 | 1000 | 1011000 | 0 | 1011101 | 11000 | 110111 | 100111100 | 1010111 | 11000 |
Color Harmonies of #740858
Complementary color
Monochromatic Colors of #740858
Black with #740858
Text Example
Text Example
White with #740858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740858; }
p { color: rgb(116,8,88); }
H1.HeaderClassName
{
color: #740858;
}
.AnyTagClassName
{
color: #740858;
}
</style>
background-color css
<style>
a { background-color: #740858; }
a { background-color: rgb(116,8,88); }
div.DivClassName
{
background-color: #740858;
}
.BgClassName
{
background-color: #740858;
}
</style>
border-color css
<style>
span { border-color: #740858; }
span { border-color: rgb(116,8,88); }
td.TdClassName
{
border-color: #740858;
}
.TagClassName
{
border-color: #740858;
}
</style>