#7C1392

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

Shades of Dark Magenta #7C1392

Tints of Dark Magenta #7C1392

Color information

#7C1392 (or 0x7C1392) is unknown color: approx Dark Magenta. HEX triplet: 7C, 13 and 92. RGB value is (124,19,146). Sum of RGB (Red+Green+Blue) = 124+19+146=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C1392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1392 is #83EC6D. Grayscale: #404040. Windows color (decimal): -8645742 or 9573244. OLE color: 9573244.

HSL color Cylindrical-coordinate representation of color #7C1392: hue angle of 289.61º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1392 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12419146-
CMYK0.150.8700.43
HSL289.61º76.97%32.35%-
HSV(B)289.61º86.99%57.25%-
XYZ13.736.8327.79-
YUV64.87173.79170.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=42.91%
G=6.57%
B=50.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124191460.150.8700.43289.6176.9732.35
Hex7C1392F5702B1224d20
Octal174232221712705344211540
Binary111110010011100100101111101011101010111001000101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,19,146); }

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

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

 a { background-color: rgb(124,19,146); }

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

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

 span { border-color: rgb(124,19,146); }

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