Html Css Color HEX #701EF2 Han Purple

📋 copy color: '#701EF2'

red 112 ◦ green 30 ◦ blue 242

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

Shades of Han Purple #701EF2

Tints of Han Purple #701EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.02%

R = 29.17%
G = 7.81%
B = 63.02%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#701EF2 (or 0x701EF2) is known color: Han Purple. HEX triplet: 70, 1E and F2. RGB value is (112,30,242). Sum of RGB (Red+Green+Blue) = 112+30+242=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #701EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EF2 is #8FE10D. Grayscale: #4D4D4D. Windows color (decimal): -9429262 or 15867504. OLE color: 15867504.

HSL color Cylindrical-coordinate representation of color #701EF2: hue angle of 263.21º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701EF2 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 30 242 -
CMYK 0.54 0.88 0 0.05
HSL 263.21º 0.89% 0.53% -
HSV(B) 263.21º 0.88% 0.95% -
XYZ 23.17 10.78 84.86 -
YUV 78.69 220.17 151.76 -
System Red Green Blue C M Y K H S L
Decimal 112 30 242 0.54 0.88 0 0.05 263.21 0.89 0.53
Hex 70 1E F2 36 58 0 5 107 59 35
Octal 160 36 362 66 130 0 5 407 131 65
Binary 1110000 11110 11110010 110110 1011000 0 101 100000111 1011001 110101

Color Harmonies of #701EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EF2

Black with #701EF2

Text Example


Text Example

White with #701EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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