#7C0892

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

Shades of Dark Magenta #7C0892

Tints of Dark Magenta #7C0892

Color information

#7C0892 (or 0x7C0892) is unknown color: approx Dark Magenta. HEX triplet: 7C, 08 and 92. RGB value is (124,8,146). Sum of RGB (Red+Green+Blue) = 124+8+146=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C0892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0892 is #83F76D. Grayscale: #393939. Windows color (decimal): -8648558 or 9570428. OLE color: 9570428.

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

Color convert

RGB1248146-
CMYK0.150.9500.43
HSL290.43º89.61%30.2%-
HSV(B)290.43º94.52%57.25%-
XYZ13.596.5327.74-
YUV58.42177.43174.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.60%
GREEN value IS 8 (3.52% from 255) = 2.88%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=44.60%
G=2.88%
B=52.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12481460.150.9500.43290.4389.6130.2
Hex7C892F5F02B1225a1e
Octal174102221713705344213236
Binary1111100100010010010111110111110101011100100010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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