#720B9E

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

Shades of Dark Magenta #720B9E

Tints of Dark Magenta #720B9E

Color information

#720B9E (or 0x720B9E) is unknown color: approx Dark Magenta. HEX triplet: 72, 0B and 9E. RGB value is (114,11,158). Sum of RGB (Red+Green+Blue) = 114+11+158=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #720B9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720B9E is #8DF461. Grayscale: #3A3A3A. Windows color (decimal): -9303138 or 10357618. OLE color: 10357618.

HSL color Cylindrical-coordinate representation of color #720B9E: hue angle of 282.04º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720B9E is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11411158-
CMYK0.280.9300.38
HSL282.04º86.98%33.14%-
HSV(B)282.04º93.04%61.96%-
XYZ13.236.2932.86-
YUV58.56184.12167.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 11 (4.69% from 255) = 3.89%
BLUE value IS 158 (62.11% from 255) = 55.83%
R=40.28%
G=3.89%
B=55.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114111580.280.9300.38282.0486.9833.14
Hex72B9E1C5D02611a5721
Octal162132363413504643212741
Binary111001010111001111011100101110101001101000110101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,11,158); }

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

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

 a { background-color: rgb(114,11,158); }

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

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

 span { border-color: rgb(114,11,158); }

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