#700B9E

Color #700B9E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #700B9E

Tints of Dark Magenta #700B9E

Color information

#700B9E (or 0x700B9E) is unknown color: approx Dark Magenta. HEX triplet: 70, 0B and 9E. RGB value is (112,11,158). Sum of RGB (Red+Green+Blue) = 112+11+158=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #700B9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700B9E is #8FF461. Grayscale: #393939. Windows color (decimal): -9434210 or 10357616. OLE color: 10357616.

HSL color Cylindrical-coordinate representation of color #700B9E: hue angle of 281.22º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700B9E is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11211158-
CMYK0.290.9300.38
HSL281.22º86.98%33.14%-
HSV(B)281.22º93.04%61.96%-
XYZ12.976.1532.85-
YUV57.96184.46166.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 11 (4.69% from 255) = 3.91%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=39.86%
G=3.91%
B=56.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112111580.290.9300.38281.2286.9833.14
Hex70B9E1D5D0261195721
Octal160132363513504643112741
Binary111000010111001111011101101110101001101000110011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700B9E; }

 p { color: rgb(112,11,158); }

 H1.HeaderClassName
 {
   color: #700B9E;
 }
 .AnyTagClassName
 {
   color: #700B9E;
 }
</style>
background-color css

<style>
 a { background-color: #700B9E; }

 a { background-color: rgb(112,11,158); }

 div.DivClassName
 {
   background-color: #700B9E;
 }
 .BgClassName
 {
   background-color: #700B9E;
 }
</style>
border-color css

<style>
 span { border-color: #700B9E; }

 span { border-color: rgb(112,11,158); }

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