#770EA7

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

Shades of Dark Magenta #770EA7

Tints of Dark Magenta #770EA7

Color information

#770EA7 (or 0x770EA7) is unknown color: approx Dark Magenta. HEX triplet: 77, 0E and A7. RGB value is (119,14,167). Sum of RGB (Red+Green+Blue) = 119+14+167=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 167 (65.62% from 255 or 55.67% from 300); Max value from RGB is 167 - color contains mainly: blue. Hex color #770EA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770EA7 is #88F158. Grayscale: #3E3E3E. Windows color (decimal): -8974681 or 10948215. OLE color: 10948215.

HSL color Cylindrical-coordinate representation of color #770EA7: hue angle of 281.18º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770EA7 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11914167-
CMYK0.290.9200.35
HSL281.18º84.53%35.49%-
HSV(B)281.18º91.62%65.49%-
XYZ14.747.0337.14-
YUV62.84186.79168.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 14 (5.86% from 255) = 4.67%
BLUE value IS 167 (65.62% from 255) = 55.67%
R=39.67%
G=4.67%
B=55.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119141670.290.9200.35281.1884.5335.49
Hex77EA71D5C0231195523
Octal167162473513404343112543
Binary111011111101010011111101101110001000111000110011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,14,167); }

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

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

 a { background-color: rgb(119,14,167); }

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

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

 span { border-color: rgb(119,14,167); }

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