#7F0191

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

Shades of Dark Magenta #7F0191

Tints of Dark Magenta #7F0191

Color information

#7F0191 (or 0x7F0191) is unknown color: approx Dark Magenta. HEX triplet: 7F, 01 and 91. RGB value is (127,1,145). Sum of RGB (Red+Green+Blue) = 127+1+145=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F0191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0191 is #80FE6E. Grayscale: #363636. Windows color (decimal): -8453743 or 9503103. OLE color: 9503103.

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

Color convert

RGB1271145-
CMYK0.120.9900.43
HSL292.5º98.63%28.63%-
HSV(B)292.5º99.31%56.86%-
XYZ13.876.5827.33-
YUV55.09178.74179.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=46.52%
G=0.37%
B=53.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12711450.120.9900.43292.598.6328.63
Hex7F191C6302B124631d
Octal17712211414305344414335
Binary1111111110010001110011000110101011100100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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