#471BD5

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

Shades of Han Purple #471BD5

Tints of Han Purple #471BD5

Color information

#471BD5 (or 0x471BD5) is unknown color: approx Han Purple. HEX triplet: 47, 1B and D5. RGB value is (71,27,213). Sum of RGB (Red+Green+Blue) = 71+27+213=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #471BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471BD5 is #B8E42A. Grayscale: #3C3C3C. Windows color (decimal): -12117035 or 13966151. OLE color: 13966151.

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

Color convert

RGB7127213-
CMYK0.670.8700.16
HSL254.19º77.5%47.06%-
HSV(B)254.19º87.32%83.53%-
XYZ156.9363.5-
YUV61.36213.58134.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 27 (10.94% from 255) = 8.68%
BLUE value IS 213 (83.59% from 255) = 68.49%
R=22.83%
G=8.68%
B=68.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71272130.670.8700.16254.1977.547.06
Hex471BD54357010fe4e2f
Octal1073332510312702037611657
Binary1000111110111101010110000111010111010000111111101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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