#7E019A

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

Shades of Dark Magenta #7E019A

Tints of Dark Magenta #7E019A

Color information

#7E019A (or 0x7E019A) is unknown color: approx Dark Magenta. HEX triplet: 7E, 01 and 9A. RGB value is (126,1,154). Sum of RGB (Red+Green+Blue) = 126+1+154=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E019A is #81FE65. Grayscale: #373737. Windows color (decimal): -8519270 or 10092926. OLE color: 10092926.

HSL color Cylindrical-coordinate representation of color #7E019A: hue angle of 289.02º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E019A is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1261154-
CMYK0.180.9900.40
HSL289.02º98.71%30.39%-
HSV(B)289.02º99.35%60.39%-
XYZ14.456.7931.12-
YUV55.82183.41178.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.84%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 154 (60.55% from 255) = 54.80%
R=44.84%
G=0.36%
B=54.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12611540.180.9900.40289.0298.7130.39
Hex7E19A1263028121631e
Octal17612322214305044114336
Binary11111101100110101001011000110101000100100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E019A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,1,154); }

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

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

 a { background-color: rgb(126,1,154); }

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

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

 span { border-color: rgb(126,1,154); }

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