Html Css Color HEX #70109B Dark Magenta

📋 copy color: '#70109B'

red 112 ◦ green 16 ◦ blue 155

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

Shades of Dark Magenta #70109B

Tints of Dark Magenta #70109B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 39.58%
G = 5.65%
B = 54.77%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70109B (or 0x70109B) is known color: Dark Magenta. HEX triplet: 70, 10 and 9B. RGB value is (112,16,155). Sum of RGB (Red+Green+Blue) = 112+16+155=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #70109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70109B is #8FEF64. Grayscale: #3C3C3C. Windows color (decimal): -9432933 or 10162288. OLE color: 10162288.

HSL color Cylindrical-coordinate representation of color #70109B: hue angle of 281.44º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70109B is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 16 155 -
CMYK 0.28 0.90 0 0.39
HSL 281.44º 0.81% 0.34% -
HSV(B) 281.44º 0.9% 0.61% -
XYZ 12.78 6.18 31.53 -
YUV 60.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 112 16 155 0.28 0.90 0 0.39 281.44 0.81 0.34
Hex 70 10 9B 1C 5A 0 27 119 51 22
Octal 160 20 233 34 132 0 47 431 121 42
Binary 1110000 10000 10011011 11100 1011010 0 100111 100011001 1010001 100010

Color Harmonies of #70109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70109B

Black with #70109B

Text Example


Text Example

White with #70109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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