#70009E

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

Shades of Dark Magenta #70009E

Tints of Dark Magenta #70009E

Color information

#70009E (or 0x70009E) is unknown color: approx Dark Magenta. HEX triplet: 70, 00 and 9E. RGB value is (112,0,158). Sum of RGB (Red+Green+Blue) = 112+0+158=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #70009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70009E is #8FFF61. Grayscale: #323232. Windows color (decimal): -9437026 or 10354800. OLE color: 10354800.

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

Color convert

RGB1120158-
CMYK0.29100.38
HSL282.53º100%30.98%-
HSV(B)282.53º100%61.96%-
XYZ12.855.9132.81-
YUV51.5188.11171.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 58.52%
R=41.48%
G=0%
B=58.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11201580.29100.38282.5310030.98
Hex7009E1D6402611b641f
Octal16002363514404643314437
Binary11100000100111101110111001000100110100011011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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