Html Css Color HEX #70029F Dark Magenta

📋 copy color: '#70029F'

red 112 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #70029F

Tints of Dark Magenta #70029F

RGB

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

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

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

R = 41.03%
G = 0.73%
B = 58.24%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70029F (or 0x70029F) is known color: Dark Magenta. HEX triplet: 70, 02 and 9F. RGB value is (112,2,159). Sum of RGB (Red+Green+Blue) = 112+2+159=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #70029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70029F is #8FFD60. Grayscale: #343434. Windows color (decimal): -9436513 or 10420848. OLE color: 10420848.

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

Color convert

RGB 112 2 159 -
CMYK 0.30 0.99 0 0.38
HSL 282.04º 0.98% 0.32% -
HSV(B) 282.04º 0.99% 0.62% -
XYZ 12.96 5.99 33.27 -
YUV 52.79 187.94 170.23 -
System Red Green Blue C M Y K H S L
Decimal 112 2 159 0.30 0.99 0 0.38 282.04 0.98 0.32
Hex 70 2 9F 1E 63 0 26 11A 62 20
Octal 160 2 237 36 143 0 46 432 142 40
Binary 1110000 10 10011111 11110 1100011 0 100110 100011010 1100010 100000

Color Harmonies of #70029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70029F

Black with #70029F

Text Example


Text Example

White with #70029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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