#540D4F

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

Shades of Palatinate Purple #540D4F

Tints of Palatinate Purple #540D4F

Color information

#540D4F (or 0x540D4F) is unknown color: approx Palatinate Purple. HEX triplet: 54, 0D and 4F. RGB value is (84,13,79). Sum of RGB (Red+Green+Blue) = 84+13+79=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #540D4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D4F is #ABF2B0. Grayscale: #292929. Windows color (decimal): -11268785 or 5180756. OLE color: 5180756.

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

Color convert

RGB841379-
CMYK00.850.060.67
HSL304.23º73.2%19.02%-
HSV(B)304.23º84.52%32.94%-
XYZ5.212.747.65-
YUV41.75149.02158.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 13 (5.47% from 255) = 7.39%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=47.73%
G=7.39%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84137900.850.060.67304.2373.219.02
Hex54D4F0556431304913
Octal124151170125610346011123
Binary101010011011001111010101011101000011100110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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