Html Css Color HEX #701CE0 Blue Violet

📋 copy color: '#701CE0'

red 112 ◦ green 28 ◦ blue 224

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

Shades of Blue Violet #701CE0

Tints of Blue Violet #701CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.69%

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

R = 30.77%
G = 7.69%
B = 61.54%

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

#701CE0 (or 0x701CE0) is known color: Blue Violet. HEX triplet: 70, 1C and E0. RGB value is (112,28,224). Sum of RGB (Red+Green+Blue) = 112+28+224=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #701CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CE0 is #8FE31F. Grayscale: #4A4A4A. Windows color (decimal): -9429792 or 14687344. OLE color: 14687344.

HSL color Cylindrical-coordinate representation of color #701CE0: hue angle of 265.71º 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 #701CE0 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 28 224 -
CMYK 0.50 0.88 0 0.12
HSL 265.71º 0.78% 0.49% -
HSV(B) 265.71º 0.88% 0.88% -
XYZ 20.55 9.66 71.3 -
YUV 75.46 211.83 154.06 -
System Red Green Blue C M Y K H S L
Decimal 112 28 224 0.50 0.88 0 0.12 265.71 0.78 0.49
Hex 70 1C E0 32 58 0 C 10A 4E 31
Octal 160 34 340 62 130 0 14 412 116 61
Binary 1110000 11100 11100000 110010 1011000 0 1100 100001010 1001110 110001

Color Harmonies of #701CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CE0

Black with #701CE0

Text Example


Text Example

White with #701CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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