#7F1195

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

Shades of Dark Magenta #7F1195

Tints of Dark Magenta #7F1195

Color information

#7F1195 (or 0x7F1195) is unknown color: approx Dark Magenta. HEX triplet: 7F, 11 and 95. RGB value is (127,17,149). Sum of RGB (Red+Green+Blue) = 127+17+149=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F1195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1195 is #80EE6A. Grayscale: #404040. Windows color (decimal): -8449643 or 9769343. OLE color: 9769343.

HSL color Cylindrical-coordinate representation of color #7F1195: hue angle of 290º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F1195 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12717149-
CMYK0.150.8900.42
HSL290º79.52%32.55%-
HSV(B)290º88.59%58.43%-
XYZ14.387.0829.04-
YUV64.94175.44172.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.34%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=43.34%
G=5.80%
B=50.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127171490.150.8900.4229079.5232.55
Hex7F1195F5902A1225021
Octal177212251713105244212041
Binary111111110001100101011111101100101010101001000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,17,149); }

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

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

 a { background-color: rgb(127,17,149); }

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

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

 span { border-color: rgb(127,17,149); }

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