#70029E

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

Shades of Dark Magenta #70029E

Tints of Dark Magenta #70029E

Color information

#70029E (or 0x70029E) is unknown color: approx Dark Magenta. HEX triplet: 70, 02 and 9E. RGB value is (112,2,158). Sum of RGB (Red+Green+Blue) = 112+2+158=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #70029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70029E is #8FFD61. Grayscale: #343434. Windows color (decimal): -9436514 or 10355312. OLE color: 10355312.

HSL color Cylindrical-coordinate representation of color #70029E: hue angle of 282.31º 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 #70029E is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1122158-
CMYK0.290.9900.38
HSL282.31º97.5%31.37%-
HSV(B)282.31º98.73%61.96%-
XYZ12.885.9632.82-
YUV52.67187.44170.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=41.18%
G=0.74%
B=58.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11221580.290.9900.38282.3197.531.37
Hex7029E1D6302611a621f
Octal16022363514304643214237
Binary111000010100111101110111000110100110100011010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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