Html Css Color HEX #7700AC Dark Magenta

📋 copy color: '#7700AC'

red 119 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #7700AC

Tints of Dark Magenta #7700AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.89%
G = 0%
B = 59.11%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7700AC (or 0x7700AC) is known color: Dark Magenta. HEX triplet: 77, 00 and AC. RGB value is (119,0,172). Sum of RGB (Red+Green+Blue) = 119+0+172=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #7700AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7700AC is #88FF53. Grayscale: #363636. Windows color (decimal): -8978260 or 11272311. OLE color: 11272311.

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

Color convert

RGB 119 0 172 -
CMYK 0.31 1 0 0.33
HSL 281.51º 1% 0.34% -
HSV(B) 281.51º 1% 0.67% -
XYZ 15.05 6.9 39.57 -
YUV 55.19 193.92 173.51 -
System Red Green Blue C M Y K H S L
Decimal 119 0 172 0.31 1 0 0.33 281.51 1 0.34
Hex 77 0 AC 1F 64 0 21 11A 64 22
Octal 167 0 254 37 144 0 41 432 144 42
Binary 1110111 0 10101100 11111 1100100 0 100001 100011010 1100100 100010

Color Harmonies of #7700AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7700AC

Black with #7700AC

Text Example


Text Example

White with #7700AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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