#7E07AB

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

Shades of Dark Magenta #7E07AB

Tints of Dark Magenta #7E07AB

Color information

#7E07AB (or 0x7E07AB) is unknown color: approx Dark Magenta. HEX triplet: 7E, 07 and AB. RGB value is (126,7,171). Sum of RGB (Red+Green+Blue) = 126+7+171=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E07AB is #81F854. Grayscale: #3C3C3C. Windows color (decimal): -8517717 or 11208574. OLE color: 11208574.

HSL color Cylindrical-coordinate representation of color #7E07AB: hue angle of 283.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E07AB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1267171-
CMYK0.260.9600.33
HSL283.54º92.13%34.9%-
HSV(B)283.54º95.91%67.06%-
XYZ16.037.5339.14-
YUV61.28189.92174.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.45%
GREEN value IS 7 (3.12% from 255) = 2.30%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=41.45%
G=2.30%
B=56.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12671710.260.9600.33283.5492.1334.9
Hex7E7AB1A6002111c5c23
Octal17672533214004143413443
Binary11111101111010101111010110000001000011000111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E07AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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