Html Css Color HEX #701FF0 Blue Violet

📋 copy color: '#701FF0'

red 112 ◦ green 31 ◦ blue 240

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

Shades of Blue Violet #701FF0

Tints of Blue Violet #701FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.66%

R = 29.24%
G = 8.09%
B = 62.66%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#701FF0 (or 0x701FF0) is known color: Blue Violet. HEX triplet: 70, 1F and F0. RGB value is (112,31,240). Sum of RGB (Red+Green+Blue) = 112+31+240=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #701FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FF0 is #8FE00F. Grayscale: #4E4E4E. Windows color (decimal): -9429008 or 15736688. OLE color: 15736688.

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

Color convert

RGB 112 31 240 -
CMYK 0.53 0.87 0 0.06
HSL 263.25º 0.87% 0.53% -
HSV(B) 263.25º 0.87% 0.94% -
XYZ 22.9 10.72 83.3 -
YUV 79.05 218.84 151.51 -
System Red Green Blue C M Y K H S L
Decimal 112 31 240 0.53 0.87 0 0.06 263.25 0.87 0.53
Hex 70 1F F0 35 57 0 6 107 57 35
Octal 160 37 360 65 127 0 6 407 127 65
Binary 1110000 11111 11110000 110101 1010111 0 110 100000111 1010111 110101

Color Harmonies of #701FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FF0

Black with #701FF0

Text Example


Text Example

White with #701FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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