Html Css Color HEX #7705AC Dark Magenta

📋 copy color: '#7705AC'

red 119 ◦ green 5 ◦ blue 172

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

Shades of Dark Magenta #7705AC

Tints of Dark Magenta #7705AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 40.2%
G = 1.69%
B = 58.11%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7705AC (or 0x7705AC) is known color: Dark Magenta. HEX triplet: 77, 05 and AC. RGB value is (119,5,172). Sum of RGB (Red+Green+Blue) = 119+5+172=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #7705AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7705AC is #88FA53. Grayscale: #393939. Windows color (decimal): -8976980 or 11273591. OLE color: 11273591.

HSL color Cylindrical-coordinate representation of color #7705AC: hue angle of 280.96º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7705AC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 5 172 -
CMYK 0.31 0.97 0 0.33
HSL 280.96º 0.94% 0.35% -
HSV(B) 280.96º 0.97% 0.67% -
XYZ 15.11 7.01 39.59 -
YUV 58.12 192.27 171.42 -
System Red Green Blue C M Y K H S L
Decimal 119 5 172 0.31 0.97 0 0.33 280.96 0.94 0.35
Hex 77 5 AC 1F 61 0 21 119 5E 23
Octal 167 5 254 37 141 0 41 431 136 43
Binary 1110111 101 10101100 11111 1100001 0 100001 100011001 1011110 100011

Color Harmonies of #7705AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705AC

Black with #7705AC

Text Example


Text Example

White with #7705AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7705AC;
 }
 .AnyTagClassName
 {
   color: #7705AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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