Html Css Color HEX #471DF6 Han Purple

📋 copy color: '#471DF6'

red 71 ◦ green 29 ◦ blue 246

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

Shades of Han Purple #471DF6

Tints of Han Purple #471DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

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

R = 20.52%
G = 8.38%
B = 71.1%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#471DF6 (or 0x471DF6) is known color: Han Purple. HEX triplet: 47, 1D and F6. RGB value is (71,29,246). Sum of RGB (Red+Green+Blue) = 71+29+246=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #471DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DF6 is #B8E209. Grayscale: #414141. Windows color (decimal): -12116490 or 16129351. OLE color: 16129351.

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

Color convert

RGB 71 29 246 -
CMYK 0.71 0.88 0 0.04
HSL 251.61º 0.92% 0.54% -
HSV(B) 251.61º 0.88% 0.96% -
XYZ 19.67 8.87 87.86 -
YUV 66.3 229.41 131.36 -
System Red Green Blue C M Y K H S L
Decimal 71 29 246 0.71 0.88 0 0.04 251.61 0.92 0.54
Hex 47 1D F6 47 58 0 4 FC 5C 36
Octal 107 35 366 107 130 0 4 374 134 66
Binary 1000111 11101 11110110 1000111 1011000 0 100 11111100 1011100 110110

Color Harmonies of #471DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DF6

Black with #471DF6

Text Example


Text Example

White with #471DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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