Html Css Color HEX #701FEB Blue Violet

📋 copy color: '#701FEB'

red 112 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #701FEB

Tints of Blue Violet #701FEB

RGB

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

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

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

R = 29.63%
G = 8.2%
B = 62.17%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#701FEB (or 0x701FEB) is known color: Blue Violet. HEX triplet: 70, 1F and EB. RGB value is (112,31,235). Sum of RGB (Red+Green+Blue) = 112+31+235=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #701FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FEB is #8FE014. Grayscale: #4D4D4D. Windows color (decimal): -9429013 or 15409008. OLE color: 15409008.

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

Color convert

RGB 112 31 235 -
CMYK 0.52 0.87 0 0.08
HSL 263.82º 0.84% 0.52% -
HSV(B) 263.82º 0.87% 0.92% -
XYZ 22.17 10.42 79.44 -
YUV 78.48 216.34 151.91 -
System Red Green Blue C M Y K H S L
Decimal 112 31 235 0.52 0.87 0 0.08 263.82 0.84 0.52
Hex 70 1F EB 34 57 0 8 108 54 34
Octal 160 37 353 64 127 0 10 410 124 64
Binary 1110000 11111 11101011 110100 1010111 0 1000 100001000 1010100 110100

Color Harmonies of #701FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FEB

Black with #701FEB

Text Example


Text Example

White with #701FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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