Shades of Tyrian Purple #740B43
Tints of Tyrian Purple #740B43
RGB
CMYK
RGB Variations
Color information
#740B43 (or 0x740B43) is known color: Tyrian Purple. HEX triplet: 74, 0B and 43. RGB value is (116,11,67). Sum of RGB (Red+Green+Blue) = 116+11+67=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #740B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740B43 is #8BF4BC. Grayscale: #303030. Windows color (decimal): -9172157 or 4393844. OLE color: 4393844.
HSL color Cylindrical-coordinate representation of color #740B43: hue angle of 328º 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 #740B43 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 11 | 67 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.55 |
| HSL | 328º | 0.83% | 0.25% | - |
| HSV(B) | 328º | 0.91% | 0.45% | - |
| XYZ | 8.34 | 4.36 | 5.71 | - |
| YUV | 48.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 67 | 0 | 0.91 | 0.42 | 0.55 | 328 | 0.83 | 0.25 |
| Hex | 74 | B | 43 | 0 | 5B | 2A | 37 | 148 | 53 | 19 |
| Octal | 164 | 13 | 103 | 0 | 133 | 52 | 67 | 510 | 123 | 31 |
| Binary | 1110100 | 1011 | 1000011 | 0 | 1011011 | 101010 | 110111 | 101001000 | 1010011 | 11001 |
Color Harmonies of #740B43
Complementary color
Monochromatic Colors of #740B43
Black with #740B43
Text Example
Text Example
White with #740B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B43; }
p { color: rgb(116,11,67); }
H1.HeaderClassName
{
color: #740B43;
}
.AnyTagClassName
{
color: #740B43;
}
</style>
background-color css
<style>
a { background-color: #740B43; }
a { background-color: rgb(116,11,67); }
div.DivClassName
{
background-color: #740B43;
}
.BgClassName
{
background-color: #740B43;
}
</style>
border-color css
<style>
span { border-color: #740B43; }
span { border-color: rgb(116,11,67); }
td.TdClassName
{
border-color: #740B43;
}
.TagClassName
{
border-color: #740B43;
}
</style>