#7A0794

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

Shades of Dark Magenta #7A0794

Tints of Dark Magenta #7A0794

Color information

#7A0794 (or 0x7A0794) is unknown color: approx Dark Magenta. HEX triplet: 7A, 07 and 94. RGB value is (122,7,148). Sum of RGB (Red+Green+Blue) = 122+7+148=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A0794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0794 is #85F86B. Grayscale: #393939. Windows color (decimal): -8779884 or 9701242. OLE color: 9701242.

HSL color Cylindrical-coordinate representation of color #7A0794: hue angle of 288.94º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0794 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1227148-
CMYK0.180.9500.42
HSL288.94º90.97%30.39%-
HSV(B)288.94º95.27%58.04%-
XYZ13.456.4328.55-
YUV57.46179.1174.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 7 (3.12% from 255) = 2.53%
BLUE value IS 148 (58.20% from 255) = 53.43%
R=44.04%
G=2.53%
B=53.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12271480.180.9500.42288.9490.9730.39
Hex7A794125F02A1215b1e
Octal17272242213705244113336
Binary1111010111100101001001010111110101010100100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,7,148); }

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

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

 a { background-color: rgb(122,7,148); }

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

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

 span { border-color: rgb(122,7,148); }

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