Shades of Dark Magenta #770798
Tints of Dark Magenta #770798
RGB
CMYK
RGB Variations
Color information
#770798 (or 0x770798) is known color: Dark Magenta. HEX triplet: 77, 07 and 98. RGB value is (119,7,152). Sum of RGB (Red+Green+Blue) = 119+7+152=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #770798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770798 is #88F867. Grayscale: #383838. Windows color (decimal): -8976488 or 9963383. OLE color: 9963383.
HSL color Cylindrical-coordinate representation of color #770798: hue angle of 286.34º 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 #770798 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 7 | 152 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.40 |
| HSL | 286.34º | 0.91% | 0.31% | - |
| HSV(B) | 286.34º | 0.95% | 0.6% | - |
| XYZ | 13.35 | 6.34 | 30.23 | - |
| YUV | 57.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 152 | 0.22 | 0.95 | 0 | 0.40 | 286.34 | 0.91 | 0.31 |
| Hex | 77 | 7 | 98 | 16 | 5F | 0 | 28 | 11E | 5B | 1F |
| Octal | 167 | 7 | 230 | 26 | 137 | 0 | 50 | 436 | 133 | 37 |
| Binary | 1110111 | 111 | 10011000 | 10110 | 1011111 | 0 | 101000 | 100011110 | 1011011 | 11111 |
Color Harmonies of #770798
Complementary color
Monochromatic Colors of #770798
Black with #770798
Text Example
Text Example
White with #770798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770798; }
p { color: rgb(119,7,152); }
H1.HeaderClassName
{
color: #770798;
}
.AnyTagClassName
{
color: #770798;
}
</style>
background-color css
<style>
a { background-color: #770798; }
a { background-color: rgb(119,7,152); }
div.DivClassName
{
background-color: #770798;
}
.BgClassName
{
background-color: #770798;
}
</style>
border-color css
<style>
span { border-color: #770798; }
span { border-color: rgb(119,7,152); }
td.TdClassName
{
border-color: #770798;
}
.TagClassName
{
border-color: #770798;
}
</style>