Html Css Color HEX #701BEC Blue Violet

📋 copy color: '#701BEC'

red 112 ◦ green 27 ◦ blue 236

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

Shades of Blue Violet #701BEC

Tints of Blue Violet #701BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

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

R = 29.87%
G = 7.2%
B = 62.93%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#701BEC (or 0x701BEC) is known color: Blue Violet. HEX triplet: 70, 1B and EC. RGB value is (112,27,236). Sum of RGB (Red+Green+Blue) = 112+27+236=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #701BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BEC is #8FE413. Grayscale: #4B4B4B. Windows color (decimal): -9430036 or 15473520. OLE color: 15473520.

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

Color convert

RGB 112 27 236 -
CMYK 0.53 0.89 0 0.07
HSL 264.4º 0.85% 0.52% -
HSV(B) 264.4º 0.89% 0.93% -
XYZ 22.21 10.28 80.17 -
YUV 76.24 218.16 153.51 -
System Red Green Blue C M Y K H S L
Decimal 112 27 236 0.53 0.89 0 0.07 264.4 0.85 0.52
Hex 70 1B EC 35 59 0 7 108 55 34
Octal 160 33 354 65 131 0 7 410 125 64
Binary 1110000 11011 11101100 110101 1011001 0 111 100001000 1010101 110100

Color Harmonies of #701BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BEC

Black with #701BEC

Text Example


Text Example

White with #701BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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