#7E0EAC

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

Shades of Dark Magenta #7E0EAC

Tints of Dark Magenta #7E0EAC

Color information

#7E0EAC (or 0x7E0EAC) is unknown color: approx Dark Magenta. HEX triplet: 7E, 0E and AC. RGB value is (126,14,172). Sum of RGB (Red+Green+Blue) = 126+14+172=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E0EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0EAC is #81F153. Grayscale: #404040. Windows color (decimal): -8515924 or 11275902. OLE color: 11275902.

HSL color Cylindrical-coordinate representation of color #7E0EAC: hue angle of 282.53º degrees, saturation: 0.85, 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 #7E0EAC is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12614172-
CMYK0.270.9200.33
HSL282.53º84.95%36.47%-
HSV(B)282.53º91.86%67.45%-
XYZ16.217.7339.67-
YUV65.5188.11171.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 14 (5.86% from 255) = 4.49%
BLUE value IS 172 (67.58% from 255) = 55.13%
R=40.38%
G=4.49%
B=55.13%

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
Decimal126141720.270.9200.33282.5384.9536.47
Hex7EEAC1B5C02111b5524
Octal176162543313404143312544
Binary111111011101010110011011101110001000011000110111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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