#7C0F9A

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

Shades of Dark Magenta #7C0F9A

Tints of Dark Magenta #7C0F9A

Color information

#7C0F9A (or 0x7C0F9A) is unknown color: approx Dark Magenta. HEX triplet: 7C, 0F and 9A. RGB value is (124,15,154). Sum of RGB (Red+Green+Blue) = 124+15+154=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C0F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0F9A is #83F065. Grayscale: #3E3E3E. Windows color (decimal): -8646758 or 10096508. OLE color: 10096508.

HSL color Cylindrical-coordinate representation of color #7C0F9A: hue angle of 287.05º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0F9A is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12415154-
CMYK0.190.9000.40
HSL287.05º82.25%33.14%-
HSV(B)287.05º90.26%60.39%-
XYZ14.326.9631.16-
YUV63.44179.11171.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 15 (6.25% from 255) = 5.12%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=42.32%
G=5.12%
B=52.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124151540.190.9000.40287.0582.2533.14
Hex7CF9A135A02811f5221
Octal174172322313205043712241
Binary111110011111001101010011101101001010001000111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,15,154); }

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

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

 a { background-color: rgb(124,15,154); }

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

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

 span { border-color: rgb(124,15,154); }

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