#7C0094

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

Shades of Dark Magenta #7C0094

Tints of Dark Magenta #7C0094

Color information

#7C0094 (or 0x7C0094) is unknown color: approx Dark Magenta. HEX triplet: 7C, 00 and 94. RGB value is (124,0,148). Sum of RGB (Red+Green+Blue) = 124+0+148=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0094 is #83FF6B. Grayscale: #353535. Windows color (decimal): -8650604 or 9699452. OLE color: 9699452.

HSL color Cylindrical-coordinate representation of color #7C0094: hue angle of 290.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0094 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1240148-
CMYK0.16100.42
HSL290.27º100%29.02%-
HSV(B)290.27º100%58.04%-
XYZ13.666.4228.54-
YUV53.95181.08177.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=45.59%
G=0%
B=54.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12401480.16100.42290.2710029.02
Hex7C094106402A122641d
Octal17402242014405244214435
Binary11111000100101001000011001000101010100100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,0,148); }

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

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

 a { background-color: rgb(124,0,148); }

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

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

 span { border-color: rgb(124,0,148); }

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