Html Css Color HEX #471AF7 Han Purple

📋 copy color: '#471AF7'

red 71 ◦ green 26 ◦ blue 247

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

Shades of Han Purple #471AF7

Tints of Han Purple #471AF7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.56%

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

R = 20.64%
G = 7.56%
B = 71.8%

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

#471AF7 (or 0x471AF7) is known color: Han Purple. HEX triplet: 47, 1A and F7. RGB value is (71,26,247). Sum of RGB (Red+Green+Blue) = 71+26+247=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #471AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AF7 is #B8E508. Grayscale: #3F3F3F. Windows color (decimal): -12117257 or 16194119. OLE color: 16194119.

HSL color Cylindrical-coordinate representation of color #471AF7: hue angle of 252.22º 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 #471AF7 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 26 247 -
CMYK 0.71 0.89 0 0.03
HSL 252.22º 0.93% 0.54% -
HSV(B) 252.22º 0.89% 0.97% -
XYZ 19.76 8.79 88.65 -
YUV 64.65 230.91 132.53 -
System Red Green Blue C M Y K H S L
Decimal 71 26 247 0.71 0.89 0 0.03 252.22 0.93 0.54
Hex 47 1A F7 47 59 0 3 FC 5D 36
Octal 107 32 367 107 131 0 3 374 135 66
Binary 1000111 11010 11110111 1000111 1011001 0 11 11111100 1011101 110110

Color Harmonies of #471AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AF7

Black with #471AF7

Text Example


Text Example

White with #471AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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