#7D0092

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

Shades of Dark Magenta #7D0092

Tints of Dark Magenta #7D0092

Color information

#7D0092 (or 0x7D0092) is unknown color: approx Dark Magenta. HEX triplet: 7D, 00 and 92. RGB value is (125,0,146). Sum of RGB (Red+Green+Blue) = 125+0+146=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D0092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0092 is #82FF6D. Grayscale: #353535. Windows color (decimal): -8585070 or 9568381. OLE color: 9568381.

HSL color Cylindrical-coordinate representation of color #7D0092: hue angle of 291.37º 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 #7D0092 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1250146-
CMYK0.14100.43
HSL291.37º100%28.63%-
HSV(B)291.37º100%57.25%-
XYZ13.656.4427.72-
YUV54.02179.91178.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=46.13%
G=0%
B=53.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12501460.14100.43291.3710028.63
Hex7D092E6402B123641d
Octal17502221614405344314435
Binary1111101010010010111011001000101011100100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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