Html Css Color HEX #70009F Dark Magenta

📋 copy color: '#70009F'

red 112 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #70009F

Tints of Dark Magenta #70009F

RGB

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

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

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

R = 41.33%
G = 0%
B = 58.67%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70009F (or 0x70009F) is known color: Dark Magenta. HEX triplet: 70, 00 and 9F. RGB value is (112,0,159). Sum of RGB (Red+Green+Blue) = 112+0+159=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #70009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70009F is #8FFF60. Grayscale: #333333. Windows color (decimal): -9437025 or 10420336. OLE color: 10420336.

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

Color convert

RGB 112 0 159 -
CMYK 0.30 1 0 0.38
HSL 282.26º 1% 0.31% -
HSV(B) 282.26º 1% 0.62% -
XYZ 12.94 5.95 33.27 -
YUV 51.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 112 0 159 0.30 1 0 0.38 282.26 1 0.31
Hex 70 0 9F 1E 64 0 26 11A 64 1F
Octal 160 0 237 36 144 0 46 432 144 37
Binary 1110000 0 10011111 11110 1100100 0 100110 100011010 1100100 11111

Color Harmonies of #70009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70009F

Black with #70009F

Text Example


Text Example

White with #70009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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