Html Css Color HEX #740AAB Dark Magenta

📋 copy color: '#740AAB'

red 116 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #740AAB

Tints of Dark Magenta #740AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 39.06%
G = 3.37%
B = 57.58%

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

#740AAB (or 0x740AAB) is known color: Dark Magenta. HEX triplet: 74, 0A and AB. RGB value is (116,10,171). Sum of RGB (Red+Green+Blue) = 116+10+171=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #740AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740AAB is #8BF554. Grayscale: #3B3B3B. Windows color (decimal): -9172309 or 11209332. OLE color: 11209332.

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

Color convert

RGB 116 10 171 -
CMYK 0.32 0.94 0 0.33
HSL 279.5º 0.89% 0.35% -
HSV(B) 279.5º 0.94% 0.67% -
XYZ 14.66 6.87 39.08 -
YUV 60.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 116 10 171 0.32 0.94 0 0.33 279.5 0.89 0.35
Hex 74 A AB 20 5E 0 21 118 59 23
Octal 164 12 253 40 136 0 41 430 131 43
Binary 1110100 1010 10101011 100000 1011110 0 100001 100011000 1011001 100011

Color Harmonies of #740AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740AAB

Black with #740AAB

Text Example


Text Example

White with #740AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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