#540D55

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

Shades of Hot Purple #540D55

Tints of Hot Purple #540D55

Color information

#540D55 (or 0x540D55) is unknown color: approx Hot Purple. HEX triplet: 54, 0D and 55. RGB value is (84,13,85). Sum of RGB (Red+Green+Blue) = 84+13+85=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #540D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D55 is #ABF2AA. Grayscale: #2A2A2A. Windows color (decimal): -11268779 or 5573972. OLE color: 5573972.

HSL color Cylindrical-coordinate representation of color #540D55: hue angle of 299.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D55 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB841385-
CMYK0.010.8500.67
HSL299.17º73.47%19.22%-
HSV(B)299.17º84.71%33.33%-
XYZ5.442.838.85-
YUV42.44152.02157.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=46.15%
G=7.14%
B=46.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8413850.010.8500.67299.1773.4719.22
Hex54D5515504312b4913
Octal124151251125010345311123
Binary1010100110110101011101010101000011100101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,13,85); }

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

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

 a { background-color: rgb(84,13,85); }

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

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

 span { border-color: rgb(84,13,85); }

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