#471EFD

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

Shades of Han Purple #471EFD

Tints of Han Purple #471EFD

Color information

#471EFD (or 0x471EFD) is unknown color: approx Han Purple. HEX triplet: 47, 1E and FD. RGB value is (71,30,253). Sum of RGB (Red+Green+Blue) = 71+30+253=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #471EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471EFD is #B8E102. Grayscale: #424242. Windows color (decimal): -12116227 or 16588359. OLE color: 16588359.

HSL color Cylindrical-coordinate representation of color #471EFD: hue angle of 251.03º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471EFD is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7130253-
CMYK0.720.8800.01
HSL251.03º98.24%55.49%-
HSV(B)251.03º88.14%99.22%-
XYZ20.799.3693.64-
YUV67.68232.58130.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 30 (12.11% from 255) = 8.47%
BLUE value IS 253 (99.22% from 255) = 71.47%
R=20.06%
G=8.47%
B=71.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71302530.720.8800.01251.0398.2455.49
Hex471EFD485801fb6237
Octal107363751101300137314267
Binary100011111110111111011001000101100001111110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,30,253); }

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

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

 a { background-color: rgb(71,30,253); }

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

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

 span { border-color: rgb(71,30,253); }

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