#770BAA

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

Shades of Dark Magenta #770BAA

Tints of Dark Magenta #770BAA

Color information

#770BAA (or 0x770BAA) is unknown color: approx Dark Magenta. HEX triplet: 77, 0B and AA. RGB value is (119,11,170). Sum of RGB (Red+Green+Blue) = 119+11+170=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #770BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770BAA is #88F455. Grayscale: #3C3C3C. Windows color (decimal): -8975446 or 11144055. OLE color: 11144055.

HSL color Cylindrical-coordinate representation of color #770BAA: hue angle of 280.75º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BAA is Cyan = 0.3, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11911170-
CMYK0.30.9400.33
HSL280.75º87.85%35.49%-
HSV(B)280.75º93.53%66.67%-
XYZ14.987.0638.6-
YUV61.42189.28169.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 11 (4.69% from 255) = 3.67%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=39.67%
G=3.67%
B=56.67%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119111700.30.9400.33280.7587.8535.49
Hex77BAA1E5E0211195823
Octal167132523613604143113043
Binary111011110111010101011110101111001000011000110011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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