Html Css Color HEX #701FEC Blue Violet

📋 copy color: '#701FEC'

red 112 ◦ green 31 ◦ blue 236

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

Shades of Blue Violet #701FEC

Tints of Blue Violet #701FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.18%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 29.55%
G = 8.18%
B = 62.27%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#701FEC (or 0x701FEC) is known color: Blue Violet. HEX triplet: 70, 1F and EC. RGB value is (112,31,236). Sum of RGB (Red+Green+Blue) = 112+31+236=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #701FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FEC is #8FE013. Grayscale: #4D4D4D. Windows color (decimal): -9429012 or 15474544. OLE color: 15474544.

HSL color Cylindrical-coordinate representation of color #701FEC: hue angle of 263.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701FEC is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 31 236 -
CMYK 0.53 0.87 0 0.07
HSL 263.71º 0.84% 0.52% -
HSV(B) 263.71º 0.87% 0.93% -
XYZ 22.31 10.48 80.2 -
YUV 78.59 216.84 151.83 -
System Red Green Blue C M Y K H S L
Decimal 112 31 236 0.53 0.87 0 0.07 263.71 0.84 0.52
Hex 70 1F EC 35 57 0 7 108 54 34
Octal 160 37 354 65 127 0 7 410 124 64
Binary 1110000 11111 11101100 110101 1010111 0 111 100001000 1010100 110100

Color Harmonies of #701FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FEC

Black with #701FEC

Text Example


Text Example

White with #701FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,31,236); }

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

background-color css

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

 a { background-color: rgb(112,31,236); }

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

border-color css

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

 span { border-color: rgb(112,31,236); }

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