#471ad5

Color #471AD5 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #471AD5

Tints of Han Purple #471AD5

Color information

#471AD5 (or 0x471AD5) is unknown color: approx Han Purple. HEX triplet: 47, 1A and D5. RGB value is (71,26,213). Sum of RGB (Red+Green+Blue) = 71+26+213=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #471AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AD5 is #B8E52A. Grayscale: #3C3C3C. Windows color (decimal): -12117291 or 13965895. OLE color: 13965895.

HSL color Cylindrical-coordinate representation of color #471AD5: hue angle of 254.44º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471AD5 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7126213-
CMYK0.670.8800.16
HSL254.44º78.24%46.86%-
HSV(B)254.44º87.79%83.53%-
XYZ14.986.8863.49-
YUV60.77213.91135.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 26 (10.55% from 255) = 8.39%
BLUE value IS 213 (83.59% from 255) = 68.71%
R=22.90%
G=8.39%
B=68.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71262130.670.8800.16254.4478.2446.86
Hex471AD54358010fe4e2f
Octal1073232510313002037611657
Binary1000111110101101010110000111011000010000111111101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471ad5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #471ad5;
 }
 .AnyTagClassName
 {
   color: #471ad5;
 }
</style>
background-color css

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

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

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

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

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

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