Html Css Color HEX #471CF6 Han Purple

📋 copy color: '#471CF6'

red 71 ◦ green 28 ◦ blue 246

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

Shades of Han Purple #471CF6

Tints of Han Purple #471CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.12%

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

R = 20.58%
G = 8.12%
B = 71.3%

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

#471CF6 (or 0x471CF6) is known color: Han Purple. HEX triplet: 47, 1C and F6. RGB value is (71,28,246). Sum of RGB (Red+Green+Blue) = 71+28+246=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #471CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CF6 is #B8E309. Grayscale: #404040. Windows color (decimal): -12116746 or 16129095. OLE color: 16129095.

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

Color convert

RGB 71 28 246 -
CMYK 0.71 0.89 0 0.04
HSL 251.83º 0.92% 0.54% -
HSV(B) 251.83º 0.89% 0.96% -
XYZ 19.65 8.82 87.86 -
YUV 65.71 229.75 131.77 -
System Red Green Blue C M Y K H S L
Decimal 71 28 246 0.71 0.89 0 0.04 251.83 0.92 0.54
Hex 47 1C F6 47 59 0 4 FC 5C 36
Octal 107 34 366 107 131 0 4 374 134 66
Binary 1000111 11100 11110110 1000111 1011001 0 100 11111100 1011100 110110

Color Harmonies of #471CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CF6

Black with #471CF6

Text Example


Text Example

White with #471CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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