Html Css Color HEX #701FE8 Blue Violet

📋 copy color: '#701FE8'

red 112 ◦ green 31 ◦ blue 232

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

Shades of Blue Violet #701FE8

Tints of Blue Violet #701FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.87%

R = 29.87%
G = 8.27%
B = 61.87%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#701FE8 (or 0x701FE8) is known color: Blue Violet. HEX triplet: 70, 1F and E8. RGB value is (112,31,232). Sum of RGB (Red+Green+Blue) = 112+31+232=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #701FE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FE8 is #8FE017. Grayscale: #4D4D4D. Windows color (decimal): -9429016 or 15212400. OLE color: 15212400.

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

Color convert

RGB 112 31 232 -
CMYK 0.52 0.87 0 0.09
HSL 264.18º 0.81% 0.52% -
HSV(B) 264.18º 0.87% 0.91% -
XYZ 21.74 10.25 77.18 -
YUV 78.13 214.84 152.16 -
System Red Green Blue C M Y K H S L
Decimal 112 31 232 0.52 0.87 0 0.09 264.18 0.81 0.52
Hex 70 1F E8 34 57 0 9 108 51 34
Octal 160 37 350 64 127 0 11 410 121 64
Binary 1110000 11111 11101000 110100 1010111 0 1001 100001000 1010001 110100

Color Harmonies of #701FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FE8

Black with #701FE8

Text Example


Text Example

White with #701FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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