#7C1291

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

Shades of Dark Magenta #7C1291

Tints of Dark Magenta #7C1291

Color information

#7C1291 (or 0x7C1291) is unknown color: approx Dark Magenta. HEX triplet: 7C, 12 and 91. RGB value is (124,18,145). Sum of RGB (Red+Green+Blue) = 124+18+145=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C1291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1291 is #83ED6E. Grayscale: #3F3F3F. Windows color (decimal): -8645999 or 9507452. OLE color: 9507452.

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

Color convert

RGB12418145-
CMYK0.140.8800.43
HSL290.08º77.91%31.96%-
HSV(B)290.08º87.59%56.86%-
XYZ13.646.7627.37-
YUV64.17173.62170.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=43.21%
G=6.27%
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.43
SystemRedGreenBlueCMYKHSL
Decimal124181450.140.8800.43290.0877.9131.96
Hex7C1291E5802B1224e20
Octal174222211613005344211640
Binary111110010010100100011110101100001010111001000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,18,145); }

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

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

 a { background-color: rgb(124,18,145); }

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

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

 span { border-color: rgb(124,18,145); }

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