Html Css Color HEX #471AF6 Han Purple

📋 copy color: '#471AF6'

red 71 ◦ green 26 ◦ blue 246

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

Shades of Han Purple #471AF6

Tints of Han Purple #471AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.72%

R = 20.7%
G = 7.58%
B = 71.72%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#471AF6 (or 0x471AF6) is known color: Han Purple. HEX triplet: 47, 1A and F6. RGB value is (71,26,246). Sum of RGB (Red+Green+Blue) = 71+26+246=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 246 (96.48% from 255 or 71.72% from 343); Max value from RGB is 246 - color contains mainly: blue. Hex color #471AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AF6 is #B8E509. Grayscale: #3F3F3F. Windows color (decimal): -12117258 or 16128583. OLE color: 16128583.

HSL color Cylindrical-coordinate representation of color #471AF6: hue angle of 252.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471AF6 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 26 246 -
CMYK 0.71 0.89 0 0.04
HSL 252.27º 0.92% 0.53% -
HSV(B) 252.27º 0.89% 0.96% -
XYZ 19.6 8.73 87.84 -
YUV 64.54 230.41 132.61 -
System Red Green Blue C M Y K H S L
Decimal 71 26 246 0.71 0.89 0 0.04 252.27 0.92 0.53
Hex 47 1A F6 47 59 0 4 FC 5C 35
Octal 107 32 366 107 131 0 4 374 134 65
Binary 1000111 11010 11110110 1000111 1011001 0 100 11111100 1011100 110101

Color Harmonies of #471AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AF6

Black with #471AF6

Text Example


Text Example

White with #471AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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