Html Css Color HEX #701CEB Blue Violet

📋 copy color: '#701CEB'

red 112 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #701CEB

Tints of Blue Violet #701CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.47%

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 29.87%
G = 7.47%
B = 62.67%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#701CEB (or 0x701CEB) is known color: Blue Violet. HEX triplet: 70, 1C and EB. RGB value is (112,28,235). Sum of RGB (Red+Green+Blue) = 112+28+235=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #701CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CEB is #8FE314. Grayscale: #4B4B4B. Windows color (decimal): -9429781 or 15408240. OLE color: 15408240.

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

Color convert

RGB 112 28 235 -
CMYK 0.52 0.88 0 0.08
HSL 264.35º 0.84% 0.52% -
HSV(B) 264.35º 0.88% 0.92% -
XYZ 22.09 10.27 79.42 -
YUV 76.71 217.33 153.17 -
System Red Green Blue C M Y K H S L
Decimal 112 28 235 0.52 0.88 0 0.08 264.35 0.84 0.52
Hex 70 1C EB 34 58 0 8 108 54 34
Octal 160 34 353 64 130 0 10 410 124 64
Binary 1110000 11100 11101011 110100 1011000 0 1000 100001000 1010100 110100

Color Harmonies of #701CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CEB

Black with #701CEB

Text Example


Text Example

White with #701CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,28,235); }

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

background-color css

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

 a { background-color: rgb(112,28,235); }

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

border-color css

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

 span { border-color: rgb(112,28,235); }

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