#72099b

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

Shades of Dark Magenta #72099B

Tints of Dark Magenta #72099B

Color information

#72099B (or 0x72099B) is unknown color: approx Dark Magenta. HEX triplet: 72, 09 and 9B. RGB value is (114,9,155). Sum of RGB (Red+Green+Blue) = 114+9+155=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #72099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72099B is #8DF664. Grayscale: #383838. Windows color (decimal): -9303653 or 10160498. OLE color: 10160498.

HSL color Cylindrical-coordinate representation of color #72099B: hue angle of 283.15º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72099B is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1149155-
CMYK0.260.9400.39
HSL283.15º89.02%32.16%-
HSV(B)283.15º94.19%60.78%-
XYZ12.956.1431.51-
YUV57.04183.29168.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 9 (3.91% from 255) = 3.24%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=41.01%
G=3.24%
B=55.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11491550.260.9400.39283.1589.0232.16
Hex7299B1A5E02711b5920
Octal162112333213604743313140
Binary111001010011001101111010101111001001111000110111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72099b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72099b; }

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

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

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

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

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

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

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

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