#542AF5

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

Shades of Han Purple #542AF5

Tints of Han Purple #542AF5

Color information

#542AF5 (or 0x542AF5) is unknown color: approx Han Purple. HEX triplet: 54, 2A and F5. RGB value is (84,42,245). Sum of RGB (Red+Green+Blue) = 84+42+245=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 245 (96.09% from 255 or 66.04% from 371); Max value from RGB is 245 - color contains mainly: blue. Hex color #542AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542AF5 is #ABD50A. Grayscale: #4C4C4C. Windows color (decimal): -11261195 or 16067156. OLE color: 16067156.

HSL color Cylindrical-coordinate representation of color #542AF5: hue angle of 252.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #542AF5 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8442245-
CMYK0.660.8300.04
HSL252.41º91.03%56.27%-
HSV(B)252.41º82.86%96.08%-
XYZ20.9710.1387.24-
YUV77.7222.41132.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 245 (96.09% from 255) = 66.04%
R=22.64%
G=11.32%
B=66.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal84422450.660.8300.04252.4191.0356.27
Hex542AF5425304fc5b38
Octal124523651021230437413370
Binary101010010101011110101100001010100110100111111001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542AF5; }

 p { color: rgb(84,42,245); }

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

<style>
 a { background-color: #542AF5; }

 a { background-color: rgb(84,42,245); }

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

<style>
 span { border-color: #542AF5; }

 span { border-color: rgb(84,42,245); }

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