#720999

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

Shades of Dark Magenta #720999

Tints of Dark Magenta #720999

Color information

#720999 (or 0x720999) is unknown color: approx Dark Magenta. HEX triplet: 72, 09 and 99. RGB value is (114,9,153). Sum of RGB (Red+Green+Blue) = 114+9+153=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #720999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720999 is #8DF666. Grayscale: #383838. Windows color (decimal): -9303655 or 10029426. OLE color: 10029426.

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

Color convert

RGB1149153-
CMYK0.250.9400.4
HSL283.75º88.89%31.76%-
HSV(B)283.75º94.12%60%-
XYZ12.796.0730.64-
YUV56.81182.29168.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 9 (3.91% from 255) = 3.26%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=41.30%
G=3.26%
B=55.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11491530.250.9400.4283.7588.8931.76
Hex72999195E02811c5920
Octal162112313113605043413140
Binary111001010011001100111001101111001010001000111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720999; }

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

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

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

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

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

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

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

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