Html Css Color HEX #70029D Dark Magenta

📋 copy color: '#70029D'

red 112 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #70029D

Tints of Dark Magenta #70029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 41.33%
G = 0.74%
B = 57.93%

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

#70029D (or 0x70029D) is known color: Dark Magenta. HEX triplet: 70, 02 and 9D. RGB value is (112,2,157). Sum of RGB (Red+Green+Blue) = 112+2+157=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #70029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70029D is #8FFD62. Grayscale: #343434. Windows color (decimal): -9436515 or 10289776. OLE color: 10289776.

HSL color Cylindrical-coordinate representation of color #70029D: hue angle of 282.58º degrees, saturation: 0.97, 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 #70029D is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 2 157 -
CMYK 0.29 0.99 0 0.38
HSL 282.58º 0.97% 0.31% -
HSV(B) 282.58º 0.99% 0.62% -
XYZ 12.79 5.92 32.37 -
YUV 52.56 186.94 170.4 -
System Red Green Blue C M Y K H S L
Decimal 112 2 157 0.29 0.99 0 0.38 282.58 0.97 0.31
Hex 70 2 9D 1D 63 0 26 11B 61 1F
Octal 160 2 235 35 143 0 46 433 141 37
Binary 1110000 10 10011101 11101 1100011 0 100110 100011011 1100001 11111

Color Harmonies of #70029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70029D

Black with #70029D

Text Example


Text Example

White with #70029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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