#7C1493

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

Shades of Dark Magenta #7C1493

Tints of Dark Magenta #7C1493

Color information

#7C1493 (or 0x7C1493) is unknown color: approx Dark Magenta. HEX triplet: 7C, 14 and 93. RGB value is (124,20,147). Sum of RGB (Red+Green+Blue) = 124+20+147=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 20 (8.20% from 255 or 6.87% 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 #7C1493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1493 is #83EB6C. Grayscale: #414141. Windows color (decimal): -8645485 or 9639036. OLE color: 9639036.

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

Color convert

RGB12420147-
CMYK0.160.8600.42
HSL289.13º76.05%32.75%-
HSV(B)289.13º86.39%57.65%-
XYZ13.836.8928.21-
YUV65.57173.96169.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.61%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=42.61%
G=6.87%
B=50.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124201470.160.8600.42289.1376.0532.75
Hex7C1493105602A1214c21
Octal174242232012605244111441
Binary1111100101001001001110000101011001010101001000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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