#540C4F

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

Shades of Palatinate Purple #540C4F

Tints of Palatinate Purple #540C4F

Color information

#540C4F (or 0x540C4F) is unknown color: approx Palatinate Purple. HEX triplet: 54, 0C and 4F. RGB value is (84,12,79). Sum of RGB (Red+Green+Blue) = 84+12+79=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #540C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C4F is #ABF3B0. Grayscale: #282828. Windows color (decimal): -11269041 or 5180500. OLE color: 5180500.

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

Color convert

RGB841279-
CMYK00.860.060.67
HSL304.17º75%18.82%-
HSV(B)304.17º85.71%32.94%-
XYZ5.22.717.65-
YUV41.17149.35158.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=48%
G=6.86%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84127900.860.060.67304.177518.82
Hex54C4F0566431304b13
Octal124141170126610346011323
Binary101010011001001111010101101101000011100110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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