#540F51

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

Shades of Hot Purple #540F51

Tints of Hot Purple #540F51

Color information

#540F51 (or 0x540F51) is unknown color: approx Hot Purple. HEX triplet: 54, 0F and 51. RGB value is (84,15,81). Sum of RGB (Red+Green+Blue) = 84+15+81=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #540F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F51 is #ABF0AE. Grayscale: #2A2A2A. Windows color (decimal): -11268271 or 5312340. OLE color: 5312340.

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

Color convert

RGB841581-
CMYK00.820.040.67
HSL302.61º69.7%19.41%-
HSV(B)302.61º82.14%32.94%-
XYZ5.312.828.05-
YUV43.16149.36157.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 15 (6.25% from 255) = 8.33%
BLUE value IS 81 (32.03% from 255) = 45%
R=46.67%
G=8.33%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84158100.820.040.67302.6169.719.41
Hex54F5105244312f4613
Octal124171210122410345710623
Binary101010011111010001010100101001000011100101111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,15,81); }

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

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

 a { background-color: rgb(84,15,81); }

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

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

 span { border-color: rgb(84,15,81); }

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