#472AE1

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

Shades of Han Purple #472AE1

Tints of Han Purple #472AE1

Color information

#472AE1 (or 0x472AE1) is unknown color: approx Han Purple. HEX triplet: 47, 2A and E1. RGB value is (71,42,225). Sum of RGB (Red+Green+Blue) = 71+42+225=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #472AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472AE1 is #B8D51E. Grayscale: #464646. Windows color (decimal): -12113183 or 14756423. OLE color: 14756423.

HSL color Cylindrical-coordinate representation of color #472AE1: hue angle of 249.51º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472AE1 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7142225-
CMYK0.680.8100.12
HSL249.51º75.31%52.35%-
HSV(B)249.51º81.33%88.24%-
XYZ17.028.4371.96-
YUV71.53214.61127.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 42 (16.80% from 255) = 12.43%
BLUE value IS 225 (88.28% from 255) = 66.57%
R=21.01%
G=12.43%
B=66.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal71422250.680.8100.12249.5175.3152.35
Hex472AE144510Cfa4b34
Octal1075234110412101437211364
Binary1000111101010111000011000100101000101100111110101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472AE1; }

 p { color: rgb(71,42,225); }

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

<style>
 a { background-color: #472AE1; }

 a { background-color: rgb(71,42,225); }

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

<style>
 span { border-color: #472AE1; }

 span { border-color: rgb(71,42,225); }

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