Html Css Color HEX #70019E Dark Magenta

📋 copy color: '#70019E'

red 112 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #70019E

Tints of Dark Magenta #70019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 158 (62.11% from 255) = 58.3%

R = 41.33%
G = 0.37%
B = 58.3%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70019E (or 0x70019E) is known color: Dark Magenta. HEX triplet: 70, 01 and 9E. RGB value is (112,1,158). Sum of RGB (Red+Green+Blue) = 112+1+158=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #70019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70019E is #8FFE61. Grayscale: #333333. Windows color (decimal): -9436770 or 10355056. OLE color: 10355056.

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

Color convert

RGB 112 1 158 -
CMYK 0.29 0.99 0 0.38
HSL 282.42º 0.99% 0.31% -
HSV(B) 282.42º 0.99% 0.62% -
XYZ 12.86 5.94 32.82 -
YUV 52.09 187.77 170.73 -
System Red Green Blue C M Y K H S L
Decimal 112 1 158 0.29 0.99 0 0.38 282.42 0.99 0.31
Hex 70 1 9E 1D 63 0 26 11A 63 1F
Octal 160 1 236 35 143 0 46 432 143 37
Binary 1110000 1 10011110 11101 1100011 0 100110 100011010 1100011 11111

Color Harmonies of #70019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70019E

Black with #70019E

Text Example


Text Example

White with #70019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70019E; }

 p { color: rgb(112,1,158); }

 H1.HeaderClassName
 {
   color: #70019E;
 }
 .AnyTagClassName
 {
   color: #70019E;
 }
</style>

background-color css

<style>
 a { background-color: #70019E; }

 a { background-color: rgb(112,1,158); }

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

border-color css

<style>
 span { border-color: #70019E; }

 span { border-color: rgb(112,1,158); }

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