#542FEB

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

Shades of Han Purple #542FEB

Tints of Han Purple #542FEB

Color information

#542FEB (or 0x542FEB) is unknown color: approx Han Purple. HEX triplet: 54, 2F and EB. RGB value is (84,47,235). Sum of RGB (Red+Green+Blue) = 84+47+235=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #542FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FEB is #ABD014. Grayscale: #4E4E4E. Windows color (decimal): -11259925 or 15413076. OLE color: 15413076.

HSL color Cylindrical-coordinate representation of color #542FEB: hue angle of 251.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542FEB is Cyan = 0.64, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8447235-
CMYK0.640.800.08
HSL251.81º82.46%55.29%-
HSV(B)251.81º80%92.16%-
XYZ19.679.9279.47-
YUV79.5215.76131.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 47 (18.75% from 255) = 12.84%
BLUE value IS 235 (92.19% from 255) = 64.21%
R=22.95%
G=12.84%
B=64.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal84472350.640.800.08251.8182.4655.29
Hex542FEB405008fc5237
Octal1245735310012001037412267
Binary1010100101111111010111000000101000001000111111001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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