Html Css Color HEX #701DEC Blue Violet

📋 copy color: '#701DEC'

red 112 ◦ green 29 ◦ blue 236

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

Shades of Blue Violet #701DEC

Tints of Blue Violet #701DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.6%

R = 29.71%
G = 7.69%
B = 62.6%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#701DEC (or 0x701DEC) is known color: Blue Violet. HEX triplet: 70, 1D and EC. RGB value is (112,29,236). Sum of RGB (Red+Green+Blue) = 112+29+236=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #701DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DEC is #8FE213. Grayscale: #4C4C4C. Windows color (decimal): -9429524 or 15474032. OLE color: 15474032.

HSL color Cylindrical-coordinate representation of color #701DEC: hue angle of 264.06º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701DEC is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 29 236 -
CMYK 0.53 0.88 0 0.07
HSL 264.06º 0.84% 0.52% -
HSV(B) 264.06º 0.88% 0.93% -
XYZ 22.26 10.38 80.19 -
YUV 77.42 217.5 152.67 -
System Red Green Blue C M Y K H S L
Decimal 112 29 236 0.53 0.88 0 0.07 264.06 0.84 0.52
Hex 70 1D EC 35 58 0 7 108 54 34
Octal 160 35 354 65 130 0 7 410 124 64
Binary 1110000 11101 11101100 110101 1011000 0 111 100001000 1010100 110100

Color Harmonies of #701DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DEC

Black with #701DEC

Text Example


Text Example

White with #701DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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