#542FFB

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

Shades of Han Purple #542FFB

Tints of Han Purple #542FFB

Color information

#542FFB (or 0x542FFB) is unknown color: approx Han Purple. HEX triplet: 54, 2F and FB. RGB value is (84,47,251). Sum of RGB (Red+Green+Blue) = 84+47+251=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #542FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FFB is #ABD004. Grayscale: #505050. Windows color (decimal): -11259909 or 16461652. OLE color: 16461652.

HSL color Cylindrical-coordinate representation of color #542FFB: hue angle of 250.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542FFB is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8447251-
CMYK0.670.8100.02
HSL250.88º96.23%58.43%-
HSV(B)250.88º81.27%98.43%-
XYZ22.0910.8892.2-
YUV81.32223.76129.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 47 (18.75% from 255) = 12.30%
BLUE value IS 251 (98.44% from 255) = 65.71%
R=21.99%
G=12.30%
B=65.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84472510.670.8100.02250.8896.2358.43
Hex542FFB435102fb603a
Octal124573731031210237314072
Binary10101001011111111101110000111010001010111110111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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