Html Css Color HEX #701FF5 Han Purple

📋 copy color: '#701FF5'

red 112 ◦ green 31 ◦ blue 245

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

Shades of Han Purple #701FF5

Tints of Han Purple #701FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 63.14%

R = 28.87%
G = 7.99%
B = 63.14%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#701FF5 (or 0x701FF5) is known color: Han Purple. HEX triplet: 70, 1F and F5. RGB value is (112,31,245). Sum of RGB (Red+Green+Blue) = 112+31+245=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 245 (96.09% from 255 or 63.14% from 388); Max value from RGB is 245 - color contains mainly: blue. Hex color #701FF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FF5 is #8FE00A. Grayscale: #4E4E4E. Windows color (decimal): -9429003 or 16064368. OLE color: 16064368.

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

Color convert

RGB 112 31 245 -
CMYK 0.54 0.87 0 0.04
HSL 262.71º 0.91% 0.54% -
HSV(B) 262.71º 0.87% 0.96% -
XYZ 23.65 11.02 87.27 -
YUV 79.62 221.34 151.1 -
System Red Green Blue C M Y K H S L
Decimal 112 31 245 0.54 0.87 0 0.04 262.71 0.91 0.54
Hex 70 1F F5 36 57 0 4 107 5B 36
Octal 160 37 365 66 127 0 4 407 133 66
Binary 1110000 11111 11110101 110110 1010111 0 100 100000111 1011011 110110

Color Harmonies of #701FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FF5

Black with #701FF5

Text Example


Text Example

White with #701FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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