Shades of Dark Magenta #770FA6
Tints of Dark Magenta #770FA6
RGB
CMYK
RGB Variations
Color information
#770FA6 (or 0x770FA6) is known color: Dark Magenta. HEX triplet: 77, 0F and A6. RGB value is (119,15,166). Sum of RGB (Red+Green+Blue) = 119+15+166=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 166 (65.23% from 255 or 55.33% from 300); Max value from RGB is 166 - color contains mainly: blue. Hex color #770FA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770FA6 is #88F059. Grayscale: #3E3E3E. Windows color (decimal): -8974426 or 10882935. OLE color: 10882935.
HSL color Cylindrical-coordinate representation of color #770FA6: hue angle of 281.32º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770FA6 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 15 | 166 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.35 |
| HSL | 281.32º | 0.83% | 0.35% | - |
| HSV(B) | 281.32º | 0.91% | 0.65% | - |
| XYZ | 14.66 | 7.02 | 36.66 | - |
| YUV | 63.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 166 | 0.28 | 0.91 | 0 | 0.35 | 281.32 | 0.83 | 0.35 |
| Hex | 77 | F | A6 | 1C | 5B | 0 | 23 | 119 | 53 | 23 |
| Octal | 167 | 17 | 246 | 34 | 133 | 0 | 43 | 431 | 123 | 43 |
| Binary | 1110111 | 1111 | 10100110 | 11100 | 1011011 | 0 | 100011 | 100011001 | 1010011 | 100011 |
Color Harmonies of #770FA6
Complementary color
Monochromatic Colors of #770FA6
Black with #770FA6
Text Example
Text Example
White with #770FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FA6; }
p { color: rgb(119,15,166); }
H1.HeaderClassName
{
color: #770FA6;
}
.AnyTagClassName
{
color: #770FA6;
}
</style>
background-color css
<style>
a { background-color: #770FA6; }
a { background-color: rgb(119,15,166); }
div.DivClassName
{
background-color: #770FA6;
}
.BgClassName
{
background-color: #770FA6;
}
</style>
border-color css
<style>
span { border-color: #770FA6; }
span { border-color: rgb(119,15,166); }
td.TdClassName
{
border-color: #770FA6;
}
.TagClassName
{
border-color: #770FA6;
}
</style>