#70009B

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

Shades of Dark Magenta #70009B

Tints of Dark Magenta #70009B

Color information

#70009B (or 0x70009B) is unknown color: approx Dark Magenta. HEX triplet: 70, 00 and 9B. RGB value is (112,0,155). Sum of RGB (Red+Green+Blue) = 112+0+155=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #70009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70009B is #8FFF64. Grayscale: #323232. Windows color (decimal): -9437029 or 10158192. OLE color: 10158192.

HSL color Cylindrical-coordinate representation of color #70009B: hue angle of 283.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70009B is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1120155-
CMYK0.28100.39
HSL283.35º100%30.39%-
HSV(B)283.35º100%60.78%-
XYZ12.65.8131.47-
YUV51.16186.61171.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 58.05%
R=41.95%
G=0%
B=58.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11201550.28100.39283.3510030.39
Hex7009B1C6402711b641e
Octal16002333414404743314436
Binary11100000100110111110011001000100111100011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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