#54124D

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

Shades of Palatinate Purple #54124D

Tints of Palatinate Purple #54124D

Color information

#54124D (or 0x54124D) is unknown color: approx Palatinate Purple. HEX triplet: 54, 12 and 4D. RGB value is (84,18,77). Sum of RGB (Red+Green+Blue) = 84+18+77=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54124D is #ABEDB2. Grayscale: #2C2C2C. Windows color (decimal): -11267507 or 5050964. OLE color: 5050964.

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

Color convert

RGB841877-
CMYK00.790.080.67
HSL306.36º64.71%20%-
HSV(B)306.36º78.57%32.94%-
XYZ5.212.857.3-
YUV44.46146.37156.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=46.93%
G=10.06%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84187700.790.080.67306.3664.7120
Hex54124D04F8431324114
Octal1242211501171010346210124
Binary10101001001010011010100111110001000011100110010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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