Html Css Color HEX #701BE0 Blue Violet

📋 copy color: '#701BE0'

red 112 ◦ green 27 ◦ blue 224

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

Shades of Blue Violet #701BE0

Tints of Blue Violet #701BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.71%

R = 30.85%
G = 7.44%
B = 61.71%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#701BE0 (or 0x701BE0) is known color: Blue Violet. HEX triplet: 70, 1B and E0. RGB value is (112,27,224). Sum of RGB (Red+Green+Blue) = 112+27+224=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #701BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BE0 is #8FE41F. Grayscale: #4A4A4A. Windows color (decimal): -9430048 or 14687088. OLE color: 14687088.

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

Color convert

RGB 112 27 224 -
CMYK 0.50 0.88 0 0.12
HSL 265.89º 0.78% 0.49% -
HSV(B) 265.89º 0.88% 0.88% -
XYZ 20.53 9.61 71.29 -
YUV 74.87 212.16 154.48 -
System Red Green Blue C M Y K H S L
Decimal 112 27 224 0.50 0.88 0 0.12 265.89 0.78 0.49
Hex 70 1B E0 32 58 0 C 10A 4E 31
Octal 160 33 340 62 130 0 14 412 116 61
Binary 1110000 11011 11100000 110010 1011000 0 1100 100001010 1001110 110001

Color Harmonies of #701BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BE0

Black with #701BE0

Text Example


Text Example

White with #701BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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