#720EA0

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

Shades of Dark Magenta #720EA0

Tints of Dark Magenta #720EA0

Color information

#720EA0 (or 0x720EA0) is unknown color: approx Dark Magenta. HEX triplet: 72, 0E and A0. RGB value is (114,14,160). Sum of RGB (Red+Green+Blue) = 114+14+160=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #720EA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720EA0 is #8DF15F. Grayscale: #3C3C3C. Windows color (decimal): -9302368 or 10489458. OLE color: 10489458.

HSL color Cylindrical-coordinate representation of color #720EA0: hue angle of 281.1º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720EA0 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11414160-
CMYK0.290.9100.37
HSL281.1º83.91%34.12%-
HSV(B)281.1º91.25%62.75%-
XYZ13.446.4333.79-
YUV60.54184.13166.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=39.58%
G=4.86%
B=55.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114141600.290.9100.37281.183.9134.12
Hex72EA01D5B0251195422
Octal162162403513304543112442
Binary111001011101010000011101101101101001011000110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,14,160); }

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

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

 a { background-color: rgb(114,14,160); }

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

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

 span { border-color: rgb(114,14,160); }

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