#7910A6

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

Shades of Dark Magenta #7910A6

Tints of Dark Magenta #7910A6

Color information

#7910A6 (or 0x7910A6) is unknown color: approx Dark Magenta. HEX triplet: 79, 10 and A6. RGB value is (121,16,166). Sum of RGB (Red+Green+Blue) = 121+16+166=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #7910A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7910A6 is #86EF59. Grayscale: #404040. Windows color (decimal): -8843098 or 10883193. OLE color: 10883193.

HSL color Cylindrical-coordinate representation of color #7910A6: hue angle of 282º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7910A6 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12116166-
CMYK0.270.9000.35
HSL282º82.42%35.69%-
HSV(B)282º90.36%65.1%-
XYZ14.957.1936.68-
YUV64.5185.29168.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 166 (65.23% from 255) = 54.79%
R=39.93%
G=5.28%
B=54.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121161660.270.9000.3528282.4235.69
Hex7910A61B5A02311a5224
Octal171202463313204343212244
Binary1111001100001010011011011101101001000111000110101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7910A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7910A6; }

 p { color: rgb(121,16,166); }

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

<style>
 a { background-color: #7910A6; }

 a { background-color: rgb(121,16,166); }

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

<style>
 span { border-color: #7910A6; }

 span { border-color: rgb(121,16,166); }

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