Html Css Color HEX #701FF7 Han Purple

📋 copy color: '#701FF7'

red 112 ◦ green 31 ◦ blue 247

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

Shades of Han Purple #701FF7

Tints of Han Purple #701FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.33%

R = 28.72%
G = 7.95%
B = 63.33%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#701FF7 (or 0x701FF7) is known color: Han Purple. HEX triplet: 70, 1F and F7. RGB value is (112,31,247). Sum of RGB (Red+Green+Blue) = 112+31+247=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #701FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FF7 is #8FE008. Grayscale: #4F4F4F. Windows color (decimal): -9429001 or 16195440. OLE color: 16195440.

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

Color convert

RGB 112 31 247 -
CMYK 0.55 0.87 0 0.03
HSL 262.5º 0.93% 0.55% -
HSV(B) 262.5º 0.87% 0.97% -
XYZ 23.96 11.14 88.88 -
YUV 79.84 222.34 150.94 -
System Red Green Blue C M Y K H S L
Decimal 112 31 247 0.55 0.87 0 0.03 262.5 0.93 0.55
Hex 70 1F F7 37 57 0 3 106 5D 37
Octal 160 37 367 67 127 0 3 406 135 67
Binary 1110000 11111 11110111 110111 1010111 0 11 100000110 1011101 110111

Color Harmonies of #701FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FF7

Black with #701FF7

Text Example


Text Example

White with #701FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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