#7C0EAB

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

Shades of Dark Magenta #7C0EAB

Tints of Dark Magenta #7C0EAB

Color information

#7C0EAB (or 0x7C0EAB) is unknown color: approx Dark Magenta. HEX triplet: 7C, 0E and AB. RGB value is (124,14,171). Sum of RGB (Red+Green+Blue) = 124+14+171=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C0EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0EAB is #83F154. Grayscale: #404040. Windows color (decimal): -8646997 or 11210364. OLE color: 11210364.

HSL color Cylindrical-coordinate representation of color #7C0EAB: hue angle of 282.04º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C0EAB is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12414171-
CMYK0.270.9200.33
HSL282.04º84.86%36.27%-
HSV(B)282.04º91.81%67.06%-
XYZ15.827.5439.15-
YUV64.79187.94170.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.13%
GREEN value IS 14 (5.86% from 255) = 4.53%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=40.13%
G=4.53%
B=55.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124141710.270.9200.33282.0484.8636.27
Hex7CEAB1B5C02111a5524
Octal174162533313404143212544
Binary111110011101010101111011101110001000011000110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,14,171); }

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

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

 a { background-color: rgb(124,14,171); }

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

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

 span { border-color: rgb(124,14,171); }

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