#720C9F

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

Shades of Dark Magenta #720C9F

Tints of Dark Magenta #720C9F

Color information

#720C9F (or 0x720C9F) is unknown color: approx Dark Magenta. HEX triplet: 72, 0C and 9F. RGB value is (114,12,159). Sum of RGB (Red+Green+Blue) = 114+12+159=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #720C9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720C9F is #8DF360. Grayscale: #3A3A3A. Windows color (decimal): -9302881 or 10423410. OLE color: 10423410.

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

Color convert

RGB11412159-
CMYK0.280.9200.38
HSL281.63º85.96%33.53%-
HSV(B)281.63º92.45%62.35%-
XYZ13.336.3433.32-
YUV59.26184.29167.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=40%
G=4.21%
B=55.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114121590.280.9200.38281.6385.9633.53
Hex72C9F1C5C02611a5622
Octal162142373413404643212642
Binary111001011001001111111100101110001001101000110101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,12,159); }

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

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

 a { background-color: rgb(114,12,159); }

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

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

 span { border-color: rgb(114,12,159); }

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