Shades of Dark Magenta #770894
Tints of Dark Magenta #770894
RGB
CMYK
RGB Variations
Color information
#770894 (or 0x770894) is known color: Dark Magenta. HEX triplet: 77, 08 and 94. RGB value is (119,8,148). Sum of RGB (Red+Green+Blue) = 119+8+148=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #770894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770894 is #88F76B. Grayscale: #383838. Windows color (decimal): -8976236 or 9701495. OLE color: 9701495.
HSL color Cylindrical-coordinate representation of color #770894: hue angle of 287.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770894 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 8 | 148 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.42 |
| HSL | 287.57º | 0.9% | 0.31% | - |
| HSV(B) | 287.57º | 0.95% | 0.58% | - |
| XYZ | 13.04 | 6.23 | 28.53 | - |
| YUV | 57.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 148 | 0.20 | 0.95 | 0 | 0.42 | 287.57 | 0.9 | 0.31 |
| Hex | 77 | 8 | 94 | 14 | 5F | 0 | 2A | 120 | 5A | 1F |
| Octal | 167 | 10 | 224 | 24 | 137 | 0 | 52 | 440 | 132 | 37 |
| Binary | 1110111 | 1000 | 10010100 | 10100 | 1011111 | 0 | 101010 | 100100000 | 1011010 | 11111 |
Color Harmonies of #770894
Complementary color
Monochromatic Colors of #770894
Black with #770894
Text Example
Text Example
White with #770894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770894; }
p { color: rgb(119,8,148); }
H1.HeaderClassName
{
color: #770894;
}
.AnyTagClassName
{
color: #770894;
}
</style>
background-color css
<style>
a { background-color: #770894; }
a { background-color: rgb(119,8,148); }
div.DivClassName
{
background-color: #770894;
}
.BgClassName
{
background-color: #770894;
}
</style>
border-color css
<style>
span { border-color: #770894; }
span { border-color: rgb(119,8,148); }
td.TdClassName
{
border-color: #770894;
}
.TagClassName
{
border-color: #770894;
}
</style>