#7705A9

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

Shades of Dark Magenta #7705A9

Tints of Dark Magenta #7705A9

Color information

#7705A9 (or 0x7705A9) is unknown color: approx Dark Magenta. HEX triplet: 77, 05 and A9. RGB value is (119,5,169). Sum of RGB (Red+Green+Blue) = 119+5+169=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 169 (66.41% from 255 or 57.68% from 293); Max value from RGB is 169 - color contains mainly: blue. Hex color #7705A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7705A9 is #88FA56. Grayscale: #393939. Windows color (decimal): -8976983 or 11076983. OLE color: 11076983.

HSL color Cylindrical-coordinate representation of color #7705A9: hue angle of 281.71º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7705A9 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1195169-
CMYK0.300.9700.34
HSL281.71º94.25%34.12%-
HSV(B)281.71º97.04%66.27%-
XYZ14.826.938.09-
YUV57.78190.77171.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 169 (66.41% from 255) = 57.68%
R=40.61%
G=1.71%
B=57.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11951690.300.9700.34281.7194.2534.12
Hex775A91E6102211a5e22
Octal16752513614104243213642
Binary11101111011010100111110110000101000101000110101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7705A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7705A9; }

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

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

<style>
 a { background-color: #7705A9; }

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

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

<style>
 span { border-color: #7705A9; }

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

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