#7F0091

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

Shades of Dark Magenta #7F0091

Tints of Dark Magenta #7F0091

Color information

#7F0091 (or 0x7F0091) is unknown color: approx Dark Magenta. HEX triplet: 7F, 00 and 91. RGB value is (127,0,145). Sum of RGB (Red+Green+Blue) = 127+0+145=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F0091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0091 is #80FF6E. Grayscale: #363636. Windows color (decimal): -8453999 or 9502847. OLE color: 9502847.

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

Color convert

RGB1270145-
CMYK0.12100.43
HSL292.55º100%28.43%-
HSV(B)292.55º100%56.86%-
XYZ13.866.5627.32-
YUV54.5179.08179.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=46.69%
G=0%
B=53.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12701450.12100.43292.5510028.43
Hex7F091C6402B125641c
Octal17702211414405344514434
Binary1111111010010001110011001000101011100100101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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