Html Css Color HEX #701DDF Blue Violet

📋 copy color: '#701DDF'

red 112 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #701DDF

Tints of Blue Violet #701DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.97%

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 30.77%
G = 7.97%
B = 61.26%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#701DDF (or 0x701DDF) is known color: Blue Violet. HEX triplet: 70, 1D and DF. RGB value is (112,29,223). Sum of RGB (Red+Green+Blue) = 112+29+223=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #701DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DDF is #8FE220. Grayscale: #4B4B4B. Windows color (decimal): -9429537 or 14622064. OLE color: 14622064.

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

Color convert

RGB 112 29 223 -
CMYK 0.50 0.87 0 0.13
HSL 265.67º 0.77% 0.49% -
HSV(B) 265.67º 0.87% 0.87% -
XYZ 20.44 9.65 70.6 -
YUV 75.93 211 153.73 -
System Red Green Blue C M Y K H S L
Decimal 112 29 223 0.50 0.87 0 0.13 265.67 0.77 0.49
Hex 70 1D DF 32 57 0 D 10A 4D 31
Octal 160 35 337 62 127 0 15 412 115 61
Binary 1110000 11101 11011111 110010 1010111 0 1101 100001010 1001101 110001

Color Harmonies of #701DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DDF

Black with #701DDF

Text Example


Text Example

White with #701DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,29,223); }

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

background-color css

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

 a { background-color: rgb(112,29,223); }

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

border-color css

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

 span { border-color: rgb(112,29,223); }

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