#70039B

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

Shades of Dark Magenta #70039B

Tints of Dark Magenta #70039B

Color information

#70039B (or 0x70039B) is unknown color: approx Dark Magenta. HEX triplet: 70, 03 and 9B. RGB value is (112,3,155). Sum of RGB (Red+Green+Blue) = 112+3+155=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #70039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70039B is #8FFC64. Grayscale: #343434. Windows color (decimal): -9436261 or 10158960. OLE color: 10158960.

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

Color convert

RGB1123155-
CMYK0.280.9800.39
HSL283.03º96.2%30.98%-
HSV(B)283.03º98.06%60.78%-
XYZ12.635.8831.48-
YUV52.92185.61170.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=41.48%
G=1.11%
B=57.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11231550.280.9800.39283.0396.230.98
Hex7039B1C6202711b601f
Octal16032333414204743314037
Binary111000011100110111110011000100100111100011011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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