Html Css Color HEX #7706AA Dark Magenta

📋 copy color: '#7706AA'

red 119 ◦ green 6 ◦ blue 170

#7706AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7706AA

Tints of Dark Magenta #7706AA

RGB

 RED value IS 119 (46.88% from 255) = 40.34%

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 40.34%
G = 2.03%
B = 57.63%

CMYK

 C value IS 0.3

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7706AA (or 0x7706AA) is known color: Dark Magenta. HEX triplet: 77, 06 and AA. RGB value is (119,6,170). Sum of RGB (Red+Green+Blue) = 119+6+170=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #7706AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7706AA is #88F955. Grayscale: #393939. Windows color (decimal): -8976726 or 11142775. OLE color: 11142775.

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

Color convert

RGB 119 6 170 -
CMYK 0.3 0.96 0 0.33
HSL 281.34º 0.93% 0.35% -
HSV(B) 281.34º 0.96% 0.67% -
XYZ 14.93 6.95 38.59 -
YUV 58.48 190.94 171.16 -
System Red Green Blue C M Y K H S L
Decimal 119 6 170 0.3 0.96 0 0.33 281.34 0.93 0.35
Hex 77 6 AA 1E 60 0 21 119 5D 23
Octal 167 6 252 36 140 0 41 431 135 43
Binary 1110111 110 10101010 11110 1100000 0 100001 100011001 1011101 100011

Color Harmonies of #7706AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7706AA

Black with #7706AA

Text Example


Text Example

White with #7706AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7706AA; }

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

 H1.HeaderClassName
 {
   color: #7706AA;
 }
 .AnyTagClassName
 {
   color: #7706AA;
 }
</style>

background-color css

<style>
 a { background-color: #7706AA; }

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

 div.DivClassName
 {
   background-color: #7706AA;
 }
 .BgClassName
 {
   background-color: #7706AA;
 }
</style>

border-color css

<style>
 span { border-color: #7706AA; }

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

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