Html Css Color HEX #701EE8 Blue Violet

📋 copy color: '#701EE8'

red 112 ◦ green 30 ◦ blue 232

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

Shades of Blue Violet #701EE8

Tints of Blue Violet #701EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 62.03%

R = 29.95%
G = 8.02%
B = 62.03%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#701EE8 (or 0x701EE8) is known color: Blue Violet. HEX triplet: 70, 1E and E8. RGB value is (112,30,232). Sum of RGB (Red+Green+Blue) = 112+30+232=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 232 (91.02% from 255 or 62.03% from 374); Max value from RGB is 232 - color contains mainly: blue. Hex color #701EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EE8 is #8FE117. Grayscale: #4C4C4C. Windows color (decimal): -9429272 or 15212144. OLE color: 15212144.

HSL color Cylindrical-coordinate representation of color #701EE8: hue angle of 264.36º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701EE8 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 30 232 -
CMYK 0.52 0.87 0 0.09
HSL 264.36º 0.81% 0.51% -
HSV(B) 264.36º 0.87% 0.91% -
XYZ 21.71 10.2 77.17 -
YUV 77.55 215.17 152.57 -
System Red Green Blue C M Y K H S L
Decimal 112 30 232 0.52 0.87 0 0.09 264.36 0.81 0.51
Hex 70 1E E8 34 57 0 9 108 51 33
Octal 160 36 350 64 127 0 11 410 121 63
Binary 1110000 11110 11101000 110100 1010111 0 1001 100001000 1010001 110011

Color Harmonies of #701EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EE8

Black with #701EE8

Text Example


Text Example

White with #701EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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