#720699

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

Shades of Dark Magenta #720699

Tints of Dark Magenta #720699

Color information

#720699 (or 0x720699) is unknown color: approx Dark Magenta. HEX triplet: 72, 06 and 99. RGB value is (114,6,153). Sum of RGB (Red+Green+Blue) = 114+6+153=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #720699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720699 is #8DF966. Grayscale: #363636. Windows color (decimal): -9304423 or 10028658. OLE color: 10028658.

HSL color Cylindrical-coordinate representation of color #720699: hue angle of 284.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720699 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1146153-
CMYK0.250.9600.4
HSL284.08º92.45%31.18%-
HSV(B)284.08º96.08%60%-
XYZ12.756.0130.62-
YUV55.05183.28170.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=41.76%
G=2.20%
B=56.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11461530.250.9600.4284.0892.4531.18
Hex72699196002811c5c1f
Octal16262313114005043413437
Binary1110010110100110011100111000000101000100011100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720699; }

 p { color: rgb(114,6,153); }

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

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

 a { background-color: rgb(114,6,153); }

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

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

 span { border-color: rgb(114,6,153); }

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