Html Css Color HEX #701EF8 Han Purple

📋 copy color: '#701EF8'

red 112 ◦ green 30 ◦ blue 248

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

Shades of Han Purple #701EF8

Tints of Han Purple #701EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.59%

R = 28.72%
G = 7.69%
B = 63.59%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#701EF8 (or 0x701EF8) is known color: Han Purple. HEX triplet: 70, 1E and F8. RGB value is (112,30,248). Sum of RGB (Red+Green+Blue) = 112+30+248=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #701EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EF8 is #8FE107. Grayscale: #4E4E4E. Windows color (decimal): -9429256 or 16260720. OLE color: 16260720.

HSL color Cylindrical-coordinate representation of color #701EF8: hue angle of 262.57º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701EF8 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 30 248 -
CMYK 0.55 0.88 0 0.03
HSL 262.57º 0.94% 0.55% -
HSV(B) 262.57º 0.88% 0.97% -
XYZ 24.09 11.15 89.69 -
YUV 79.37 223.17 151.27 -
System Red Green Blue C M Y K H S L
Decimal 112 30 248 0.55 0.88 0 0.03 262.57 0.94 0.55
Hex 70 1E F8 37 58 0 3 107 5E 37
Octal 160 36 370 67 130 0 3 407 136 67
Binary 1110000 11110 11111000 110111 1011000 0 11 100000111 1011110 110111

Color Harmonies of #701EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EF8

Black with #701EF8

Text Example


Text Example

White with #701EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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