#540259

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

Shades of Hot Purple #540259

Tints of Hot Purple #540259

Color information

#540259 (or 0x540259) is unknown color: approx Hot Purple. HEX triplet: 54, 02 and 59. RGB value is (84,2,89). Sum of RGB (Red+Green+Blue) = 84+2+89=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #540259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540259 is #ABFDA6. Grayscale: #242424. Windows color (decimal): -11271591 or 5833300. OLE color: 5833300.

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

Color convert

RGB84289-
CMYK0.060.9800.65
HSL296.55º95.6%17.84%-
HSV(B)296.55º97.75%34.9%-
XYZ5.482.659.67-
YUV36.44157.67161.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=48%
G=1.14%
B=50.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal842890.060.9800.65296.5595.617.84
Hex542596620411296012
Octal12421316142010145114022
Binary1010100101011001110110001001000001100101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540259; }

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

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

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

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

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

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

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

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