Html Css Color HEX #4701FB Han Purple

📋 copy color: '#4701FB'

red 71 ◦ green 1 ◦ blue 251

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

Shades of Han Purple #4701FB

Tints of Han Purple #4701FB

RGB

 RED value IS 71 (28.13% from 255) = 21.98%

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 251 (98.44% from 255) = 77.71%

R = 21.98%
G = 0.31%
B = 77.71%

CMYK

 C value IS 0.72

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4701FB (or 0x4701FB) is known color: Han Purple. HEX triplet: 47, 01 and FB. RGB value is (71,1,251). Sum of RGB (Red+Green+Blue) = 71+1+251=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #4701FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4701FB is #B8FE04. Grayscale: #313131. Windows color (decimal): -12123653 or 16449863. OLE color: 16449863.

HSL color Cylindrical-coordinate representation of color #4701FB: hue angle of 256.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4701FB is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 1 251 -
CMYK 0.72 1.00 0 0.02
HSL 256.8º 0.99% 0.49% -
HSV(B) 256.8º 1% 0.98% -
XYZ 20.02 8.33 91.82 -
YUV 50.43 241.19 142.67 -
System Red Green Blue C M Y K H S L
Decimal 71 1 251 0.72 1.00 0 0.02 256.8 0.99 0.49
Hex 47 1 FB 48 64 0 2 101 63 31
Octal 107 1 373 110 144 0 2 401 143 61
Binary 1000111 1 11111011 1001000 1100100 0 10 100000001 1100011 110001

Color Harmonies of #4701FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4701FB

Black with #4701FB

Text Example


Text Example

White with #4701FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4701FB; }

 p { color: rgb(71,1,251); }

 H1.HeaderClassName
 {
   color: #4701FB;
 }
 .AnyTagClassName
 {
   color: #4701FB;
 }
</style>

background-color css

<style>
 a { background-color: #4701FB; }

 a { background-color: rgb(71,1,251); }

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

border-color css

<style>
 span { border-color: #4701FB; }

 span { border-color: rgb(71,1,251); }

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