#7E0B8E

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

Shades of Dark Magenta #7E0B8E

Tints of Dark Magenta #7E0B8E

Color information

#7E0B8E (or 0x7E0B8E) is unknown color: approx Dark Magenta. HEX triplet: 7E, 0B and 8E. RGB value is (126,11,142). Sum of RGB (Red+Green+Blue) = 126+11+142=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E0B8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0B8E is #81F471. Grayscale: #3B3B3B. Windows color (decimal): -8516722 or 9309054. OLE color: 9309054.

HSL color Cylindrical-coordinate representation of color #7E0B8E: hue angle of 292.67º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E0B8E is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12611142-
CMYK0.110.9200.44
HSL292.67º85.62%30%-
HSV(B)292.67º92.25%55.69%-
XYZ13.616.6326.15-
YUV60.32174.1174.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.16%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=45.16%
G=3.94%
B=50.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126111420.110.9200.44292.6785.6230
Hex7EB8EB5C02C125561e
Octal176132161313405444512636
Binary1111110101110001110101110111000101100100100101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,11,142); }

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

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

 a { background-color: rgb(126,11,142); }

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

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

 span { border-color: rgb(126,11,142); }

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