Html Css Color HEX #701FDE Blue Violet

📋 copy color: '#701FDE'

red 112 ◦ green 31 ◦ blue 222

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

Shades of Blue Violet #701FDE

Tints of Blue Violet #701FDE

RGB

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

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

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

R = 30.68%
G = 8.49%
B = 60.82%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#701FDE (or 0x701FDE) is known color: Blue Violet. HEX triplet: 70, 1F and DE. RGB value is (112,31,222). Sum of RGB (Red+Green+Blue) = 112+31+222=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #701FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FDE is #8FE021. Grayscale: #4C4C4C. Windows color (decimal): -9429026 or 14557040. OLE color: 14557040.

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

Color convert

RGB 112 31 222 -
CMYK 0.50 0.86 0 0.13
HSL 265.45º 0.75% 0.5% -
HSV(B) 265.45º 0.86% 0.87% -
XYZ 20.36 9.7 69.91 -
YUV 76.99 209.84 152.97 -
System Red Green Blue C M Y K H S L
Decimal 112 31 222 0.50 0.86 0 0.13 265.45 0.75 0.5
Hex 70 1F DE 32 56 0 D 109 4B 32
Octal 160 37 336 62 126 0 15 411 113 62
Binary 1110000 11111 11011110 110010 1010110 0 1101 100001001 1001011 110010

Color Harmonies of #701FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FDE

Black with #701FDE

Text Example


Text Example

White with #701FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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