Shades of Tyrian Purple #740B56
Tints of Tyrian Purple #740B56
RGB
CMYK
RGB Variations
Color information
#740B56 (or 0x740B56) is known color: Tyrian Purple. HEX triplet: 74, 0B and 56. RGB value is (116,11,86). Sum of RGB (Red+Green+Blue) = 116+11+86=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #740B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740B56 is #8BF4A9. Grayscale: #323232. Windows color (decimal): -9172138 or 5639028. OLE color: 5639028.
HSL color Cylindrical-coordinate representation of color #740B56: hue angle of 317.14º degrees, saturation: 0.83, 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 #740B56 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 11 | 86 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.55 |
| HSL | 317.14º | 0.83% | 0.25% | - |
| HSV(B) | 317.14º | 0.91% | 0.45% | - |
| XYZ | 9 | 4.62 | 9.22 | - |
| YUV | 50.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 86 | 0 | 0.91 | 0.26 | 0.55 | 317.14 | 0.83 | 0.25 |
| Hex | 74 | B | 56 | 0 | 5B | 1A | 37 | 13D | 53 | 19 |
| Octal | 164 | 13 | 126 | 0 | 133 | 32 | 67 | 475 | 123 | 31 |
| Binary | 1110100 | 1011 | 1010110 | 0 | 1011011 | 11010 | 110111 | 100111101 | 1010011 | 11001 |
Color Harmonies of #740B56
Complementary color
Monochromatic Colors of #740B56
Black with #740B56
Text Example
Text Example
White with #740B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B56; }
p { color: rgb(116,11,86); }
H1.HeaderClassName
{
color: #740B56;
}
.AnyTagClassName
{
color: #740B56;
}
</style>
background-color css
<style>
a { background-color: #740B56; }
a { background-color: rgb(116,11,86); }
div.DivClassName
{
background-color: #740B56;
}
.BgClassName
{
background-color: #740B56;
}
</style>
border-color css
<style>
span { border-color: #740B56; }
span { border-color: rgb(116,11,86); }
td.TdClassName
{
border-color: #740B56;
}
.TagClassName
{
border-color: #740B56;
}
</style>