Html Css Color HEX #701BDB Blue Violet

📋 copy color: '#701BDB'

red 112 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #701BDB

Tints of Blue Violet #701BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.54%

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

R = 31.28%
G = 7.54%
B = 61.17%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#701BDB (or 0x701BDB) is known color: Blue Violet. HEX triplet: 70, 1B and DB. RGB value is (112,27,219). Sum of RGB (Red+Green+Blue) = 112+27+219=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #701BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BDB is #8FE424. Grayscale: #494949. Windows color (decimal): -9430053 or 14359408. OLE color: 14359408.

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

Color convert

RGB 112 27 219 -
CMYK 0.49 0.88 0 0.14
HSL 266.56º 0.78% 0.48% -
HSV(B) 266.56º 0.88% 0.86% -
XYZ 19.86 9.34 67.77 -
YUV 74.3 209.66 154.89 -
System Red Green Blue C M Y K H S L
Decimal 112 27 219 0.49 0.88 0 0.14 266.56 0.78 0.48
Hex 70 1B DB 31 58 0 E 10B 4E 30
Octal 160 33 333 61 130 0 16 413 116 60
Binary 1110000 11011 11011011 110001 1011000 0 1110 100001011 1001110 110000

Color Harmonies of #701BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BDB

Black with #701BDB

Text Example


Text Example

White with #701BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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