#54114E

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

Shades of Palatinate Purple #54114E

Tints of Palatinate Purple #54114E

Color information

#54114E (or 0x54114E) is unknown color: approx Palatinate Purple. HEX triplet: 54, 11 and 4E. RGB value is (84,17,78). Sum of RGB (Red+Green+Blue) = 84+17+78=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54114E is #ABEEB1. Grayscale: #2B2B2B. Windows color (decimal): -11267762 or 5116244. OLE color: 5116244.

HSL color Cylindrical-coordinate representation of color #54114E: hue angle of 305.37º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54114E is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB841778-
CMYK00.800.070.67
HSL305.37º66.34%19.8%-
HSV(B)305.37º79.76%32.94%-
XYZ5.232.847.48-
YUV43.99147.2156.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=46.93%
G=9.50%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84177800.800.070.67305.3766.3419.8
Hex54114E0507431314214
Octal124211160120710346110224
Binary1010100100011001110010100001111000011100110001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54114E; }

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

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

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

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

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

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

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

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