Shades of Dark Magenta #770395
Tints of Dark Magenta #770395
RGB
CMYK
RGB Variations
Color information
#770395 (or 0x770395) is known color: Dark Magenta. HEX triplet: 77, 03 and 95. RGB value is (119,3,149). Sum of RGB (Red+Green+Blue) = 119+3+149=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #770395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770395 is #88FC6A. Grayscale: #353535. Windows color (decimal): -8977515 or 9765751. OLE color: 9765751.
HSL color Cylindrical-coordinate representation of color #770395: hue angle of 287.67º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770395 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 3 | 149 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.42 |
| HSL | 287.67º | 0.96% | 0.3% | - |
| HSV(B) | 287.67º | 0.98% | 0.58% | - |
| XYZ | 13.07 | 6.16 | 28.93 | - |
| YUV | 54.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 149 | 0.20 | 0.98 | 0 | 0.42 | 287.67 | 0.96 | 0.3 |
| Hex | 77 | 3 | 95 | 14 | 62 | 0 | 2A | 120 | 60 | 1E |
| Octal | 167 | 3 | 225 | 24 | 142 | 0 | 52 | 440 | 140 | 36 |
| Binary | 1110111 | 11 | 10010101 | 10100 | 1100010 | 0 | 101010 | 100100000 | 1100000 | 11110 |
Color Harmonies of #770395
Complementary color
Monochromatic Colors of #770395
Black with #770395
Text Example
Text Example
White with #770395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770395; }
p { color: rgb(119,3,149); }
H1.HeaderClassName
{
color: #770395;
}
.AnyTagClassName
{
color: #770395;
}
</style>
background-color css
<style>
a { background-color: #770395; }
a { background-color: rgb(119,3,149); }
div.DivClassName
{
background-color: #770395;
}
.BgClassName
{
background-color: #770395;
}
</style>
border-color css
<style>
span { border-color: #770395; }
span { border-color: rgb(119,3,149); }
td.TdClassName
{
border-color: #770395;
}
.TagClassName
{
border-color: #770395;
}
</style>