Html Css Color HEX #471BF7 Han Purple

📋 copy color: '#471BF7'

red 71 ◦ green 27 ◦ blue 247

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

Shades of Han Purple #471BF7

Tints of Han Purple #471BF7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.83%

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

R = 20.58%
G = 7.83%
B = 71.59%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#471BF7 (or 0x471BF7) is known color: Han Purple. HEX triplet: 47, 1B and F7. RGB value is (71,27,247). Sum of RGB (Red+Green+Blue) = 71+27+247=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #471BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BF7 is #B8E408. Grayscale: #404040. Windows color (decimal): -12117001 or 16194375. OLE color: 16194375.

HSL color Cylindrical-coordinate representation of color #471BF7: hue angle of 252º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471BF7 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 27 247 -
CMYK 0.71 0.89 0 0.03
HSL 252º 0.93% 0.54% -
HSV(B) 252º 0.89% 0.97% -
XYZ 19.78 8.84 88.66 -
YUV 65.24 230.58 132.11 -
System Red Green Blue C M Y K H S L
Decimal 71 27 247 0.71 0.89 0 0.03 252 0.93 0.54
Hex 47 1B F7 47 59 0 3 FC 5D 36
Octal 107 33 367 107 131 0 3 374 135 66
Binary 1000111 11011 11110111 1000111 1011001 0 11 11111100 1011101 110110

Color Harmonies of #471BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BF7

Black with #471BF7

Text Example


Text Example

White with #471BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471BF7; }

 p { color: rgb(71,27,247); }

 H1.HeaderClassName
 {
   color: #471BF7;
 }
 .AnyTagClassName
 {
   color: #471BF7;
 }
</style>

background-color css

<style>
 a { background-color: #471BF7; }

 a { background-color: rgb(71,27,247); }

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

border-color css

<style>
 span { border-color: #471BF7; }

 span { border-color: rgb(71,27,247); }

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