Html Css Color HEX #740BAA Dark Magenta

📋 copy color: '#740BAA'

red 116 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #740BAA

Tints of Dark Magenta #740BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.7%

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

R = 39.06%
G = 3.7%
B = 57.24%

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

#740BAA (or 0x740BAA) is known color: Dark Magenta. HEX triplet: 74, 0B and AA. RGB value is (116,11,170). Sum of RGB (Red+Green+Blue) = 116+11+170=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #740BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740BAA is #8BF455. Grayscale: #3B3B3B. Windows color (decimal): -9172054 or 11144052. OLE color: 11144052.

HSL color Cylindrical-coordinate representation of color #740BAA: hue angle of 279.62º degrees, saturation: 0.88, 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 #740BAA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 11 170 -
CMYK 0.32 0.94 0 0.33
HSL 279.62º 0.88% 0.35% -
HSV(B) 279.62º 0.94% 0.67% -
XYZ 14.58 6.85 38.58 -
YUV 60.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 116 11 170 0.32 0.94 0 0.33 279.62 0.88 0.35
Hex 74 B AA 20 5E 0 21 118 58 23
Octal 164 13 252 40 136 0 41 430 130 43
Binary 1110100 1011 10101010 100000 1011110 0 100001 100011000 1011000 100011

Color Harmonies of #740BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BAA

Black with #740BAA

Text Example


Text Example

White with #740BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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