Html Css Color HEX #70009B Dark Magenta

📋 copy color: '#70009B'

red 112 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #70009B

Tints of Dark Magenta #70009B

RGB

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

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

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

R = 41.95%
G = 0%
B = 58.05%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70009B (or 0x70009B) is known color: Dark Magenta. HEX triplet: 70, 00 and 9B. RGB value is (112,0,155). Sum of RGB (Red+Green+Blue) = 112+0+155=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #70009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70009B is #8FFF64. Grayscale: #323232. Windows color (decimal): -9437029 or 10158192. OLE color: 10158192.

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

Color convert

RGB 112 0 155 -
CMYK 0.28 1 0 0.39
HSL 283.35º 1% 0.3% -
HSV(B) 283.35º 1% 0.61% -
XYZ 12.6 5.81 31.47 -
YUV 51.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 112 0 155 0.28 1 0 0.39 283.35 1 0.3
Hex 70 0 9B 1C 64 0 27 11B 64 1E
Octal 160 0 233 34 144 0 47 433 144 36
Binary 1110000 0 10011011 11100 1100100 0 100111 100011011 1100100 11110

Color Harmonies of #70009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70009B

Black with #70009B

Text Example


Text Example

White with #70009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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