#7F1193

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

Shades of Dark Magenta #7F1193

Tints of Dark Magenta #7F1193

Color information

#7F1193 (or 0x7F1193) is unknown color: approx Dark Magenta. HEX triplet: 7F, 11 and 93. RGB value is (127,17,147). Sum of RGB (Red+Green+Blue) = 127+17+147=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F1193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1193 is #80EE6C. Grayscale: #404040. Windows color (decimal): -8449645 or 9638271. OLE color: 9638271.

HSL color Cylindrical-coordinate representation of color #7F1193: hue angle of 290.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F1193 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12717147-
CMYK0.140.8800.42
HSL290.77º79.27%32.16%-
HSV(B)290.77º88.44%57.65%-
XYZ14.227.0228.21-
YUV64.71174.44172.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.64%
GREEN value IS 17 (7.03% from 255) = 5.84%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=43.64%
G=5.84%
B=50.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127171470.140.8800.42290.7779.2732.16
Hex7F1193E5802A1234f20
Octal177212231613005244311740
Binary111111110001100100111110101100001010101001000111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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