Html Css Color HEX #7706AB Dark Magenta

📋 copy color: '#7706AB'

red 119 ◦ green 6 ◦ blue 171

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

Shades of Dark Magenta #7706AB

Tints of Dark Magenta #7706AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 40.2%
G = 2.03%
B = 57.77%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7706AB (or 0x7706AB) is known color: Dark Magenta. HEX triplet: 77, 06 and AB. RGB value is (119,6,171). Sum of RGB (Red+Green+Blue) = 119+6+171=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #7706AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7706AB is #88F954. Grayscale: #3A3A3A. Windows color (decimal): -8976725 or 11208311. OLE color: 11208311.

HSL color Cylindrical-coordinate representation of color #7706AB: hue angle of 281.09º 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 #7706AB is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 6 171 -
CMYK 0.30 0.96 0 0.33
HSL 281.09º 0.93% 0.35% -
HSV(B) 281.09º 0.96% 0.67% -
XYZ 15.02 6.99 39.09 -
YUV 58.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 119 6 171 0.30 0.96 0 0.33 281.09 0.93 0.35
Hex 77 6 AB 1E 60 0 21 119 5D 23
Octal 167 6 253 36 140 0 41 431 135 43
Binary 1110111 110 10101011 11110 1100000 0 100001 100011001 1011101 100011

Color Harmonies of #7706AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7706AB

Black with #7706AB

Text Example


Text Example

White with #7706AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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