#7C0A91

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

Shades of Dark Magenta #7C0A91

Tints of Dark Magenta #7C0A91

Color information

#7C0A91 (or 0x7C0A91) is unknown color: approx Dark Magenta. HEX triplet: 7C, 0A and 91. RGB value is (124,10,145). Sum of RGB (Red+Green+Blue) = 124+10+145=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C0A91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0A91 is #83F56E. Grayscale: #3B3B3B. Windows color (decimal): -8648047 or 9505404. OLE color: 9505404.

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

Color convert

RGB12410145-
CMYK0.140.9300.43
HSL290.67º87.1%30.39%-
HSV(B)290.67º93.1%56.86%-
XYZ13.536.5527.34-
YUV59.48176.27174.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=44.44%
G=3.58%
B=51.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124101450.140.9300.43290.6787.130.39
Hex7CA91E5D02B123571e
Octal174122211613505344312736
Binary1111100101010010001111010111010101011100100011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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