#540A52

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

Shades of Hot Purple #540A52

Tints of Hot Purple #540A52

Color information

#540A52 (or 0x540A52) is unknown color: approx Hot Purple. HEX triplet: 54, 0A and 52. RGB value is (84,10,82). Sum of RGB (Red+Green+Blue) = 84+10+82=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #540A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A52 is #ABF5AD. Grayscale: #282828. Windows color (decimal): -11269550 or 5376596. OLE color: 5376596.

HSL color Cylindrical-coordinate representation of color #540A52: hue angle of 301.62º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A52 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB841082-
CMYK00.880.020.67
HSL301.62º78.72%18.43%-
HSV(B)301.62º88.1%32.94%-
XYZ5.292.718.23-
YUV40.33151.52159.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 10 (4.30% from 255) = 5.68%
BLUE value IS 82 (32.42% from 255) = 46.59%
R=47.73%
G=5.68%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84108200.880.020.67301.6278.7218.43
Hex54A5205824312e4f12
Octal124121220130210345611722
Binary10101001010101001001011000101000011100101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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