#770A99

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

Shades of Dark Magenta #770A99

Tints of Dark Magenta #770A99

Color information

#770A99 (or 0x770A99) is unknown color: approx Dark Magenta. HEX triplet: 77, 0A and 99. RGB value is (119,10,153). Sum of RGB (Red+Green+Blue) = 119+10+153=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #770A99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770A99 is #88F566. Grayscale: #3A3A3A. Windows color (decimal): -8975719 or 10029687. OLE color: 10029687.

HSL color Cylindrical-coordinate representation of color #770A99: hue angle of 285.73º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770A99 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11910153-
CMYK0.220.9300.4
HSL285.73º87.73%31.96%-
HSV(B)285.73º93.46%60%-
XYZ13.476.4430.67-
YUV58.89181.11170.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=42.20%
G=3.55%
B=54.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119101530.220.9300.4285.7387.7331.96
Hex77A99165D02811e5820
Octal167122312613505043613040
Binary111011110101001100110110101110101010001000111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,10,153); }

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

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

 a { background-color: rgb(119,10,153); }

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

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

 span { border-color: rgb(119,10,153); }

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