#72029E

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

Shades of Dark Magenta #72029E

Tints of Dark Magenta #72029E

Color information

#72029E (or 0x72029E) is unknown color: approx Dark Magenta. HEX triplet: 72, 02 and 9E. RGB value is (114,2,158). Sum of RGB (Red+Green+Blue) = 114+2+158=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #72029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72029E is #8DFD61. Grayscale: #343434. Windows color (decimal): -9305442 or 10355314. OLE color: 10355314.

HSL color Cylindrical-coordinate representation of color #72029E: hue angle of 283.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72029E is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1142158-
CMYK0.280.9900.38
HSL283.08º97.5%31.37%-
HSV(B)283.08º98.73%61.96%-
XYZ13.136.0932.83-
YUV53.27187.11171.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=41.61%
G=0.73%
B=57.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11421580.280.9900.38283.0897.531.37
Hex7229E1C6302611b621f
Octal16222363414304643314237
Binary111001010100111101110011000110100110100011011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72029E; }

 p { color: rgb(114,2,158); }

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

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

 a { background-color: rgb(114,2,158); }

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

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

 span { border-color: rgb(114,2,158); }

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