#701EF3

Color #701EF3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #701EF3

Tints of Han Purple #701EF3

Color information

#701EF3 (or 0x701EF3) is unknown color: approx Han Purple. HEX triplet: 70, 1E and F3. RGB value is (112,30,243). Sum of RGB (Red+Green+Blue) = 112+30+243=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #701EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EF3 is #8FE10C. Grayscale: #4E4E4E. Windows color (decimal): -9429261 or 15933040. OLE color: 15933040.

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

Color convert

RGB11230243-
CMYK0.540.8800.05
HSL263.1º89.87%53.53%-
HSV(B)263.1º87.65%95.29%-
XYZ23.3210.8485.66-
YUV78.8220.67151.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 30 (12.11% from 255) = 7.79%
BLUE value IS 243 (95.31% from 255) = 63.12%
R=29.09%
G=7.79%
B=63.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112302430.540.8800.05263.189.8753.53
Hex701EF33658051075a36
Octal16036363661300540713266
Binary11100001111011110011110110101100001011000001111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #701EF3;
 }
 .AnyTagClassName
 {
   color: #701EF3;
 }
</style>
background-color css

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

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

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

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

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

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