Html Css Color HEX #701EEA Blue Violet

📋 copy color: '#701EEA'

red 112 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #701EEA

Tints of Blue Violet #701EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 29.79%
G = 7.98%
B = 62.23%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#701EEA (or 0x701EEA) is known color: Blue Violet. HEX triplet: 70, 1E and EA. RGB value is (112,30,234). Sum of RGB (Red+Green+Blue) = 112+30+234=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #701EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EEA is #8FE115. Grayscale: #4D4D4D. Windows color (decimal): -9429270 or 15343216. OLE color: 15343216.

HSL color Cylindrical-coordinate representation of color #701EEA: hue angle of 264.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701EEA is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 30 234 -
CMYK 0.52 0.87 0 0.08
HSL 264.12º 0.83% 0.52% -
HSV(B) 264.12º 0.87% 0.92% -
XYZ 22 10.31 78.67 -
YUV 77.77 216.17 152.41 -
System Red Green Blue C M Y K H S L
Decimal 112 30 234 0.52 0.87 0 0.08 264.12 0.83 0.52
Hex 70 1E EA 34 57 0 8 108 53 34
Octal 160 36 352 64 127 0 10 410 123 64
Binary 1110000 11110 11101010 110100 1010111 0 1000 100001000 1010011 110100

Color Harmonies of #701EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EEA

Black with #701EEA

Text Example


Text Example

White with #701EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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