Html Css Color HEX #700E9B Dark Magenta

📋 copy color: '#700E9B'

red 112 ◦ green 14 ◦ blue 155

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

Shades of Dark Magenta #700E9B

Tints of Dark Magenta #700E9B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

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

R = 39.86%
G = 4.98%
B = 55.16%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#700E9B (or 0x700E9B) is known color: Dark Magenta. HEX triplet: 70, 0E and 9B. RGB value is (112,14,155). Sum of RGB (Red+Green+Blue) = 112+14+155=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #700E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700E9B is #8FF164. Grayscale: #3A3A3A. Windows color (decimal): -9433445 or 10161776. OLE color: 10161776.

HSL color Cylindrical-coordinate representation of color #700E9B: hue angle of 281.7º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700E9B is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 14 155 -
CMYK 0.28 0.91 0 0.39
HSL 281.7º 0.83% 0.33% -
HSV(B) 281.7º 0.91% 0.61% -
XYZ 12.76 6.13 31.52 -
YUV 59.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 112 14 155 0.28 0.91 0 0.39 281.7 0.83 0.33
Hex 70 E 9B 1C 5B 0 27 11A 53 21
Octal 160 16 233 34 133 0 47 432 123 41
Binary 1110000 1110 10011011 11100 1011011 0 100111 100011010 1010011 100001

Color Harmonies of #700E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E9B

Black with #700E9B

Text Example


Text Example

White with #700E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #700E9B;
 }
 .AnyTagClassName
 {
   color: #700E9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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