#7e0a90

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

Shades of Dark Magenta #7E0A90

Tints of Dark Magenta #7E0A90

Color information

#7E0A90 (or 0x7E0A90) is unknown color: approx Dark Magenta. HEX triplet: 7E, 0A and 90. RGB value is (126,10,144). Sum of RGB (Red+Green+Blue) = 126+10+144=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E0A90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0A90 is #81F56F. Grayscale: #3B3B3B. Windows color (decimal): -8516976 or 9439870. OLE color: 9439870.

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

Color convert

RGB12610144-
CMYK0.120.9300.44
HSL291.94º87.01%30.2%-
HSV(B)291.94º93.06%56.47%-
XYZ13.756.6726.95-
YUV59.96175.43175.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=45%
G=3.57%
B=51.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126101440.120.9300.44291.9487.0130.2
Hex7EA90C5D02C124571e
Octal176122201413505444412736
Binary1111110101010010000110010111010101100100100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e0a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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