#7E0799

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

Shades of Dark Magenta #7E0799

Tints of Dark Magenta #7E0799

Color information

#7E0799 (or 0x7E0799) is unknown color: approx Dark Magenta. HEX triplet: 7E, 07 and 99. RGB value is (126,7,153). Sum of RGB (Red+Green+Blue) = 126+7+153=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E0799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0799 is #81F866. Grayscale: #3A3A3A. Windows color (decimal): -8517735 or 10028926. OLE color: 10028926.

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

Color convert

RGB1267153-
CMYK0.180.9500.4
HSL288.9º91.25%31.37%-
HSV(B)288.9º95.42%60%-
XYZ14.436.8930.71-
YUV59.22180.92175.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.06%
GREEN value IS 7 (3.12% from 255) = 2.45%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=44.06%
G=2.45%
B=53.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12671530.180.9500.4288.991.2531.37
Hex7E799125F0281215b1f
Octal17672312213705044113337
Binary1111110111100110011001010111110101000100100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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