Html Css Color HEX #701FEA Blue Violet

📋 copy color: '#701FEA'

red 112 ◦ green 31 ◦ blue 234

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

Shades of Blue Violet #701FEA

Tints of Blue Violet #701FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.07%

R = 29.71%
G = 8.22%
B = 62.07%

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

#701FEA (or 0x701FEA) is known color: Blue Violet. HEX triplet: 70, 1F and EA. RGB value is (112,31,234). Sum of RGB (Red+Green+Blue) = 112+31+234=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #701FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FEA is #8FE015. Grayscale: #4D4D4D. Windows color (decimal): -9429014 or 15343472. OLE color: 15343472.

HSL color Cylindrical-coordinate representation of color #701FEA: hue angle of 263.94º degrees, saturation: 0.83, 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 #701FEA is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 31 234 -
CMYK 0.52 0.87 0 0.08
HSL 263.94º 0.83% 0.52% -
HSV(B) 263.94º 0.87% 0.92% -
XYZ 22.02 10.37 78.68 -
YUV 78.36 215.84 151.99 -
System Red Green Blue C M Y K H S L
Decimal 112 31 234 0.52 0.87 0 0.08 263.94 0.83 0.52
Hex 70 1F EA 34 57 0 8 108 53 34
Octal 160 37 352 64 127 0 10 410 123 64
Binary 1110000 11111 11101010 110100 1010111 0 1000 100001000 1010011 110100

Color Harmonies of #701FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FEA

Black with #701FEA

Text Example


Text Example

White with #701FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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