#7106AB

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

Shades of Dark Magenta #7106AB

Tints of Dark Magenta #7106AB

Color information

#7106AB (or 0x7106AB) is unknown color: approx Dark Magenta. HEX triplet: 71, 06 and AB. RGB value is (113,6,171). Sum of RGB (Red+Green+Blue) = 113+6+171=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #7106AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7106AB is #8EF954. Grayscale: #383838. Windows color (decimal): -9369941 or 11208305. OLE color: 11208305.

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

Color convert

RGB1136171-
CMYK0.340.9600.33
HSL278.91º93.22%34.71%-
HSV(B)278.91º96.49%67.06%-
XYZ14.236.5839.05-
YUV56.8192.45168.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 6 (2.73% from 255) = 2.07%
BLUE value IS 171 (67.19% from 255) = 58.97%
R=38.97%
G=2.07%
B=58.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11361710.340.9600.33278.9193.2234.71
Hex716AB22600211175d23
Octal16162534214004142713543
Binary111000111010101011100010110000001000011000101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7106AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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