#7C1193

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

Shades of Dark Magenta #7C1193

Tints of Dark Magenta #7C1193

Color information

#7C1193 (or 0x7C1193) is unknown color: approx Dark Magenta. HEX triplet: 7C, 11 and 93. RGB value is (124,17,147). Sum of RGB (Red+Green+Blue) = 124+17+147=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C1193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1193 is #83EE6C. Grayscale: #3F3F3F. Windows color (decimal): -8646253 or 9638268. OLE color: 9638268.

HSL color Cylindrical-coordinate representation of color #7C1193: hue angle of 289.38º 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 #7C1193 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12417147-
CMYK0.160.8800.42
HSL289.38º79.27%32.16%-
HSV(B)289.38º88.44%57.65%-
XYZ13.786.7928.19-
YUV63.81174.95170.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.06%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=43.06%
G=5.90%
B=51.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124171470.160.8800.42289.3879.2732.16
Hex7C1193105802A1214f20
Octal174212232013005244111740
Binary1111100100011001001110000101100001010101001000011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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