#7D0990

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

Shades of Dark Magenta #7D0990

Tints of Dark Magenta #7D0990

Color information

#7D0990 (or 0x7D0990) is unknown color: approx Dark Magenta. HEX triplet: 7D, 09 and 90. RGB value is (125,9,144). Sum of RGB (Red+Green+Blue) = 125+9+144=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D0990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0990 is #82F66F. Grayscale: #3A3A3A. Windows color (decimal): -8582768 or 9439613. OLE color: 9439613.

HSL color Cylindrical-coordinate representation of color #7D0990: hue angle of 291.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0990 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1259144-
CMYK0.130.9400.44
HSL291.56º88.24%30%-
HSV(B)291.56º93.75%56.47%-
XYZ13.596.5726.94-
YUV59.07175.93175.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.96%
GREEN value IS 9 (3.91% from 255) = 3.24%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=44.96%
G=3.24%
B=51.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12591440.130.9400.44291.5688.2430
Hex7D990D5E02C124581e
Octal175112201513605444413036
Binary1111101100110010000110110111100101100100100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,9,144); }

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

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

 a { background-color: rgb(125,9,144); }

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

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

 span { border-color: rgb(125,9,144); }

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