#7C0A92

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

Shades of Dark Magenta #7C0A92

Tints of Dark Magenta #7C0A92

Color information

#7C0A92 (or 0x7C0A92) is unknown color: approx Dark Magenta. HEX triplet: 7C, 0A and 92. RGB value is (124,10,146). Sum of RGB (Red+Green+Blue) = 124+10+146=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C0A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0A92 is #83F56D. Grayscale: #3B3B3B. Windows color (decimal): -8648046 or 9570940. OLE color: 9570940.

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

Color convert

RGB12410146-
CMYK0.150.9300.43
HSL290.29º87.18%30.59%-
HSV(B)290.29º93.15%57.25%-
XYZ13.616.5827.75-
YUV59.59176.77173.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.29%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=44.29%
G=3.57%
B=52.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124101460.150.9300.43290.2987.1830.59
Hex7CA92F5D02B122571f
Octal174122221713505344212737
Binary1111100101010010010111110111010101011100100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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