#540459

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

Shades of Hot Purple #540459

Tints of Hot Purple #540459

Color information

#540459 (or 0x540459) is unknown color: approx Hot Purple. HEX triplet: 54, 04 and 59. RGB value is (84,4,89). Sum of RGB (Red+Green+Blue) = 84+4+89=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #540459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540459 is #ABFBA6. Grayscale: #252525. Windows color (decimal): -11271079 or 5833812. OLE color: 5833812.

HSL color Cylindrical-coordinate representation of color #540459: hue angle of 296.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540459 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB84489-
CMYK0.060.9600.65
HSL296.47º91.4%18.24%-
HSV(B)296.47º95.51%34.9%-
XYZ5.52.699.68-
YUV37.61157161.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=47.46%
G=2.26%
B=50.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal844890.060.9600.65296.4791.418.24
Hex544596600411285b12
Octal12441316140010145013322
Binary10101001001011001110110000001000001100101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540459; }

 p { color: rgb(84,4,89); }

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

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

 a { background-color: rgb(84,4,89); }

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

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

 span { border-color: rgb(84,4,89); }

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