#7703AD

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

Shades of Dark Magenta #7703AD

Tints of Dark Magenta #7703AD

Color information

#7703AD (or 0x7703AD) is unknown color: approx Dark Magenta. HEX triplet: 77, 03 and AD. RGB value is (119,3,173). Sum of RGB (Red+Green+Blue) = 119+3+173=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #7703AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7703AD is #88FC52. Grayscale: #383838. Windows color (decimal): -8977491 or 11338615. OLE color: 11338615.

HSL color Cylindrical-coordinate representation of color #7703AD: hue angle of 280.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7703AD is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1193173-
CMYK0.310.9800.32
HSL280.94º96.59%34.51%-
HSV(B)280.94º98.27%67.84%-
XYZ15.18740.09-
YUV57.06193.43172.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=40.34%
G=1.02%
B=58.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11931730.310.9800.32280.9496.5934.51
Hex773AD1F620201196123
Octal16732553714204043114143
Binary1110111111010110111111110001001000001000110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7703AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7703AD; }

 p { color: rgb(119,3,173); }

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

<style>
 a { background-color: #7703AD; }

 a { background-color: rgb(119,3,173); }

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

<style>
 span { border-color: #7703AD; }

 span { border-color: rgb(119,3,173); }

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