Shades of Dark Magenta #770799
Tints of Dark Magenta #770799
RGB
CMYK
RGB Variations
Color information
#770799 (or 0x770799) is known color: Dark Magenta. HEX triplet: 77, 07 and 99. RGB value is (119,7,153). Sum of RGB (Red+Green+Blue) = 119+7+153=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #770799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770799 is #88F866. Grayscale: #383838. Windows color (decimal): -8976487 or 10028919. OLE color: 10028919.
HSL color Cylindrical-coordinate representation of color #770799: hue angle of 286.03º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770799 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 7 | 153 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.4 |
| HSL | 286.03º | 0.91% | 0.31% | - |
| HSV(B) | 286.03º | 0.95% | 0.6% | - |
| XYZ | 13.43 | 6.37 | 30.66 | - |
| YUV | 57.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 153 | 0.22 | 0.95 | 0 | 0.4 | 286.03 | 0.91 | 0.31 |
| Hex | 77 | 7 | 99 | 16 | 5F | 0 | 28 | 11E | 5B | 1F |
| Octal | 167 | 7 | 231 | 26 | 137 | 0 | 50 | 436 | 133 | 37 |
| Binary | 1110111 | 111 | 10011001 | 10110 | 1011111 | 0 | 101000 | 100011110 | 1011011 | 11111 |
Color Harmonies of #770799
Complementary color
Monochromatic Colors of #770799
Black with #770799
Text Example
Text Example
White with #770799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770799; }
p { color: rgb(119,7,153); }
H1.HeaderClassName
{
color: #770799;
}
.AnyTagClassName
{
color: #770799;
}
</style>
background-color css
<style>
a { background-color: #770799; }
a { background-color: rgb(119,7,153); }
div.DivClassName
{
background-color: #770799;
}
.BgClassName
{
background-color: #770799;
}
</style>
border-color css
<style>
span { border-color: #770799; }
span { border-color: rgb(119,7,153); }
td.TdClassName
{
border-color: #770799;
}
.TagClassName
{
border-color: #770799;
}
</style>