#471AEC

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

Shades of Han Purple #471AEC

Tints of Han Purple #471AEC

Color information

#471AEC (or 0x471AEC) is unknown color: approx Han Purple. HEX triplet: 47, 1A and EC. RGB value is (71,26,236). Sum of RGB (Red+Green+Blue) = 71+26+236=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #471AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AEC is #B8E513. Grayscale: #3E3E3E. Windows color (decimal): -12117268 or 15473223. OLE color: 15473223.

HSL color Cylindrical-coordinate representation of color #471AEC: hue angle of 252.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471AEC is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7126236-
CMYK0.700.8900.07
HSL252.86º84.68%51.37%-
HSV(B)252.86º88.98%92.55%-
XYZ18.118.1379.97-
YUV63.4225.41133.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 26 (10.55% from 255) = 7.81%
BLUE value IS 236 (92.58% from 255) = 70.87%
R=21.32%
G=7.81%
B=70.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71262360.700.8900.07252.8684.6851.37
Hex471AEC465907fd5533
Octal107323541061310737512563
Binary10001111101011101100100011010110010111111111011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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