#720A9B

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

Shades of Dark Magenta #720A9B

Tints of Dark Magenta #720A9B

Color information

#720A9B (or 0x720A9B) is unknown color: approx Dark Magenta. HEX triplet: 72, 0A and 9B. RGB value is (114,10,155). Sum of RGB (Red+Green+Blue) = 114+10+155=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #720A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720A9B is #8DF564. Grayscale: #393939. Windows color (decimal): -9303397 or 10160754. OLE color: 10160754.

HSL color Cylindrical-coordinate representation of color #720A9B: hue angle of 283.03º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720A9B is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11410155-
CMYK0.260.9400.39
HSL283.03º87.88%32.35%-
HSV(B)283.03º93.55%60.78%-
XYZ12.966.1631.52-
YUV57.63182.96168.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=40.86%
G=3.58%
B=55.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114101550.260.9400.39283.0387.8832.35
Hex72A9B1A5E02711b5820
Octal162122333213604743313040
Binary111001010101001101111010101111001001111000110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720A9B; }

 p { color: rgb(114,10,155); }

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

<style>
 a { background-color: #720A9B; }

 a { background-color: rgb(114,10,155); }

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

<style>
 span { border-color: #720A9B; }

 span { border-color: rgb(114,10,155); }

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