Shades of Tyrian Purple #740254
Tints of Tyrian Purple #740254
RGB
CMYK
RGB Variations
Color information
#740254 (or 0x740254) is known color: Tyrian Purple. HEX triplet: 74, 02 and 54. RGB value is (116,2,84). Sum of RGB (Red+Green+Blue) = 116+2+84=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #740254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740254 is #8BFDAB. Grayscale: #2D2D2D. Windows color (decimal): -9174444 or 5505652. OLE color: 5505652.
HSL color Cylindrical-coordinate representation of color #740254: hue angle of 316.84º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740254 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 84 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.55 |
| HSL | 316.84º | 0.97% | 0.23% | - |
| HSV(B) | 316.84º | 0.98% | 0.45% | - |
| XYZ | 8.82 | 4.4 | 8.77 | - |
| YUV | 45.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 84 | 0 | 0.98 | 0.28 | 0.55 | 316.84 | 0.97 | 0.23 |
| Hex | 74 | 2 | 54 | 0 | 62 | 1C | 37 | 13D | 61 | 17 |
| Octal | 164 | 2 | 124 | 0 | 142 | 34 | 67 | 475 | 141 | 27 |
| Binary | 1110100 | 10 | 1010100 | 0 | 1100010 | 11100 | 110111 | 100111101 | 1100001 | 10111 |
Color Harmonies of #740254
Complementary color
Monochromatic Colors of #740254
Black with #740254
Text Example
Text Example
White with #740254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740254; }
p { color: rgb(116,2,84); }
H1.HeaderClassName
{
color: #740254;
}
.AnyTagClassName
{
color: #740254;
}
</style>
background-color css
<style>
a { background-color: #740254; }
a { background-color: rgb(116,2,84); }
div.DivClassName
{
background-color: #740254;
}
.BgClassName
{
background-color: #740254;
}
</style>
border-color css
<style>
span { border-color: #740254; }
span { border-color: rgb(116,2,84); }
td.TdClassName
{
border-color: #740254;
}
.TagClassName
{
border-color: #740254;
}
</style>