#7E1199

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

Shades of Dark Magenta #7E1199

Tints of Dark Magenta #7E1199

Color information

#7E1199 (or 0x7E1199) is unknown color: approx Dark Magenta. HEX triplet: 7E, 11 and 99. RGB value is (126,17,153). Sum of RGB (Red+Green+Blue) = 126+17+153=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E1199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1199 is #81EE66. Grayscale: #404040. Windows color (decimal): -8515175 or 10031486. OLE color: 10031486.

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

Color convert

RGB12617153-
CMYK0.180.8900.4
HSL288.09º80%33.33%-
HSV(B)288.09º88.89%60%-
XYZ14.557.1430.75-
YUV65.1177.61171.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.57%
GREEN value IS 17 (7.03% from 255) = 5.74%
BLUE value IS 153 (60.16% from 255) = 51.69%
R=42.57%
G=5.74%
B=51.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126171530.180.8900.4288.098033.33
Hex7E119912590281205021
Octal176212312213105044012041
Binary1111110100011001100110010101100101010001001000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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