Html Css Color HEX #7600AD Dark Magenta

📋 copy color: '#7600AD'

red 118 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #7600AD

Tints of Dark Magenta #7600AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.45%

R = 40.55%
G = 0%
B = 59.45%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7600AD (or 0x7600AD) is known color: Dark Magenta. HEX triplet: 76, 00 and AD. RGB value is (118,0,173). Sum of RGB (Red+Green+Blue) = 118+0+173=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #7600AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7600AD is #89FF52. Grayscale: #363636. Windows color (decimal): -9043795 or 11337846. OLE color: 11337846.

HSL color Cylindrical-coordinate representation of color #7600AD: hue angle of 280.92º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600AD is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 0 173 -
CMYK 0.32 1 0 0.32
HSL 280.92º 1% 0.34% -
HSV(B) 280.92º 1% 0.68% -
XYZ 15.01 6.87 40.07 -
YUV 55 194.59 172.93 -
System Red Green Blue C M Y K H S L
Decimal 118 0 173 0.32 1 0 0.32 280.92 1 0.34
Hex 76 0 AD 20 64 0 20 119 64 22
Octal 166 0 255 40 144 0 40 431 144 42
Binary 1110110 0 10101101 100000 1100100 0 100000 100011001 1100100 100010

Color Harmonies of #7600AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600AD

Black with #7600AD

Text Example


Text Example

White with #7600AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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