Shades of Dark Magenta #770FAA
Tints of Dark Magenta #770FAA
RGB
CMYK
RGB Variations
Color information
#770FAA (or 0x770FAA) is known color: Dark Magenta. HEX triplet: 77, 0F and AA. RGB value is (119,15,170). Sum of RGB (Red+Green+Blue) = 119+15+170=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #770FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770FAA is #88F055. Grayscale: #3F3F3F. Windows color (decimal): -8974422 or 11145079. OLE color: 11145079.
HSL color Cylindrical-coordinate representation of color #770FAA: hue angle of 280.26º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770FAA is Cyan = 0.3, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 15 | 170 | - |
| CMYK | 0.3 | 0.91 | 0 | 0.33 |
| HSL | 280.26º | 0.84% | 0.36% | - |
| HSV(B) | 280.26º | 0.91% | 0.67% | - |
| XYZ | 15.03 | 7.17 | 38.62 | - |
| YUV | 63.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 170 | 0.3 | 0.91 | 0 | 0.33 | 280.26 | 0.84 | 0.36 |
| Hex | 77 | F | AA | 1E | 5B | 0 | 21 | 118 | 54 | 24 |
| Octal | 167 | 17 | 252 | 36 | 133 | 0 | 41 | 430 | 124 | 44 |
| Binary | 1110111 | 1111 | 10101010 | 11110 | 1011011 | 0 | 100001 | 100011000 | 1010100 | 100100 |
Color Harmonies of #770FAA
Complementary color
Monochromatic Colors of #770FAA
Black with #770FAA
Text Example
Text Example
White with #770FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FAA; }
p { color: rgb(119,15,170); }
H1.HeaderClassName
{
color: #770FAA;
}
.AnyTagClassName
{
color: #770FAA;
}
</style>
background-color css
<style>
a { background-color: #770FAA; }
a { background-color: rgb(119,15,170); }
div.DivClassName
{
background-color: #770FAA;
}
.BgClassName
{
background-color: #770FAA;
}
</style>
border-color css
<style>
span { border-color: #770FAA; }
span { border-color: rgb(119,15,170); }
td.TdClassName
{
border-color: #770FAA;
}
.TagClassName
{
border-color: #770FAA;
}
</style>