#7100AA

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

Shades of Dark Magenta #7100AA

Tints of Dark Magenta #7100AA

Color information

#7100AA (or 0x7100AA) is unknown color: approx Dark Magenta. HEX triplet: 71, 00 and AA. RGB value is (113,0,170). Sum of RGB (Red+Green+Blue) = 113+0+170=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #7100AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7100AA is #8EFF55. Grayscale: #343434. Windows color (decimal): -9371478 or 11141233. OLE color: 11141233.

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

Color convert

RGB1130170-
CMYK0.34100.33
HSL279.88º100%33.33%-
HSV(B)279.88º100%66.67%-
XYZ14.076.4138.53-
YUV53.17193.94170.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=39.93%
G=0%
B=60.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11301700.34100.33279.8810033.33
Hex710AA22640211186421
Octal16102524214404143014441
Binary1110001010101010100010110010001000011000110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7100AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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