#540751

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

Shades of Palatinate Purple #540751

Tints of Palatinate Purple #540751

Color information

#540751 (or 0x540751) is unknown color: approx Palatinate Purple. HEX triplet: 54, 07 and 51. RGB value is (84,7,81). Sum of RGB (Red+Green+Blue) = 84+7+81=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #540751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540751 is #ABF8AE. Grayscale: #262626. Windows color (decimal): -11270319 or 5310292. OLE color: 5310292.

HSL color Cylindrical-coordinate representation of color #540751: hue angle of 302.34º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540751 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB84781-
CMYK00.920.040.67
HSL302.34º84.62%17.84%-
HSV(B)302.34º91.67%32.94%-
XYZ5.222.638.02-
YUV38.46152.01160.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=48.84%
G=4.07%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8478100.920.040.67302.3484.6217.84
Hex5475105C44312e5512
Octal12471210134410345612522
Binary10101001111010001010111001001000011100101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540751; }

 p { color: rgb(84,7,81); }

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

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

 a { background-color: rgb(84,7,81); }

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

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

 span { border-color: rgb(84,7,81); }

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