#7005AA

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

Shades of Dark Magenta #7005AA

Tints of Dark Magenta #7005AA

Color information

#7005AA (or 0x7005AA) is unknown color: approx Dark Magenta. HEX triplet: 70, 05 and AA. RGB value is (112,5,170). Sum of RGB (Red+Green+Blue) = 112+5+170=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #7005AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7005AA is #8FFA55. Grayscale: #373737. Windows color (decimal): -9435734 or 11142512. OLE color: 11142512.

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

Color convert

RGB1125170-
CMYK0.340.9700.33
HSL278.91º94.29%34.31%-
HSV(B)278.91º97.06%66.67%-
XYZ13.996.4638.54-
YUV55.8192.45168.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=39.02%
G=1.74%
B=59.23%

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
Decimal11251700.340.9700.33278.9194.2934.31
Hex705AA22610211175e22
Octal16052524214104142713642
Binary111000010110101010100010110000101000011000101111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7005AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,5,170); }

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

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

 a { background-color: rgb(112,5,170); }

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

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

 span { border-color: rgb(112,5,170); }

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