Html Css Color HEX #7409AA Dark Magenta

📋 copy color: '#7409AA'

red 116 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #7409AA

Tints of Dark Magenta #7409AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 39.32%
G = 3.05%
B = 57.63%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7409AA (or 0x7409AA) is known color: Dark Magenta. HEX triplet: 74, 09 and AA. RGB value is (116,9,170). Sum of RGB (Red+Green+Blue) = 116+9+170=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #7409AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7409AA is #8BF655. Grayscale: #3A3A3A. Windows color (decimal): -9172566 or 11143540. OLE color: 11143540.

HSL color Cylindrical-coordinate representation of color #7409AA: hue angle of 279.88º degrees, saturation: 0.9, 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 #7409AA is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 9 170 -
CMYK 0.32 0.95 0 0.33
HSL 279.88º 0.9% 0.35% -
HSV(B) 279.88º 0.95% 0.67% -
XYZ 14.56 6.81 38.58 -
YUV 59.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 116 9 170 0.32 0.95 0 0.33 279.88 0.9 0.35
Hex 74 9 AA 20 5F 0 21 118 5A 23
Octal 164 11 252 40 137 0 41 430 132 43
Binary 1110100 1001 10101010 100000 1011111 0 100001 100011000 1011010 100011

Color Harmonies of #7409AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409AA

Black with #7409AA

Text Example


Text Example

White with #7409AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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