#7200AB

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

Shades of Dark Magenta #7200AB

Tints of Dark Magenta #7200AB

Color information

#7200AB (or 0x7200AB) is unknown color: approx Dark Magenta. HEX triplet: 72, 00 and AB. RGB value is (114,0,171). Sum of RGB (Red+Green+Blue) = 114+0+171=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #7200AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7200AB is #8DFF54. Grayscale: #353535. Windows color (decimal): -9305941 or 11206770. OLE color: 11206770.

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

Color convert

RGB1140171-
CMYK0.33100.33
HSL280º100%33.53%-
HSV(B)280º100%67.06%-
XYZ14.296.5239.03-
YUV53.58194.27171.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11401710.33100.3328010033.53
Hex720AB21640211186422
Octal16202534114404143014442
Binary1110010010101011100001110010001000011000110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7200AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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