#7105AB

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

Shades of Dark Magenta #7105AB

Tints of Dark Magenta #7105AB

Color information

#7105AB (or 0x7105AB) is unknown color: approx Dark Magenta. HEX triplet: 71, 05 and AB. RGB value is (113,5,171). Sum of RGB (Red+Green+Blue) = 113+5+171=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #7105AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7105AB is #8EFA54. Grayscale: #373737. Windows color (decimal): -9370197 or 11208049. OLE color: 11208049.

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

Color convert

RGB1135171-
CMYK0.340.9700.33
HSL279.04º94.32%34.51%-
HSV(B)279.04º97.08%67.06%-
XYZ14.226.5639.04-
YUV56.22192.78168.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 5 (2.34% from 255) = 1.73%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=39.10%
G=1.73%
B=59.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11351710.340.9700.33279.0494.3234.51
Hex715AB22610211175e23
Octal16152534214104142713643
Binary111000110110101011100010110000101000011000101111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7105AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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