#55134D

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

Shades of Palatinate Purple #55134D

Tints of Palatinate Purple #55134D

Color information

#55134D (or 0x55134D) is unknown color: approx Palatinate Purple. HEX triplet: 55, 13 and 4D. RGB value is (85,19,77). Sum of RGB (Red+Green+Blue) = 85+19+77=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55134D is #AAECB2. Grayscale: #2D2D2D. Windows color (decimal): -11201715 or 5051221. OLE color: 5051221.

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

Color convert

RGB851977-
CMYK00.780.090.67
HSL307.27º63.46%20.39%-
HSV(B)307.27º77.65%33.33%-
XYZ5.322.937.31-
YUV45.35145.87156.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=46.96%
G=10.50%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85197700.780.090.67307.2763.4620.39
Hex55134D04E9431333f14
Octal125231150116111034637724
Binary1010101100111001101010011101001100001110011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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