#7F00AA

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

Shades of Dark Magenta #7F00AA

Tints of Dark Magenta #7F00AA

Color information

#7F00AA (or 0x7F00AA) is unknown color: approx Dark Magenta. HEX triplet: 7F, 00 and AA. RGB value is (127,0,170). Sum of RGB (Red+Green+Blue) = 127+0+170=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F00AA is #80FF55. Grayscale: #383838. Windows color (decimal): -8453974 or 11141247. OLE color: 11141247.

HSL color Cylindrical-coordinate representation of color #7F00AA: hue angle of 284.82º 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 #7F00AA is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1270170-
CMYK0.25100.33
HSL284.82º100%33.33%-
HSV(B)284.82º100%66.67%-
XYZ16.017.4138.62-
YUV57.35191.58177.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 57.24%
R=42.76%
G=0%
B=57.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12701700.25100.33284.8210033.33
Hex7F0AA196402111d6421
Octal17702523114404143514441
Binary111111101010101011001110010001000011000111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F00AA; }

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

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

<style>
 a { background-color: #7F00AA; }

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

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

<style>
 span { border-color: #7F00AA; }

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

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