Html Css Color HEX #740AAA Dark Magenta

📋 copy color: '#740AAA'

red 116 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #740AAA

Tints of Dark Magenta #740AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.38%

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

R = 39.19%
G = 3.38%
B = 57.43%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#740AAA (or 0x740AAA) is known color: Dark Magenta. HEX triplet: 74, 0A and AA. RGB value is (116,10,170). Sum of RGB (Red+Green+Blue) = 116+10+170=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #740AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740AAA is #8BF555. Grayscale: #3B3B3B. Windows color (decimal): -9172310 or 11143796. OLE color: 11143796.

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

Color convert

RGB 116 10 170 -
CMYK 0.32 0.94 0 0.33
HSL 279.75º 0.89% 0.35% -
HSV(B) 279.75º 0.94% 0.67% -
XYZ 14.57 6.83 38.58 -
YUV 59.93 190.12 167.99 -
System Red Green Blue C M Y K H S L
Decimal 116 10 170 0.32 0.94 0 0.33 279.75 0.89 0.35
Hex 74 A AA 20 5E 0 21 118 59 23
Octal 164 12 252 40 136 0 41 430 131 43
Binary 1110100 1010 10101010 100000 1011110 0 100001 100011000 1011001 100011

Color Harmonies of #740AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740AAA

Black with #740AAA

Text Example


Text Example

White with #740AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740AAA; }

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

 H1.HeaderClassName
 {
   color: #740AAA;
 }
 .AnyTagClassName
 {
   color: #740AAA;
 }
</style>

background-color css

<style>
 a { background-color: #740AAA; }

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

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

border-color css

<style>
 span { border-color: #740AAA; }

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

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