#770BA9

Color #770BA9 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #770BA9

Tints of Dark Magenta #770BA9

Color information

#770BA9 (or 0x770BA9) is unknown color: approx Dark Magenta. HEX triplet: 77, 0B and A9. RGB value is (119,11,169). Sum of RGB (Red+Green+Blue) = 119+11+169=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 169 (66.41% from 255 or 56.52% from 299); Max value from RGB is 169 - color contains mainly: blue. Hex color #770BA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770BA9 is #88F456. Grayscale: #3C3C3C. Windows color (decimal): -8975447 or 11078519. OLE color: 11078519.

HSL color Cylindrical-coordinate representation of color #770BA9: hue angle of 281.01º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770BA9 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11911169-
CMYK0.300.9300.34
HSL281.01º87.78%35.29%-
HSV(B)281.01º93.49%66.27%-
XYZ14.897.0338.11-
YUV61.3188.78169.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 169 (66.41% from 255) = 56.52%
R=39.80%
G=3.68%
B=56.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal119111690.300.9300.34281.0187.7835.29
Hex77BA91E5D0221195823
Octal167132513613504243113043
Binary111011110111010100111110101110101000101000110011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770BA9; }

 p { color: rgb(119,11,169); }

 H1.HeaderClassName
 {
   color: #770BA9;
 }
 .AnyTagClassName
 {
   color: #770BA9;
 }
</style>
background-color css

<style>
 a { background-color: #770BA9; }

 a { background-color: rgb(119,11,169); }

 div.DivClassName
 {
   background-color: #770BA9;
 }
 .BgClassName
 {
   background-color: #770BA9;
 }
</style>
border-color css

<style>
 span { border-color: #770BA9; }

 span { border-color: rgb(119,11,169); }

 td.TdClassName
 {
   border-color: #770BA9;
 }
 .TagClassName
 {
   border-color: #770BA9;
 }
</style>