#54104D

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

Shades of Palatinate Purple #54104D

Tints of Palatinate Purple #54104D

Color information

#54104D (or 0x54104D) is unknown color: approx Palatinate Purple. HEX triplet: 54, 10 and 4D. RGB value is (84,16,77). Sum of RGB (Red+Green+Blue) = 84+16+77=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54104D is #ABEFB2. Grayscale: #2B2B2B. Windows color (decimal): -11268019 or 5050452. OLE color: 5050452.

HSL color Cylindrical-coordinate representation of color #54104D: hue angle of 306.18º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54104D is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB841677-
CMYK00.810.080.67
HSL306.18º68%19.61%-
HSV(B)306.18º80.95%32.94%-
XYZ5.182.797.29-
YUV43.29147.03157.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=47.46%
G=9.04%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84167700.810.080.67306.186819.61
Hex54104D0518431324414
Octal1242011501211010346210424
Binary10101001000010011010101000110001000011100110010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54104D; }

 p { color: rgb(84,16,77); }

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

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

 a { background-color: rgb(84,16,77); }

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

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

 span { border-color: rgb(84,16,77); }

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