Html Css Color HEX #70059F Dark Magenta

📋 copy color: '#70059F'

red 112 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #70059F

Tints of Dark Magenta #70059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 40.58%
G = 1.81%
B = 57.61%

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

#70059F (or 0x70059F) is known color: Dark Magenta. HEX triplet: 70, 05 and 9F. RGB value is (112,5,159). Sum of RGB (Red+Green+Blue) = 112+5+159=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #70059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70059F is #8FFA60. Grayscale: #363636. Windows color (decimal): -9435745 or 10421616. OLE color: 10421616.

HSL color Cylindrical-coordinate representation of color #70059F: hue angle of 281.69º degrees, saturation: 0.94, 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 #70059F is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 5 159 -
CMYK 0.30 0.97 0 0.38
HSL 281.69º 0.94% 0.32% -
HSV(B) 281.69º 0.97% 0.62% -
XYZ 12.99 6.06 33.29 -
YUV 54.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 112 5 159 0.30 0.97 0 0.38 281.69 0.94 0.32
Hex 70 5 9F 1E 61 0 26 11A 5E 20
Octal 160 5 237 36 141 0 46 432 136 40
Binary 1110000 101 10011111 11110 1100001 0 100110 100011010 1011110 100000

Color Harmonies of #70059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70059F

Black with #70059F

Text Example


Text Example

White with #70059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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