#7F1591

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

Shades of Dark Magenta #7F1591

Tints of Dark Magenta #7F1591

Color information

#7F1591 (or 0x7F1591) is unknown color: approx Dark Magenta. HEX triplet: 7F, 15 and 91. RGB value is (127,21,145). Sum of RGB (Red+Green+Blue) = 127+21+145=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F1591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1591 is #80EA6E. Grayscale: #424242. Windows color (decimal): -8448623 or 9508223. OLE color: 9508223.

HSL color Cylindrical-coordinate representation of color #7F1591: hue angle of 291.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1591 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12721145-
CMYK0.120.8600.43
HSL291.29º74.7%32.55%-
HSV(B)291.29º85.52%56.86%-
XYZ14.137.0927.41-
YUV66.83172.12170.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.34%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=43.34%
G=7.17%
B=49.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127211450.120.8600.43291.2974.732.55
Hex7F1591C5602B1234b21
Octal177252211412605344311341
Binary111111110101100100011100101011001010111001000111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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