Shades of Dark Magenta #740797
Tints of Dark Magenta #740797
RGB
CMYK
RGB Variations
Color information
#740797 (or 0x740797) is known color: Dark Magenta. HEX triplet: 74, 07 and 97. RGB value is (116,7,151). Sum of RGB (Red+Green+Blue) = 116+7+151=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #740797 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740797 is #8BF868. Grayscale: #373737. Windows color (decimal): -9173097 or 9897844. OLE color: 9897844.
HSL color Cylindrical-coordinate representation of color #740797: hue angle of 285.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740797 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 7 | 151 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.41 |
| HSL | 285.42º | 0.91% | 0.31% | - |
| HSV(B) | 285.42º | 0.95% | 0.59% | - |
| XYZ | 12.86 | 6.1 | 29.78 | - |
| YUV | 56.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 151 | 0.23 | 0.95 | 0 | 0.41 | 285.42 | 0.91 | 0.31 |
| Hex | 74 | 7 | 97 | 17 | 5F | 0 | 29 | 11D | 5B | 1F |
| Octal | 164 | 7 | 227 | 27 | 137 | 0 | 51 | 435 | 133 | 37 |
| Binary | 1110100 | 111 | 10010111 | 10111 | 1011111 | 0 | 101001 | 100011101 | 1011011 | 11111 |
Color Harmonies of #740797
Complementary color
Monochromatic Colors of #740797
Black with #740797
Text Example
Text Example
White with #740797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740797; }
p { color: rgb(116,7,151); }
H1.HeaderClassName
{
color: #740797;
}
.AnyTagClassName
{
color: #740797;
}
</style>
background-color css
<style>
a { background-color: #740797; }
a { background-color: rgb(116,7,151); }
div.DivClassName
{
background-color: #740797;
}
.BgClassName
{
background-color: #740797;
}
</style>
border-color css
<style>
span { border-color: #740797; }
span { border-color: rgb(116,7,151); }
td.TdClassName
{
border-color: #740797;
}
.TagClassName
{
border-color: #740797;
}
</style>