Html Css Color HEX #701EDC Blue Violet

📋 copy color: '#701EDC'

red 112 ◦ green 30 ◦ blue 220

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

Shades of Blue Violet #701EDC

Tints of Blue Violet #701EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.29%

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 30.94%
G = 8.29%
B = 60.77%

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

#701EDC (or 0x701EDC) is known color: Blue Violet. HEX triplet: 70, 1E and DC. RGB value is (112,30,220). Sum of RGB (Red+Green+Blue) = 112+30+220=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #701EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EDC is #8FE123. Grayscale: #4B4B4B. Windows color (decimal): -9429284 or 14425712. OLE color: 14425712.

HSL color Cylindrical-coordinate representation of color #701EDC: hue angle of 265.89º degrees, saturation: 0.76, 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 #701EDC is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 30 220 -
CMYK 0.49 0.86 0 0.14
HSL 265.89º 0.76% 0.49% -
HSV(B) 265.89º 0.86% 0.86% -
XYZ 20.06 9.54 68.49 -
YUV 76.18 209.17 153.55 -
System Red Green Blue C M Y K H S L
Decimal 112 30 220 0.49 0.86 0 0.14 265.89 0.76 0.49
Hex 70 1E DC 31 56 0 E 10A 4C 31
Octal 160 36 334 61 126 0 16 412 114 61
Binary 1110000 11110 11011100 110001 1010110 0 1110 100001010 1001100 110001

Color Harmonies of #701EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EDC

Black with #701EDC

Text Example


Text Example

White with #701EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,30,220); }

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

background-color css

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

 a { background-color: rgb(112,30,220); }

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

border-color css

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

 span { border-color: rgb(112,30,220); }

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