Html Css Color HEX #7500AC Dark Magenta

📋 copy color: '#7500AC'

red 117 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #7500AC

Tints of Dark Magenta #7500AC

RGB

 RED value IS 117 (46.09% from 255) = 40.48%

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

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

R = 40.48%
G = 0%
B = 59.52%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7500AC (or 0x7500AC) is known color: Dark Magenta. HEX triplet: 75, 00 and AC. RGB value is (117,0,172). Sum of RGB (Red+Green+Blue) = 117+0+172=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #7500AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7500AC is #8AFF53. Grayscale: #363636. Windows color (decimal): -9109332 or 11272309. OLE color: 11272309.

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

Color convert

RGB 117 0 172 -
CMYK 0.32 1 0 0.33
HSL 280.81º 1% 0.34% -
HSV(B) 280.81º 1% 0.67% -
XYZ 14.78 6.76 39.56 -
YUV 54.59 194.26 172.51 -
System Red Green Blue C M Y K H S L
Decimal 117 0 172 0.32 1 0 0.33 280.81 1 0.34
Hex 75 0 AC 20 64 0 21 119 64 22
Octal 165 0 254 40 144 0 41 431 144 42
Binary 1110101 0 10101100 100000 1100100 0 100001 100011001 1100100 100010

Color Harmonies of #7500AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500AC

Black with #7500AC

Text Example


Text Example

White with #7500AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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