#720199

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

Shades of Dark Magenta #720199

Tints of Dark Magenta #720199

Color information

#720199 (or 0x720199) is unknown color: approx Dark Magenta. HEX triplet: 72, 01 and 99. RGB value is (114,1,153). Sum of RGB (Red+Green+Blue) = 114+1+153=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #720199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720199 is #8DFE66. Grayscale: #333333. Windows color (decimal): -9305703 or 10027378. OLE color: 10027378.

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

Color convert

RGB1141153-
CMYK0.250.9900.4
HSL284.61º98.7%30.2%-
HSV(B)284.61º99.35%60%-
XYZ12.75.930.61-
YUV52.12184.94172.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=42.54%
G=0.37%
B=57.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11411530.250.9900.4284.6198.730.2
Hex72199196302811d631e
Octal16212313114305043514336
Binary11100101100110011100111000110101000100011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720199; }

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

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

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

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

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

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

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

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