Shades of Tyrian Purple #740A4E
Tints of Tyrian Purple #740A4E
RGB
CMYK
RGB Variations
Color information
#740A4E (or 0x740A4E) is known color: Tyrian Purple. HEX triplet: 74, 0A and 4E. RGB value is (116,10,78). Sum of RGB (Red+Green+Blue) = 116+10+78=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #740A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A4E is #8BF5B1. Grayscale: #313131. Windows color (decimal): -9172402 or 5114484. OLE color: 5114484.
HSL color Cylindrical-coordinate representation of color #740A4E: hue angle of 321.51º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A4E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 78 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.55 |
| HSL | 321.51º | 0.84% | 0.25% | - |
| HSV(B) | 321.51º | 0.91% | 0.45% | - |
| XYZ | 8.69 | 4.48 | 7.61 | - |
| YUV | 49.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 78 | 0 | 0.91 | 0.33 | 0.55 | 321.51 | 0.84 | 0.25 |
| Hex | 74 | A | 4E | 0 | 5B | 21 | 37 | 142 | 54 | 19 |
| Octal | 164 | 12 | 116 | 0 | 133 | 41 | 67 | 502 | 124 | 31 |
| Binary | 1110100 | 1010 | 1001110 | 0 | 1011011 | 100001 | 110111 | 101000010 | 1010100 | 11001 |
Color Harmonies of #740A4E
Complementary color
Monochromatic Colors of #740A4E
Black with #740A4E
Text Example
Text Example
White with #740A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A4E; }
p { color: rgb(116,10,78); }
H1.HeaderClassName
{
color: #740A4E;
}
.AnyTagClassName
{
color: #740A4E;
}
</style>
background-color css
<style>
a { background-color: #740A4E; }
a { background-color: rgb(116,10,78); }
div.DivClassName
{
background-color: #740A4E;
}
.BgClassName
{
background-color: #740A4E;
}
</style>
border-color css
<style>
span { border-color: #740A4E; }
span { border-color: rgb(116,10,78); }
td.TdClassName
{
border-color: #740A4E;
}
.TagClassName
{
border-color: #740A4E;
}
</style>