Html Css Color HEX #70049F Dark Magenta

📋 copy color: '#70049F'

red 112 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #70049F

Tints of Dark Magenta #70049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 159 (62.5% from 255) = 57.82%

R = 40.73%
G = 1.45%
B = 57.82%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70049F (or 0x70049F) is known color: Dark Magenta. HEX triplet: 70, 04 and 9F. RGB value is (112,4,159). Sum of RGB (Red+Green+Blue) = 112+4+159=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #70049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70049F is #8FFB60. Grayscale: #353535. Windows color (decimal): -9436001 or 10421360. OLE color: 10421360.

HSL color Cylindrical-coordinate representation of color #70049F: hue angle of 281.81º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70049F is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 4 159 -
CMYK 0.30 0.97 0 0.38
HSL 281.81º 0.95% 0.32% -
HSV(B) 281.81º 0.97% 0.62% -
XYZ 12.98 6.03 33.28 -
YUV 53.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 112 4 159 0.30 0.97 0 0.38 281.81 0.95 0.32
Hex 70 4 9F 1E 61 0 26 11A 5F 20
Octal 160 4 237 36 141 0 46 432 137 40
Binary 1110000 100 10011111 11110 1100001 0 100110 100011010 1011111 100000

Color Harmonies of #70049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70049F

Black with #70049F

Text Example


Text Example

White with #70049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70049F;
 }
 .AnyTagClassName
 {
   color: #70049F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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