#54104e

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

Shades of Palatinate Purple #54104E

Tints of Palatinate Purple #54104E

Color information

#54104E (or 0x54104E) is unknown color: approx Palatinate Purple. HEX triplet: 54, 10 and 4E. RGB value is (84,16,78). Sum of RGB (Red+Green+Blue) = 84+16+78=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54104E is #ABEFB1. Grayscale: #2B2B2B. Windows color (decimal): -11268018 or 5115988. OLE color: 5115988.

HSL color Cylindrical-coordinate representation of color #54104E: hue angle of 305.29º 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 #54104E is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB841678-
CMYK00.810.070.67
HSL305.29º68%19.61%-
HSV(B)305.29º80.95%32.94%-
XYZ5.222.817.47-
YUV43.4147.53156.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=47.19%
G=8.99%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84167800.810.070.67305.296819.61
Hex54104E0517431314414
Octal124201160121710346110424
Binary1010100100001001110010100011111000011100110001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54104e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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