Html Css Color HEX #70109D Dark Magenta

📋 copy color: '#70109D'

red 112 ◦ green 16 ◦ blue 157

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

Shades of Dark Magenta #70109D

Tints of Dark Magenta #70109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

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

R = 39.3%
G = 5.61%
B = 55.09%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70109D (or 0x70109D) is known color: Dark Magenta. HEX triplet: 70, 10 and 9D. RGB value is (112,16,157). Sum of RGB (Red+Green+Blue) = 112+16+157=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #70109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70109D is #8FEF62. Grayscale: #3C3C3C. Windows color (decimal): -9432931 or 10293360. OLE color: 10293360.

HSL color Cylindrical-coordinate representation of color #70109D: hue angle of 280.85º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70109D is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 16 157 -
CMYK 0.29 0.90 0 0.38
HSL 280.85º 0.82% 0.34% -
HSV(B) 280.85º 0.9% 0.62% -
XYZ 12.95 6.25 32.42 -
YUV 60.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 112 16 157 0.29 0.90 0 0.38 280.85 0.82 0.34
Hex 70 10 9D 1D 5A 0 26 119 52 22
Octal 160 20 235 35 132 0 46 431 122 42
Binary 1110000 10000 10011101 11101 1011010 0 100110 100011001 1010010 100010

Color Harmonies of #70109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70109D

Black with #70109D

Text Example


Text Example

White with #70109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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