Html Css Color HEX #701FDB Blue Violet

📋 copy color: '#701FDB'

red 112 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #701FDB

Tints of Blue Violet #701FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 30.94%
G = 8.56%
B = 60.5%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#701FDB (or 0x701FDB) is known color: Blue Violet. HEX triplet: 70, 1F and DB. RGB value is (112,31,219). Sum of RGB (Red+Green+Blue) = 112+31+219=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #701FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FDB is #8FE024. Grayscale: #4B4B4B. Windows color (decimal): -9429029 or 14360432. OLE color: 14360432.

HSL color Cylindrical-coordinate representation of color #701FDB: hue angle of 265.85º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701FDB is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 31 219 -
CMYK 0.49 0.86 0 0.14
HSL 265.85º 0.75% 0.49% -
HSV(B) 265.85º 0.86% 0.86% -
XYZ 19.96 9.54 67.81 -
YUV 76.65 208.34 153.21 -
System Red Green Blue C M Y K H S L
Decimal 112 31 219 0.49 0.86 0 0.14 265.85 0.75 0.49
Hex 70 1F DB 31 56 0 E 10A 4B 31
Octal 160 37 333 61 126 0 16 412 113 61
Binary 1110000 11111 11011011 110001 1010110 0 1110 100001010 1001011 110001

Color Harmonies of #701FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FDB

Black with #701FDB

Text Example


Text Example

White with #701FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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