#7E0AAB

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

Shades of Dark Magenta #7E0AAB

Tints of Dark Magenta #7E0AAB

Color information

#7E0AAB (or 0x7E0AAB) is unknown color: approx Dark Magenta. HEX triplet: 7E, 0A and AB. RGB value is (126,10,171). Sum of RGB (Red+Green+Blue) = 126+10+171=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0AAB is #81F554. Grayscale: #3E3E3E. Windows color (decimal): -8516949 or 11209342. OLE color: 11209342.

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

Color convert

RGB12610171-
CMYK0.260.9400.33
HSL283.23º88.95%35.49%-
HSV(B)283.23º94.15%67.06%-
XYZ16.067.5939.15-
YUV63.04188.93172.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.04%
GREEN value IS 10 (4.30% from 255) = 3.26%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=41.04%
G=3.26%
B=55.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126101710.260.9400.33283.2388.9535.49
Hex7EAAB1A5E02111b5923
Octal176122533213604143313143
Binary111111010101010101111010101111001000011000110111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E0AAB; }

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

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

<style>
 a { background-color: #7E0AAB; }

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

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

<style>
 span { border-color: #7E0AAB; }

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

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