#740BA1

Color #740BA1 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #740BA1

Tints of Dark Magenta #740BA1

Color information

#740BA1 (or 0x740BA1) is unknown color: approx Dark Magenta. HEX triplet: 74, 0B and A1. RGB value is (116,11,161). Sum of RGB (Red+Green+Blue) = 116+11+161=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #740BA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740BA1 is #8BF45E. Grayscale: #3B3B3B. Windows color (decimal): -9172063 or 10554228. OLE color: 10554228.

HSL color Cylindrical-coordinate representation of color #740BA1: hue angle of 282º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740BA1 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11611161-
CMYK0.280.9300.37
HSL282º87.21%33.73%-
HSV(B)282º93.17%63.14%-
XYZ13.766.5334.25-
YUV59.5185.29168.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 11 (4.69% from 255) = 3.82%
BLUE value IS 161 (63.28% from 255) = 55.90%
R=40.28%
G=3.82%
B=55.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116111610.280.9300.3728287.2133.73
Hex74BA11C5D02511a5722
Octal164132413413504543212742
Binary111010010111010000111100101110101001011000110101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #740BA1;
 }
 .AnyTagClassName
 {
   color: #740BA1;
 }
</style>
background-color css

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

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

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

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

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

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