#7E0DAC

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

Shades of Dark Magenta #7E0DAC

Tints of Dark Magenta #7E0DAC

Color information

#7E0DAC (or 0x7E0DAC) is unknown color: approx Dark Magenta. HEX triplet: 7E, 0D and AC. RGB value is (126,13,172). Sum of RGB (Red+Green+Blue) = 126+13+172=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E0DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0DAC is #81F253. Grayscale: #404040. Windows color (decimal): -8516180 or 11275646. OLE color: 11275646.

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

Color convert

RGB12613172-
CMYK0.270.9200.33
HSL282.64º85.95%36.27%-
HSV(B)282.64º92.44%67.45%-
XYZ16.197.739.66-
YUV64.91188.44171.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 13 (5.47% from 255) = 4.18%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=40.51%
G=4.18%
B=55.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126131720.270.9200.33282.6485.9536.27
Hex7EDAC1B5C02111b5624
Octal176152543313404143312644
Binary111111011011010110011011101110001000011000110111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,13,172); }

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

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

 a { background-color: rgb(126,13,172); }

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

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

 span { border-color: rgb(126,13,172); }

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