Html Css Color HEX #7400AA Dark Magenta

📋 copy color: '#7400AA'

red 116 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #7400AA

Tints of Dark Magenta #7400AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 40.56%
G = 0%
B = 59.44%

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

#7400AA (or 0x7400AA) is known color: Dark Magenta. HEX triplet: 74, 00 and AA. RGB value is (116,0,170). Sum of RGB (Red+Green+Blue) = 116+0+170=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #7400AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7400AA is #8BFF55. Grayscale: #353535. Windows color (decimal): -9174870 or 11141236. OLE color: 11141236.

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

Color convert

RGB 116 0 170 -
CMYK 0.32 1 0 0.33
HSL 280.94º 1% 0.33% -
HSV(B) 280.94º 1% 0.67% -
XYZ 14.46 6.62 38.55 -
YUV 54.06 193.43 172.18 -
System Red Green Blue C M Y K H S L
Decimal 116 0 170 0.32 1 0 0.33 280.94 1 0.33
Hex 74 0 AA 20 64 0 21 119 64 21
Octal 164 0 252 40 144 0 41 431 144 41
Binary 1110100 0 10101010 100000 1100100 0 100001 100011001 1100100 100001

Color Harmonies of #7400AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400AA

Black with #7400AA

Text Example


Text Example

White with #7400AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7400AA; }

 p { color: rgb(116,0,170); }

 H1.HeaderClassName
 {
   color: #7400AA;
 }
 .AnyTagClassName
 {
   color: #7400AA;
 }
</style>

background-color css

<style>
 a { background-color: #7400AA; }

 a { background-color: rgb(116,0,170); }

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

border-color css

<style>
 span { border-color: #7400AA; }

 span { border-color: rgb(116,0,170); }

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