Html Css Color HEX #701FFE Han Purple

📋 copy color: '#701FFE'

red 112 ◦ green 31 ◦ blue 254

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

Shades of Han Purple #701FFE

Tints of Han Purple #701FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 28.21%
G = 7.81%
B = 63.98%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#701FFE (or 0x701FFE) is known color: Han Purple. HEX triplet: 70, 1F and FE. RGB value is (112,31,254). Sum of RGB (Red+Green+Blue) = 112+31+254=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #701FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FFE is #8FE001. Grayscale: #4F4F4F. Windows color (decimal): -9428994 or 16654192. OLE color: 16654192.

HSL color Cylindrical-coordinate representation of color #701FFE: hue angle of 261.79º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701FFE is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 31 254 -
CMYK 0.56 0.88 0 0.00
HSL 261.79º 0.99% 0.56% -
HSV(B) 261.79º 0.88% 1% -
XYZ 25.06 11.58 94.68 -
YUV 80.64 225.84 150.37 -
System Red Green Blue C M Y K H S L
Decimal 112 31 254 0.56 0.88 0 0.00 261.79 0.99 0.56
Hex 70 1F FE 38 58 0 0 106 63 38
Octal 160 37 376 70 130 0 0 406 143 70
Binary 1110000 11111 11111110 111000 1011000 0 0 100000110 1100011 111000

Color Harmonies of #701FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FFE

Black with #701FFE

Text Example


Text Example

White with #701FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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