Shades of Dark Magenta #771297
Tints of Dark Magenta #771297
RGB
CMYK
RGB Variations
Color information
#771297 (or 0x771297) is known color: Dark Magenta. HEX triplet: 77, 12 and 97. RGB value is (119,18,151). Sum of RGB (Red+Green+Blue) = 119+18+151=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #771297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771297 is #88ED68. Grayscale: #3E3E3E. Windows color (decimal): -8973673 or 9900663. OLE color: 9900663.
HSL color Cylindrical-coordinate representation of color #771297: hue angle of 285.56º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771297 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 18 | 151 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.41 |
| HSL | 285.56º | 0.79% | 0.33% | - |
| HSV(B) | 285.56º | 0.88% | 0.59% | - |
| XYZ | 13.41 | 6.59 | 29.84 | - |
| YUV | 63.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 151 | 0.21 | 0.88 | 0 | 0.41 | 285.56 | 0.79 | 0.33 |
| Hex | 77 | 12 | 97 | 15 | 58 | 0 | 29 | 11E | 4F | 21 |
| Octal | 167 | 22 | 227 | 25 | 130 | 0 | 51 | 436 | 117 | 41 |
| Binary | 1110111 | 10010 | 10010111 | 10101 | 1011000 | 0 | 101001 | 100011110 | 1001111 | 100001 |
Color Harmonies of #771297
Complementary color
Monochromatic Colors of #771297
Black with #771297
Text Example
Text Example
White with #771297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771297; }
p { color: rgb(119,18,151); }
H1.HeaderClassName
{
color: #771297;
}
.AnyTagClassName
{
color: #771297;
}
</style>
background-color css
<style>
a { background-color: #771297; }
a { background-color: rgb(119,18,151); }
div.DivClassName
{
background-color: #771297;
}
.BgClassName
{
background-color: #771297;
}
</style>
border-color css
<style>
span { border-color: #771297; }
span { border-color: rgb(119,18,151); }
td.TdClassName
{
border-color: #771297;
}
.TagClassName
{
border-color: #771297;
}
</style>