Html Css Color HEX #701EEB Blue Violet

📋 copy color: '#701EEB'

red 112 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #701EEB

Tints of Blue Violet #701EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 29.71%
G = 7.96%
B = 62.33%

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

#701EEB (or 0x701EEB) is known color: Blue Violet. HEX triplet: 70, 1E and EB. RGB value is (112,30,235). Sum of RGB (Red+Green+Blue) = 112+30+235=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #701EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EEB is #8FE114. Grayscale: #4D4D4D. Windows color (decimal): -9429269 or 15408752. OLE color: 15408752.

HSL color Cylindrical-coordinate representation of color #701EEB: hue angle of 264º degrees, saturation: 0.84, 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 #701EEB is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 30 235 -
CMYK 0.52 0.87 0 0.08
HSL 264º 0.84% 0.52% -
HSV(B) 264º 0.87% 0.92% -
XYZ 22.14 10.37 79.43 -
YUV 77.89 216.67 152.33 -
System Red Green Blue C M Y K H S L
Decimal 112 30 235 0.52 0.87 0 0.08 264 0.84 0.52
Hex 70 1E EB 34 57 0 8 108 54 34
Octal 160 36 353 64 127 0 10 410 124 64
Binary 1110000 11110 11101011 110100 1010111 0 1000 100001000 1010100 110100

Color Harmonies of #701EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EEB

Black with #701EEB

Text Example


Text Example

White with #701EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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