Html Css Color HEX #701BDE Blue Violet

📋 copy color: '#701BDE'

red 112 ◦ green 27 ◦ blue 222

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

Shades of Blue Violet #701BDE

Tints of Blue Violet #701BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.5%

R = 31.02%
G = 7.48%
B = 61.5%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#701BDE (or 0x701BDE) is known color: Blue Violet. HEX triplet: 70, 1B and DE. RGB value is (112,27,222). Sum of RGB (Red+Green+Blue) = 112+27+222=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #701BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BDE is #8FE421. Grayscale: #494949. Windows color (decimal): -9430050 or 14556016. OLE color: 14556016.

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

Color convert

RGB 112 27 222 -
CMYK 0.50 0.88 0 0.13
HSL 266.15º 0.78% 0.49% -
HSV(B) 266.15º 0.88% 0.87% -
XYZ 20.26 9.5 69.87 -
YUV 74.65 211.16 154.64 -
System Red Green Blue C M Y K H S L
Decimal 112 27 222 0.50 0.88 0 0.13 266.15 0.78 0.49
Hex 70 1B DE 32 58 0 D 10A 4E 31
Octal 160 33 336 62 130 0 15 412 116 61
Binary 1110000 11011 11011110 110010 1011000 0 1101 100001010 1001110 110001

Color Harmonies of #701BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BDE

Black with #701BDE

Text Example


Text Example

White with #701BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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