#7e0a9b

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

Shades of Dark Magenta #7E0A9B

Tints of Dark Magenta #7E0A9B

Color information

#7E0A9B (or 0x7E0A9B) is unknown color: approx Dark Magenta. HEX triplet: 7E, 0A and 9B. RGB value is (126,10,155). Sum of RGB (Red+Green+Blue) = 126+10+155=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E0A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0A9B is #81F564. Grayscale: #3C3C3C. Windows color (decimal): -8516965 or 10160766. OLE color: 10160766.

HSL color Cylindrical-coordinate representation of color #7E0A9B: hue angle of 288º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0A9B is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12610155-
CMYK0.190.9400.39
HSL288º87.88%32.35%-
HSV(B)288º93.55%60.78%-
XYZ14.637.0231.59-
YUV61.21180.93174.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.30%
GREEN value IS 10 (4.30% from 255) = 3.44%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=43.30%
G=3.44%
B=53.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126101550.190.9400.3928887.8832.35
Hex7EA9B135E0271205820
Octal176122332313604744013040
Binary111111010101001101110011101111001001111001000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e0a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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