Html Css Color HEX #700EDB Blue Violet

📋 copy color: '#700EDB'

red 112 ◦ green 14 ◦ blue 219

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

Shades of Blue Violet #700EDB

Tints of Blue Violet #700EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 32.46%
G = 4.06%
B = 63.48%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#700EDB (or 0x700EDB) is known color: Blue Violet. HEX triplet: 70, 0E and DB. RGB value is (112,14,219). Sum of RGB (Red+Green+Blue) = 112+14+219=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #700EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EDB is #8FF124. Grayscale: #414141. Windows color (decimal): -9433381 or 14356080. OLE color: 14356080.

HSL color Cylindrical-coordinate representation of color #700EDB: hue angle of 268.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EDB is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 14 219 -
CMYK 0.49 0.94 0 0.14
HSL 268.68º 0.88% 0.46% -
HSV(B) 268.68º 0.94% 0.86% -
XYZ 19.63 8.87 67.7 -
YUV 66.67 213.97 160.33 -
System Red Green Blue C M Y K H S L
Decimal 112 14 219 0.49 0.94 0 0.14 268.68 0.88 0.46
Hex 70 E DB 31 5E 0 E 10D 58 2E
Octal 160 16 333 61 136 0 16 415 130 56
Binary 1110000 1110 11011011 110001 1011110 0 1110 100001101 1011000 101110

Color Harmonies of #700EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EDB

Black with #700EDB

Text Example


Text Example

White with #700EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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