Html Css Color HEX #701EE6 Blue Violet

📋 copy color: '#701EE6'

red 112 ◦ green 30 ◦ blue 230

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

Shades of Blue Violet #701EE6

Tints of Blue Violet #701EE6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

 BLUE value IS 230 (90.23% from 255) = 61.83%

R = 30.11%
G = 8.06%
B = 61.83%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#701EE6 (or 0x701EE6) is known color: Blue Violet. HEX triplet: 70, 1E and E6. RGB value is (112,30,230). Sum of RGB (Red+Green+Blue) = 112+30+230=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #701EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EE6 is #8FE119. Grayscale: #4C4C4C. Windows color (decimal): -9429274 or 15081072. OLE color: 15081072.

HSL color Cylindrical-coordinate representation of color #701EE6: hue angle of 264.6º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701EE6 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 30 230 -
CMYK 0.51 0.87 0 0.10
HSL 264.6º 0.8% 0.51% -
HSV(B) 264.6º 0.87% 0.9% -
XYZ 21.43 10.09 75.68 -
YUV 77.32 214.17 152.74 -
System Red Green Blue C M Y K H S L
Decimal 112 30 230 0.51 0.87 0 0.10 264.6 0.8 0.51
Hex 70 1E E6 33 57 0 A 109 50 33
Octal 160 36 346 63 127 0 12 411 120 63
Binary 1110000 11110 11100110 110011 1010111 0 1010 100001001 1010000 110011

Color Harmonies of #701EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EE6

Black with #701EE6

Text Example


Text Example

White with #701EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701EE6; }

 p { color: rgb(112,30,230); }

 H1.HeaderClassName
 {
   color: #701EE6;
 }
 .AnyTagClassName
 {
   color: #701EE6;
 }
</style>

background-color css

<style>
 a { background-color: #701EE6; }

 a { background-color: rgb(112,30,230); }

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

border-color css

<style>
 span { border-color: #701EE6; }

 span { border-color: rgb(112,30,230); }

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