Shades of Tyrian Purple #740A53
Tints of Tyrian Purple #740A53
RGB
CMYK
RGB Variations
Color information
#740A53 (or 0x740A53) is known color: Tyrian Purple. HEX triplet: 74, 0A and 53. RGB value is (116,10,83). Sum of RGB (Red+Green+Blue) = 116+10+83=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #740A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A53 is #8BF5AC. Grayscale: #313131. Windows color (decimal): -9172397 or 5442164. OLE color: 5442164.
HSL color Cylindrical-coordinate representation of color #740A53: hue angle of 318.68º 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 #740A53 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 83 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.55 |
| HSL | 318.68º | 0.84% | 0.25% | - |
| HSV(B) | 318.68º | 0.91% | 0.45% | - |
| XYZ | 8.87 | 4.55 | 8.6 | - |
| YUV | 50.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 83 | 0 | 0.91 | 0.28 | 0.55 | 318.68 | 0.84 | 0.25 |
| Hex | 74 | A | 53 | 0 | 5B | 1C | 37 | 13F | 54 | 19 |
| Octal | 164 | 12 | 123 | 0 | 133 | 34 | 67 | 477 | 124 | 31 |
| Binary | 1110100 | 1010 | 1010011 | 0 | 1011011 | 11100 | 110111 | 100111111 | 1010100 | 11001 |
Color Harmonies of #740A53
Complementary color
Monochromatic Colors of #740A53
Black with #740A53
Text Example
Text Example
White with #740A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A53; }
p { color: rgb(116,10,83); }
H1.HeaderClassName
{
color: #740A53;
}
.AnyTagClassName
{
color: #740A53;
}
</style>
background-color css
<style>
a { background-color: #740A53; }
a { background-color: rgb(116,10,83); }
div.DivClassName
{
background-color: #740A53;
}
.BgClassName
{
background-color: #740A53;
}
</style>
border-color css
<style>
span { border-color: #740A53; }
span { border-color: rgb(116,10,83); }
td.TdClassName
{
border-color: #740A53;
}
.TagClassName
{
border-color: #740A53;
}
</style>