#7200A2

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

Shades of Dark Magenta #7200A2

Tints of Dark Magenta #7200A2

Color information

#7200A2 (or 0x7200A2) is unknown color: approx Dark Magenta. HEX triplet: 72, 00 and A2. RGB value is (114,0,162). Sum of RGB (Red+Green+Blue) = 114+0+162=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 162 (63.67% from 255 or 58.70% from 276); Max value from RGB is 162 - color contains mainly: blue. Hex color #7200A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7200A2 is #8DFF5D. Grayscale: #343434. Windows color (decimal): -9305950 or 10616946. OLE color: 10616946.

HSL color Cylindrical-coordinate representation of color #7200A2: hue angle of 282.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200A2 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1140162-
CMYK0.30100.36
HSL282.22º100%31.76%-
HSV(B)282.22º100%63.53%-
XYZ13.466.1934.67-
YUV52.55189.77171.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 162 (63.67% from 255) = 58.70%
R=41.30%
G=0%
B=58.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11401620.30100.36282.2210031.76
Hex720A21E6402411a6420
Octal16202423614404443214440
Binary111001001010001011110110010001001001000110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7200A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7200A2; }

 p { color: rgb(114,0,162); }

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

<style>
 a { background-color: #7200A2; }

 a { background-color: rgb(114,0,162); }

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

<style>
 span { border-color: #7200A2; }

 span { border-color: rgb(114,0,162); }

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