#540F53

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

Shades of Hot Purple #540F53

Tints of Hot Purple #540F53

Color information

#540F53 (or 0x540F53) is unknown color: approx Hot Purple. HEX triplet: 54, 0F and 53. RGB value is (84,15,83). Sum of RGB (Red+Green+Blue) = 84+15+83=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #540F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F53 is #ABF0AC. Grayscale: #2B2B2B. Windows color (decimal): -11268269 or 5443412. OLE color: 5443412.

HSL color Cylindrical-coordinate representation of color #540F53: hue angle of 300.87º 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 #540F53 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB841583-
CMYK00.820.010.67
HSL300.87º69.7%19.41%-
HSV(B)300.87º82.14%32.94%-
XYZ5.392.858.45-
YUV43.38150.36156.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 15 (6.25% from 255) = 8.24%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=46.15%
G=8.24%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84158300.820.010.67300.8769.719.41
Hex54F5305214312d4613
Octal124171230122110345510623
Binary1010100111110100110101001011000011100101101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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