#7106A2

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

Shades of Dark Magenta #7106A2

Tints of Dark Magenta #7106A2

Color information

#7106A2 (or 0x7106A2) is unknown color: approx Dark Magenta. HEX triplet: 71, 06 and A2. RGB value is (113,6,162). Sum of RGB (Red+Green+Blue) = 113+6+162=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #7106A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7106A2 is #8EF95D. Grayscale: #373737. Windows color (decimal): -9369950 or 10618481. OLE color: 10618481.

HSL color Cylindrical-coordinate representation of color #7106A2: hue angle of 281.15º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7106A2 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1136162-
CMYK0.300.9600.36
HSL281.15º92.86%32.94%-
HSV(B)281.15º96.3%63.53%-
XYZ13.46.2534.68-
YUV55.78187.95168.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 162 (63.67% from 255) = 57.65%
R=40.21%
G=2.14%
B=57.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11361620.300.9600.36281.1592.8632.94
Hex716A21E600241195d21
Octal16162423614004443113541
Binary11100011101010001011110110000001001001000110011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7106A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,6,162); }

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

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

 a { background-color: rgb(113,6,162); }

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

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

 span { border-color: rgb(113,6,162); }

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