Html Css Color HEX #701FDC Blue Violet

📋 copy color: '#701FDC'

red 112 ◦ green 31 ◦ blue 220

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

Shades of Blue Violet #701FDC

Tints of Blue Violet #701FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

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

R = 30.85%
G = 8.54%
B = 60.61%

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

#701FDC (or 0x701FDC) is known color: Blue Violet. HEX triplet: 70, 1F and DC. RGB value is (112,31,220). Sum of RGB (Red+Green+Blue) = 112+31+220=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #701FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FDC is #8FE023. Grayscale: #4C4C4C. Windows color (decimal): -9429028 or 14425968. OLE color: 14425968.

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

Color convert

RGB 112 31 220 -
CMYK 0.49 0.86 0 0.14
HSL 265.71º 0.75% 0.49% -
HSV(B) 265.71º 0.86% 0.86% -
XYZ 20.09 9.59 68.5 -
YUV 76.77 208.84 153.13 -
System Red Green Blue C M Y K H S L
Decimal 112 31 220 0.49 0.86 0 0.14 265.71 0.75 0.49
Hex 70 1F DC 31 56 0 E 10A 4B 31
Octal 160 37 334 61 126 0 16 412 113 61
Binary 1110000 11111 11011100 110001 1010110 0 1110 100001010 1001011 110001

Color Harmonies of #701FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FDC

Black with #701FDC

Text Example


Text Example

White with #701FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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