#55104D

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

Shades of Palatinate Purple #55104D

Tints of Palatinate Purple #55104D

Color information

#55104D (or 0x55104D) is unknown color: approx Palatinate Purple. HEX triplet: 55, 10 and 4D. RGB value is (85,16,77). Sum of RGB (Red+Green+Blue) = 85+16+77=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55104D is #AAEFB2. Grayscale: #2B2B2B. Windows color (decimal): -11202483 or 5050453. OLE color: 5050453.

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

Color convert

RGB851677-
CMYK00.810.090.67
HSL306.96º68.32%19.8%-
HSV(B)306.96º81.18%33.33%-
XYZ5.272.847.29-
YUV43.58146.86157.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=47.75%
G=8.99%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85167700.810.090.67306.9668.3219.8
Hex55104D0519431334414
Octal1252011501211110346310424
Binary10101011000010011010101000110011000011100110011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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