Html Css Color HEX #7600AC Dark Magenta

📋 copy color: '#7600AC'

red 118 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #7600AC

Tints of Dark Magenta #7600AC

RGB

 RED value IS 118 (46.48% from 255) = 40.69%

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

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

R = 40.69%
G = 0%
B = 59.31%

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

#7600AC (or 0x7600AC) is known color: Dark Magenta. HEX triplet: 76, 00 and AC. RGB value is (118,0,172). Sum of RGB (Red+Green+Blue) = 118+0+172=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #7600AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7600AC is #89FF53. Grayscale: #363636. Windows color (decimal): -9043796 or 11272310. OLE color: 11272310.

HSL color Cylindrical-coordinate representation of color #7600AC: hue angle of 281.16º 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 #7600AC is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 0 172 -
CMYK 0.31 1 0 0.33
HSL 281.16º 1% 0.34% -
HSV(B) 281.16º 1% 0.67% -
XYZ 14.92 6.83 39.56 -
YUV 54.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 118 0 172 0.31 1 0 0.33 281.16 1 0.34
Hex 76 0 AC 1F 64 0 21 119 64 22
Octal 166 0 254 37 144 0 41 431 144 42
Binary 1110110 0 10101100 11111 1100100 0 100001 100011001 1100100 100010

Color Harmonies of #7600AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600AC

Black with #7600AC

Text Example


Text Example

White with #7600AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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