#7E0699

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

Shades of Dark Magenta #7E0699

Tints of Dark Magenta #7E0699

Color information

#7E0699 (or 0x7E0699) is unknown color: approx Dark Magenta. HEX triplet: 7E, 06 and 99. RGB value is (126,6,153). Sum of RGB (Red+Green+Blue) = 126+6+153=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E0699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0699 is #81F966. Grayscale: #3A3A3A. Windows color (decimal): -8517991 or 10028670. OLE color: 10028670.

HSL color Cylindrical-coordinate representation of color #7E0699: hue angle of 288.98º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E0699 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1266153-
CMYK0.180.9600.4
HSL288.98º92.45%31.18%-
HSV(B)288.98º96.08%60%-
XYZ14.426.8730.7-
YUV58.64181.26176.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.21%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=44.21%
G=2.11%
B=53.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12661530.180.9600.4288.9892.4531.18
Hex7E69912600281215c1f
Octal17662312214005044113437
Binary1111110110100110011001011000000101000100100001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,6,153); }

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

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

 a { background-color: rgb(126,6,153); }

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

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

 span { border-color: rgb(126,6,153); }

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