Html Css Color HEX #7505AC Dark Magenta

📋 copy color: '#7505AC'

red 117 ◦ green 5 ◦ blue 172

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

Shades of Dark Magenta #7505AC

Tints of Dark Magenta #7505AC

RGB

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

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

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

R = 39.8%
G = 1.7%
B = 58.5%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7505AC (or 0x7505AC) is known color: Dark Magenta. HEX triplet: 75, 05 and AC. RGB value is (117,5,172). Sum of RGB (Red+Green+Blue) = 117+5+172=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #7505AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7505AC is #8AFA53. Grayscale: #383838. Windows color (decimal): -9108052 or 11273589. OLE color: 11273589.

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

Color convert

RGB 117 5 172 -
CMYK 0.32 0.97 0 0.33
HSL 280.24º 0.94% 0.35% -
HSV(B) 280.24º 0.97% 0.67% -
XYZ 14.84 6.87 39.57 -
YUV 57.53 192.61 170.42 -
System Red Green Blue C M Y K H S L
Decimal 117 5 172 0.32 0.97 0 0.33 280.24 0.94 0.35
Hex 75 5 AC 20 61 0 21 118 5E 23
Octal 165 5 254 40 141 0 41 430 136 43
Binary 1110101 101 10101100 100000 1100001 0 100001 100011000 1011110 100011

Color Harmonies of #7505AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505AC

Black with #7505AC

Text Example


Text Example

White with #7505AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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