#7610A2

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

Shades of Dark Magenta #7610A2

Tints of Dark Magenta #7610A2

Color information

#7610A2 (or 0x7610A2) is unknown color: approx Dark Magenta. HEX triplet: 76, 10 and A2. RGB value is (118,16,162). Sum of RGB (Red+Green+Blue) = 118+16+162=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #7610A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7610A2 is #89EF5D. Grayscale: #3E3E3E. Windows color (decimal): -9039710 or 10621046. OLE color: 10621046.

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

Color convert

RGB11816162-
CMYK0.270.9000.36
HSL281.92º82.02%34.9%-
HSV(B)281.92º90.12%63.53%-
XYZ14.186.8334.75-
YUV63.14183.79167.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 162 (63.67% from 255) = 54.73%
R=39.86%
G=5.41%
B=54.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118161620.270.9000.36281.9282.0234.9
Hex7610A21B5A02411a5223
Octal166202423313204443212243
Binary1110110100001010001011011101101001001001000110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7610A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7610A2; }

 p { color: rgb(118,16,162); }

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

<style>
 a { background-color: #7610A2; }

 a { background-color: rgb(118,16,162); }

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

<style>
 span { border-color: #7610A2; }

 span { border-color: rgb(118,16,162); }

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