Html Css Color HEX #701FE6 Blue Violet

📋 copy color: '#701FE6'

red 112 ◦ green 31 ◦ blue 230

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

Shades of Blue Violet #701FE6

Tints of Blue Violet #701FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.66%

R = 30.03%
G = 8.31%
B = 61.66%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#701FE6 (or 0x701FE6) is known color: Blue Violet. HEX triplet: 70, 1F and E6. RGB value is (112,31,230). Sum of RGB (Red+Green+Blue) = 112+31+230=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #701FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FE6 is #8FE019. Grayscale: #4D4D4D. Windows color (decimal): -9429018 or 15081328. OLE color: 15081328.

HSL color Cylindrical-coordinate representation of color #701FE6: hue angle of 264.42º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701FE6 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 31 230 -
CMYK 0.51 0.87 0 0.10
HSL 264.42º 0.8% 0.51% -
HSV(B) 264.42º 0.87% 0.9% -
XYZ 21.46 10.14 75.69 -
YUV 77.91 213.84 152.32 -
System Red Green Blue C M Y K H S L
Decimal 112 31 230 0.51 0.87 0 0.10 264.42 0.8 0.51
Hex 70 1F E6 33 57 0 A 108 50 33
Octal 160 37 346 63 127 0 12 410 120 63
Binary 1110000 11111 11100110 110011 1010111 0 1010 100001000 1010000 110011

Color Harmonies of #701FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FE6

Black with #701FE6

Text Example


Text Example

White with #701FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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