Html Css Color HEX #701FF8 Han Purple

📋 copy color: '#701FF8'

red 112 ◦ green 31 ◦ blue 248

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

Shades of Han Purple #701FF8

Tints of Han Purple #701FF8

RGB

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

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

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

R = 28.64%
G = 7.93%
B = 63.43%

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

#701FF8 (or 0x701FF8) is known color: Han Purple. HEX triplet: 70, 1F and F8. RGB value is (112,31,248). Sum of RGB (Red+Green+Blue) = 112+31+248=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #701FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FF8 is #8FE007. Grayscale: #4F4F4F. Windows color (decimal): -9429000 or 16260976. OLE color: 16260976.

HSL color Cylindrical-coordinate representation of color #701FF8: hue angle of 262.4º 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 #701FF8 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 31 248 -
CMYK 0.55 0.88 0 0.03
HSL 262.4º 0.94% 0.55% -
HSV(B) 262.4º 0.88% 0.97% -
XYZ 24.12 11.2 89.7 -
YUV 79.96 222.84 150.86 -
System Red Green Blue C M Y K H S L
Decimal 112 31 248 0.55 0.88 0 0.03 262.4 0.94 0.55
Hex 70 1F F8 37 58 0 3 106 5E 37
Octal 160 37 370 67 130 0 3 406 136 67
Binary 1110000 11111 11111000 110111 1011000 0 11 100000110 1011110 110111

Color Harmonies of #701FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FF8

Black with #701FF8

Text Example


Text Example

White with #701FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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