#7C149E

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

Shades of Dark Magenta #7C149E

Tints of Dark Magenta #7C149E

Color information

#7C149E (or 0x7C149E) is unknown color: approx Dark Magenta. HEX triplet: 7C, 14 and 9E. RGB value is (124,20,158). Sum of RGB (Red+Green+Blue) = 124+20+158=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C149E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C149E is #83EB61. Grayscale: #424242. Windows color (decimal): -8645474 or 10359932. OLE color: 10359932.

HSL color Cylindrical-coordinate representation of color #7C149E: hue angle of 285.22º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C149E is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12420158-
CMYK0.220.8700.38
HSL285.22º77.53%34.9%-
HSV(B)285.22º87.34%61.96%-
XYZ14.737.2532.97-
YUV66.83179.46168.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.06%
GREEN value IS 20 (8.20% from 255) = 6.62%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=41.06%
G=6.62%
B=52.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124201580.220.8700.38285.2277.5334.9
Hex7C149E165702611d4e23
Octal174242362612704643511643
Binary1111100101001001111010110101011101001101000111011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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