Shades of Tyrian Purple #740A45
Tints of Tyrian Purple #740A45
RGB
CMYK
RGB Variations
Color information
#740A45 (or 0x740A45) is known color: Tyrian Purple. HEX triplet: 74, 0A and 45. RGB value is (116,10,69). Sum of RGB (Red+Green+Blue) = 116+10+69=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #740A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A45 is #8BF5BA. Grayscale: #303030. Windows color (decimal): -9172411 or 4524660. OLE color: 4524660.
HSL color Cylindrical-coordinate representation of color #740A45: hue angle of 326.6º 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 #740A45 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 69 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.55 |
| HSL | 326.6º | 0.84% | 0.25% | - |
| HSV(B) | 326.6º | 0.91% | 0.45% | - |
| XYZ | 8.39 | 4.36 | 6.03 | - |
| YUV | 48.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 69 | 0 | 0.91 | 0.41 | 0.55 | 326.6 | 0.84 | 0.25 |
| Hex | 74 | A | 45 | 0 | 5B | 29 | 37 | 147 | 54 | 19 |
| Octal | 164 | 12 | 105 | 0 | 133 | 51 | 67 | 507 | 124 | 31 |
| Binary | 1110100 | 1010 | 1000101 | 0 | 1011011 | 101001 | 110111 | 101000111 | 1010100 | 11001 |
Color Harmonies of #740A45
Complementary color
Monochromatic Colors of #740A45
Black with #740A45
Text Example
Text Example
White with #740A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A45; }
p { color: rgb(116,10,69); }
H1.HeaderClassName
{
color: #740A45;
}
.AnyTagClassName
{
color: #740A45;
}
</style>
background-color css
<style>
a { background-color: #740A45; }
a { background-color: rgb(116,10,69); }
div.DivClassName
{
background-color: #740A45;
}
.BgClassName
{
background-color: #740A45;
}
</style>
border-color css
<style>
span { border-color: #740A45; }
span { border-color: rgb(116,10,69); }
td.TdClassName
{
border-color: #740A45;
}
.TagClassName
{
border-color: #740A45;
}
</style>