#540B4F

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

Shades of Palatinate Purple #540B4F

Tints of Palatinate Purple #540B4F

Color information

#540B4F (or 0x540B4F) is unknown color: approx Palatinate Purple. HEX triplet: 54, 0B and 4F. RGB value is (84,11,79). Sum of RGB (Red+Green+Blue) = 84+11+79=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #540B4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B4F is #ABF4B0. Grayscale: #282828. Windows color (decimal): -11269297 or 5180244. OLE color: 5180244.

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

Color convert

RGB841179-
CMYK00.870.060.67
HSL304.11º76.84%18.63%-
HSV(B)304.11º86.9%32.94%-
XYZ5.192.697.64-
YUV40.58149.68158.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 79 (31.25% from 255) = 45.40%
R=48.28%
G=6.32%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84117900.870.060.67304.1176.8418.63
Hex54B4F0576431304d13
Octal124131170127610346011523
Binary101010010111001111010101111101000011100110000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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