#540AE6

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

Shades of Han Purple #540AE6

Tints of Han Purple #540AE6

Color information

#540AE6 (or 0x540AE6) is unknown color: approx Han Purple. HEX triplet: 54, 0A and E6. RGB value is (84,10,230). Sum of RGB (Red+Green+Blue) = 84+10+230=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 230 (90.23% from 255 or 70.99% from 324); Max value from RGB is 230 - color contains mainly: blue. Hex color #540AE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540AE6 is #ABF519. Grayscale: #383838. Windows color (decimal): -11269402 or 15075924. OLE color: 15075924.

HSL color Cylindrical-coordinate representation of color #540AE6: hue angle of 260.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540AE6 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8410230-
CMYK0.630.9600.10
HSL260.18º91.67%47.06%-
HSV(B)260.18º95.65%90.2%-
XYZ18.057.8275.42-
YUV57.21225.52147.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 10 (4.30% from 255) = 3.09%
BLUE value IS 230 (90.23% from 255) = 70.99%
R=25.93%
G=3.09%
B=70.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal84102300.630.9600.10260.1891.6747.06
Hex54AE63F600A1045c2f
Octal124123467714001240413457
Binary10101001010111001101111111100000010101000001001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540AE6; }

 p { color: rgb(84,10,230); }

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

<style>
 a { background-color: #540AE6; }

 a { background-color: rgb(84,10,230); }

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

<style>
 span { border-color: #540AE6; }

 span { border-color: rgb(84,10,230); }

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