#540B50

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

Shades of Hot Purple #540B50

Tints of Hot Purple #540B50

Color information

#540B50 (or 0x540B50) is unknown color: approx Hot Purple. HEX triplet: 54, 0B and 50. RGB value is (84,11,80). Sum of RGB (Red+Green+Blue) = 84+11+80=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #540B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B50 is #ABF4AF. Grayscale: #282828. Windows color (decimal): -11269296 or 5245780. OLE color: 5245780.

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

Color convert

RGB841180-
CMYK00.870.050.67
HSL303.29º76.84%18.63%-
HSV(B)303.29º86.9%32.94%-
XYZ5.222.77.84-
YUV40.69150.18158.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 11 (4.69% from 255) = 6.29%
BLUE value IS 80 (31.64% from 255) = 45.71%
R=48%
G=6.29%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84118000.870.050.67303.2976.8418.63
Hex54B5005754312f4d13
Octal124131200127510345711523
Binary101010010111010000010101111011000011100101111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,11,80); }

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

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

 a { background-color: rgb(84,11,80); }

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

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

 span { border-color: rgb(84,11,80); }

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