#7F1590

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

Shades of Dark Magenta #7F1590

Tints of Dark Magenta #7F1590

Color information

#7F1590 (or 0x7F1590) is unknown color: approx Dark Magenta. HEX triplet: 7F, 15 and 90. RGB value is (127,21,144). Sum of RGB (Red+Green+Blue) = 127+21+144=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F1590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1590 is #80EA6F. Grayscale: #424242. Windows color (decimal): -8448624 or 9442687. OLE color: 9442687.

HSL color Cylindrical-coordinate representation of color #7F1590: hue angle of 291.71º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1590 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12721144-
CMYK0.120.8500.44
HSL291.71º74.55%32.35%-
HSV(B)291.71º85.42%56.47%-
XYZ14.057.0627.01-
YUV66.72171.62171-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.49%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=43.49%
G=7.19%
B=49.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127211440.120.8500.44291.7174.5532.35
Hex7F1590C5502C1244b20
Octal177252201412505444411340
Binary111111110101100100001100101010101011001001001001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,21,144); }

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

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

 a { background-color: rgb(127,21,144); }

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

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

 span { border-color: rgb(127,21,144); }

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