Shades of Tyrian Purple #740251
Tints of Tyrian Purple #740251
RGB
CMYK
RGB Variations
Color information
#740251 (or 0x740251) is known color: Tyrian Purple. HEX triplet: 74, 02 and 51. RGB value is (116,2,81). Sum of RGB (Red+Green+Blue) = 116+2+81=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #740251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740251 is #8BFDAE. Grayscale: #2C2C2C. Windows color (decimal): -9174447 or 5309044. OLE color: 5309044.
HSL color Cylindrical-coordinate representation of color #740251: hue angle of 318.42º 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 #740251 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.55 |
| HSL | 318.42º | 0.97% | 0.23% | - |
| HSV(B) | 318.42º | 0.98% | 0.45% | - |
| XYZ | 8.71 | 4.35 | 8.17 | - |
| YUV | 45.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 81 | 0 | 0.98 | 0.30 | 0.55 | 318.42 | 0.97 | 0.23 |
| Hex | 74 | 2 | 51 | 0 | 62 | 1E | 37 | 13E | 61 | 17 |
| Octal | 164 | 2 | 121 | 0 | 142 | 36 | 67 | 476 | 141 | 27 |
| Binary | 1110100 | 10 | 1010001 | 0 | 1100010 | 11110 | 110111 | 100111110 | 1100001 | 10111 |
Color Harmonies of #740251
Complementary color
Monochromatic Colors of #740251
Black with #740251
Text Example
Text Example
White with #740251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740251; }
p { color: rgb(116,2,81); }
H1.HeaderClassName
{
color: #740251;
}
.AnyTagClassName
{
color: #740251;
}
</style>
background-color css
<style>
a { background-color: #740251; }
a { background-color: rgb(116,2,81); }
div.DivClassName
{
background-color: #740251;
}
.BgClassName
{
background-color: #740251;
}
</style>
border-color css
<style>
span { border-color: #740251; }
span { border-color: rgb(116,2,81); }
td.TdClassName
{
border-color: #740251;
}
.TagClassName
{
border-color: #740251;
}
</style>