Shades of Dark Magenta #771397
Tints of Dark Magenta #771397
RGB
CMYK
RGB Variations
Color information
#771397 (or 0x771397) is known color: Dark Magenta. HEX triplet: 77, 13 and 97. RGB value is (119,19,151). Sum of RGB (Red+Green+Blue) = 119+19+151=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #771397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771397 is #88EC68. Grayscale: #3F3F3F. Windows color (decimal): -8973417 or 9900919. OLE color: 9900919.
HSL color Cylindrical-coordinate representation of color #771397: hue angle of 285.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771397 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 19 | 151 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.41 |
| HSL | 285.45º | 0.78% | 0.33% | - |
| HSV(B) | 285.45º | 0.87% | 0.59% | - |
| XYZ | 13.43 | 6.62 | 29.85 | - |
| YUV | 63.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 151 | 0.21 | 0.87 | 0 | 0.41 | 285.45 | 0.78 | 0.33 |
| Hex | 77 | 13 | 97 | 15 | 57 | 0 | 29 | 11D | 4E | 21 |
| Octal | 167 | 23 | 227 | 25 | 127 | 0 | 51 | 435 | 116 | 41 |
| Binary | 1110111 | 10011 | 10010111 | 10101 | 1010111 | 0 | 101001 | 100011101 | 1001110 | 100001 |
Color Harmonies of #771397
Complementary color
Monochromatic Colors of #771397
Black with #771397
Text Example
Text Example
White with #771397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771397; }
p { color: rgb(119,19,151); }
H1.HeaderClassName
{
color: #771397;
}
.AnyTagClassName
{
color: #771397;
}
</style>
background-color css
<style>
a { background-color: #771397; }
a { background-color: rgb(119,19,151); }
div.DivClassName
{
background-color: #771397;
}
.BgClassName
{
background-color: #771397;
}
</style>
border-color css
<style>
span { border-color: #771397; }
span { border-color: rgb(119,19,151); }
td.TdClassName
{
border-color: #771397;
}
.TagClassName
{
border-color: #771397;
}
</style>