#70009F

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

Shades of Dark Magenta #70009F

Tints of Dark Magenta #70009F

Color information

#70009F (or 0x70009F) is unknown color: approx Dark Magenta. HEX triplet: 70, 00 and 9F. RGB value is (112,0,159). Sum of RGB (Red+Green+Blue) = 112+0+159=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #70009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70009F is #8FFF60. Grayscale: #333333. Windows color (decimal): -9437025 or 10420336. OLE color: 10420336.

HSL color Cylindrical-coordinate representation of color #70009F: hue angle of 282.26º 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 #70009F is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1120159-
CMYK0.30100.38
HSL282.26º100%31.18%-
HSV(B)282.26º100%62.35%-
XYZ12.945.9533.27-
YUV51.61188.61171.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=41.33%
G=0%
B=58.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11201590.30100.38282.2610031.18
Hex7009F1E6402611a641f
Octal16002373614404643214437
Binary11100000100111111111011001000100110100011010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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