#7103AA

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

Shades of Dark Magenta #7103AA

Tints of Dark Magenta #7103AA

Color information

#7103AA (or 0x7103AA) is unknown color: approx Dark Magenta. HEX triplet: 71, 03 and AA. RGB value is (113,3,170). Sum of RGB (Red+Green+Blue) = 113+3+170=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #7103AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7103AA is #8EFC55. Grayscale: #363636. Windows color (decimal): -9370710 or 11142001. OLE color: 11142001.

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

Color convert

RGB1133170-
CMYK0.340.9800.33
HSL279.52º96.53%33.92%-
HSV(B)279.52º98.24%66.67%-
XYZ14.16.4838.54-
YUV54.93192.94169.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=39.51%
G=1.05%
B=59.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11331700.340.9800.33279.5296.5333.92
Hex713AA22620211186122
Octal16132524214204143014142
Binary11100011110101010100010110001001000011000110001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7103AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7103AA; }

 p { color: rgb(113,3,170); }

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

<style>
 a { background-color: #7103AA; }

 a { background-color: rgb(113,3,170); }

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

<style>
 span { border-color: #7103AA; }

 span { border-color: rgb(113,3,170); }

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