Html Css Color HEX #7407AC Dark Magenta

📋 copy color: '#7407AC'

red 116 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #7407AC

Tints of Dark Magenta #7407AC

RGB

 RED value IS 116 (45.7% from 255) = 39.32%

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 39.32%
G = 2.37%
B = 58.31%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7407AC (or 0x7407AC) is known color: Dark Magenta. HEX triplet: 74, 07 and AC. RGB value is (116,7,172). Sum of RGB (Red+Green+Blue) = 116+7+172=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #7407AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7407AC is #8BF853. Grayscale: #393939. Windows color (decimal): -9173076 or 11274100. OLE color: 11274100.

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

Color convert

RGB 116 7 172 -
CMYK 0.33 0.96 0 0.33
HSL 279.64º 0.92% 0.35% -
HSV(B) 279.64º 0.96% 0.67% -
XYZ 14.72 6.84 39.57 -
YUV 58.4 192.11 169.08 -
System Red Green Blue C M Y K H S L
Decimal 116 7 172 0.33 0.96 0 0.33 279.64 0.92 0.35
Hex 74 7 AC 21 60 0 21 118 5C 23
Octal 164 7 254 41 140 0 41 430 134 43
Binary 1110100 111 10101100 100001 1100000 0 100001 100011000 1011100 100011

Color Harmonies of #7407AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7407AC

Black with #7407AC

Text Example


Text Example

White with #7407AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,7,172); }

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

background-color css

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

 a { background-color: rgb(116,7,172); }

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

border-color css

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

 span { border-color: rgb(116,7,172); }

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