Html Css Color HEX #70009D Dark Magenta

📋 copy color: '#70009D'

red 112 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #70009D

Tints of Dark Magenta #70009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.64%
G = 0%
B = 58.36%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70009D (or 0x70009D) is known color: Dark Magenta. HEX triplet: 70, 00 and 9D. RGB value is (112,0,157). Sum of RGB (Red+Green+Blue) = 112+0+157=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #70009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70009D is #8FFF62. Grayscale: #323232. Windows color (decimal): -9437027 or 10289264. OLE color: 10289264.

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

Color convert

RGB 112 0 157 -
CMYK 0.29 1 0 0.38
HSL 282.8º 1% 0.31% -
HSV(B) 282.8º 1% 0.62% -
XYZ 12.77 5.88 32.36 -
YUV 51.39 187.61 171.23 -
System Red Green Blue C M Y K H S L
Decimal 112 0 157 0.29 1 0 0.38 282.8 1 0.31
Hex 70 0 9D 1D 64 0 26 11B 64 1F
Octal 160 0 235 35 144 0 46 433 144 37
Binary 1110000 0 10011101 11101 1100100 0 100110 100011011 1100100 11111

Color Harmonies of #70009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70009D

Black with #70009D

Text Example


Text Example

White with #70009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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