Shades of Dark Magenta #770897
Tints of Dark Magenta #770897
RGB
CMYK
RGB Variations
Color information
#770897 (or 0x770897) is known color: Dark Magenta. HEX triplet: 77, 08 and 97. RGB value is (119,8,151). Sum of RGB (Red+Green+Blue) = 119+8+151=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #770897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770897 is #88F768. Grayscale: #393939. Windows color (decimal): -8976233 or 9898103. OLE color: 9898103.
HSL color Cylindrical-coordinate representation of color #770897: hue angle of 286.57º degrees, saturation: 0.9, 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 #770897 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 8 | 151 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.41 |
| HSL | 286.57º | 0.9% | 0.31% | - |
| HSV(B) | 286.57º | 0.95% | 0.59% | - |
| XYZ | 13.28 | 6.33 | 29.8 | - |
| YUV | 57.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 151 | 0.21 | 0.95 | 0 | 0.41 | 286.57 | 0.9 | 0.31 |
| Hex | 77 | 8 | 97 | 15 | 5F | 0 | 29 | 11F | 5A | 1F |
| Octal | 167 | 10 | 227 | 25 | 137 | 0 | 51 | 437 | 132 | 37 |
| Binary | 1110111 | 1000 | 10010111 | 10101 | 1011111 | 0 | 101001 | 100011111 | 1011010 | 11111 |
Color Harmonies of #770897
Complementary color
Monochromatic Colors of #770897
Black with #770897
Text Example
Text Example
White with #770897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770897; }
p { color: rgb(119,8,151); }
H1.HeaderClassName
{
color: #770897;
}
.AnyTagClassName
{
color: #770897;
}
</style>
background-color css
<style>
a { background-color: #770897; }
a { background-color: rgb(119,8,151); }
div.DivClassName
{
background-color: #770897;
}
.BgClassName
{
background-color: #770897;
}
</style>
border-color css
<style>
span { border-color: #770897; }
span { border-color: rgb(119,8,151); }
td.TdClassName
{
border-color: #770897;
}
.TagClassName
{
border-color: #770897;
}
</style>