Html Css Color HEX #70039D Dark Magenta

📋 copy color: '#70039D'

red 112 ◦ green 3 ◦ blue 157

#70039D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #70039D

Tints of Dark Magenta #70039D

RGB

 RED value IS 112 (44.14% from 255) = 41.18%

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 157 (61.72% from 255) = 57.72%

R = 41.18%
G = 1.1%
B = 57.72%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70039D (or 0x70039D) is known color: Dark Magenta. HEX triplet: 70, 03 and 9D. RGB value is (112,3,157). Sum of RGB (Red+Green+Blue) = 112+3+157=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #70039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70039D is #8FFC62. Grayscale: #343434. Windows color (decimal): -9436259 or 10290032. OLE color: 10290032.

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

Color convert

RGB 112 3 157 -
CMYK 0.29 0.98 0 0.38
HSL 282.47º 0.96% 0.31% -
HSV(B) 282.47º 0.98% 0.62% -
XYZ 12.8 5.94 32.37 -
YUV 53.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 112 3 157 0.29 0.98 0 0.38 282.47 0.96 0.31
Hex 70 3 9D 1D 62 0 26 11A 60 1F
Octal 160 3 235 35 142 0 46 432 140 37
Binary 1110000 11 10011101 11101 1100010 0 100110 100011010 1100000 11111

Color Harmonies of #70039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70039D

Black with #70039D

Text Example


Text Example

White with #70039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70039D;
 }
 .AnyTagClassName
 {
   color: #70039D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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