Html Css Color HEX #7408AC Dark Magenta

📋 copy color: '#7408AC'

red 116 ◦ green 8 ◦ blue 172

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

Shades of Dark Magenta #7408AC

Tints of Dark Magenta #7408AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

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

R = 39.19%
G = 2.7%
B = 58.11%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7408AC (or 0x7408AC) is known color: Dark Magenta. HEX triplet: 74, 08 and AC. RGB value is (116,8,172). Sum of RGB (Red+Green+Blue) = 116+8+172=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #7408AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7408AC is #8BF753. Grayscale: #3A3A3A. Windows color (decimal): -9172820 or 11274356. OLE color: 11274356.

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

Color convert

RGB 116 8 172 -
CMYK 0.33 0.95 0 0.33
HSL 279.51º 0.91% 0.35% -
HSV(B) 279.51º 0.95% 0.67% -
XYZ 14.74 6.87 39.58 -
YUV 58.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 116 8 172 0.33 0.95 0 0.33 279.51 0.91 0.35
Hex 74 8 AC 21 5F 0 21 118 5B 23
Octal 164 10 254 41 137 0 41 430 133 43
Binary 1110100 1000 10101100 100001 1011111 0 100001 100011000 1011011 100011

Color Harmonies of #7408AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7408AC

Black with #7408AC

Text Example


Text Example

White with #7408AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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