#542CF9

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

Shades of Han Purple #542CF9

Tints of Han Purple #542CF9

Color information

#542CF9 (or 0x542CF9) is unknown color: approx Han Purple. HEX triplet: 54, 2C and F9. RGB value is (84,44,249). Sum of RGB (Red+Green+Blue) = 84+44+249=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #542CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542CF9 is #ABD306. Grayscale: #4E4E4E. Windows color (decimal): -11260679 or 16329812. OLE color: 16329812.

HSL color Cylindrical-coordinate representation of color #542CF9: hue angle of 251.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542CF9 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8444249-
CMYK0.660.8200.02
HSL251.71º94.47%57.45%-
HSV(B)251.71º82.33%97.65%-
XYZ21.6610.5390.51-
YUV79.33223.75131.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 44 (17.58% from 255) = 11.67%
BLUE value IS 249 (97.66% from 255) = 66.05%
R=22.28%
G=11.67%
B=66.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84442490.660.8200.02251.7194.4757.45
Hex542CF9425202fc5e39
Octal124543711021220237413671
Binary10101001011001111100110000101010010010111111001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,44,249); }

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

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

 a { background-color: rgb(84,44,249); }

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

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

 span { border-color: rgb(84,44,249); }

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