#7E0092

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

Shades of Dark Magenta #7E0092

Tints of Dark Magenta #7E0092

Color information

#7E0092 (or 0x7E0092) is unknown color: approx Dark Magenta. HEX triplet: 7E, 00 and 92. RGB value is (126,0,146). Sum of RGB (Red+Green+Blue) = 126+0+146=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E0092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0092 is #81FF6D. Grayscale: #353535. Windows color (decimal): -8519534 or 9568382. OLE color: 9568382.

HSL color Cylindrical-coordinate representation of color #7E0092: hue angle of 291.78º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E0092 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1260146-
CMYK0.14100.43
HSL291.78º100%28.63%-
HSV(B)291.78º100%57.25%-
XYZ13.796.5127.72-
YUV54.32179.74179.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=46.32%
G=0%
B=53.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12601460.14100.43291.7810028.63
Hex7E092E6402B124641d
Octal17602221614405344414435
Binary1111110010010010111011001000101011100100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,0,146); }

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

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

 a { background-color: rgb(126,0,146); }

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

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

 span { border-color: rgb(126,0,146); }

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