Html Css Color HEX #701EF4 Han Purple

📋 copy color: '#701EF4'

red 112 ◦ green 30 ◦ blue 244

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

Shades of Han Purple #701EF4

Tints of Han Purple #701EF4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.77%

 BLUE value IS 244 (95.7% from 255) = 63.21%

R = 29.02%
G = 7.77%
B = 63.21%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#701EF4 (or 0x701EF4) is known color: Han Purple. HEX triplet: 70, 1E and F4. RGB value is (112,30,244). Sum of RGB (Red+Green+Blue) = 112+30+244=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #701EF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EF4 is #8FE10B. Grayscale: #4E4E4E. Windows color (decimal): -9429260 or 15998576. OLE color: 15998576.

HSL color Cylindrical-coordinate representation of color #701EF4: hue angle of 262.99º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701EF4 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 30 244 -
CMYK 0.54 0.88 0 0.04
HSL 262.99º 0.91% 0.54% -
HSV(B) 262.99º 0.88% 0.96% -
XYZ 23.48 10.9 86.46 -
YUV 78.91 221.17 151.6 -
System Red Green Blue C M Y K H S L
Decimal 112 30 244 0.54 0.88 0 0.04 262.99 0.91 0.54
Hex 70 1E F4 36 58 0 4 107 5B 36
Octal 160 36 364 66 130 0 4 407 133 66
Binary 1110000 11110 11110100 110110 1011000 0 100 100000111 1011011 110110

Color Harmonies of #701EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EF4

Black with #701EF4

Text Example


Text Example

White with #701EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,30,244); }

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

background-color css

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

 a { background-color: rgb(112,30,244); }

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

border-color css

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

 span { border-color: rgb(112,30,244); }

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