#542FE2

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

Shades of Han Purple #542FE2

Tints of Han Purple #542FE2

Color information

#542FE2 (or 0x542FE2) is unknown color: approx Han Purple. HEX triplet: 54, 2F and E2. RGB value is (84,47,226). Sum of RGB (Red+Green+Blue) = 84+47+226=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #542FE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FE2 is #ABD01D. Grayscale: #4D4D4D. Windows color (decimal): -11259934 or 14823252. OLE color: 14823252.

HSL color Cylindrical-coordinate representation of color #542FE2: hue angle of 252.4º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542FE2 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8447226-
CMYK0.630.7900.11
HSL252.4º75.53%53.53%-
HSV(B)252.4º79.2%88.63%-
XYZ18.49.4172.8-
YUV78.47211.26131.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 47 (18.75% from 255) = 13.17%
BLUE value IS 226 (88.67% from 255) = 63.31%
R=23.53%
G=13.17%
B=63.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal84472260.630.7900.11252.475.5353.53
Hex542FE23F4F0Bfc4c36
Octal124573427711701337411466
Binary101010010111111100010111111100111101011111111001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,47,226); }

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

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

 a { background-color: rgb(84,47,226); }

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

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

 span { border-color: rgb(84,47,226); }

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