Html Css Color HEX #70039C Dark Magenta

📋 copy color: '#70039C'

red 112 ◦ green 3 ◦ blue 156

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

Shades of Dark Magenta #70039C

Tints of Dark Magenta #70039C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 41.33%
G = 1.11%
B = 57.56%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70039C (or 0x70039C) is known color: Dark Magenta. HEX triplet: 70, 03 and 9C. RGB value is (112,3,156). Sum of RGB (Red+Green+Blue) = 112+3+156=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #70039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70039C is #8FFC63. Grayscale: #343434. Windows color (decimal): -9436260 or 10224496. OLE color: 10224496.

HSL color Cylindrical-coordinate representation of color #70039C: hue angle of 282.75º 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 #70039C is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 3 156 -
CMYK 0.28 0.98 0 0.39
HSL 282.75º 0.96% 0.31% -
HSV(B) 282.75º 0.98% 0.61% -
XYZ 12.72 5.91 31.92 -
YUV 53.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 112 3 156 0.28 0.98 0 0.39 282.75 0.96 0.31
Hex 70 3 9C 1C 62 0 27 11B 60 1F
Octal 160 3 234 34 142 0 47 433 140 37
Binary 1110000 11 10011100 11100 1100010 0 100111 100011011 1100000 11111

Color Harmonies of #70039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70039C

Black with #70039C

Text Example


Text Example

White with #70039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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