#540F4F

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

Shades of Hot Purple #540F4F

Tints of Hot Purple #540F4F

Color information

#540F4F (or 0x540F4F) is unknown color: approx Hot Purple. HEX triplet: 54, 0F and 4F. RGB value is (84,15,79). Sum of RGB (Red+Green+Blue) = 84+15+79=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #540F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F4F is #ABF0B0. Grayscale: #2A2A2A. Windows color (decimal): -11268273 or 5181268. OLE color: 5181268.

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

Color convert

RGB841579-
CMYK00.820.060.67
HSL304.35º69.7%19.41%-
HSV(B)304.35º82.14%32.94%-
XYZ5.242.797.66-
YUV42.93148.36157.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=47.19%
G=8.43%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84157900.820.060.67304.3569.719.41
Hex54F4F0526431304613
Octal124171170122610346010623
Binary101010011111001111010100101101000011100110000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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