#55164E

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

Shades of Palatinate Purple #55164E

Tints of Palatinate Purple #55164E

Color information

#55164E (or 0x55164E) is unknown color: approx Palatinate Purple. HEX triplet: 55, 16 and 4E. RGB value is (85,22,78). Sum of RGB (Red+Green+Blue) = 85+22+78=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55164E is #AAE9B1. Grayscale: #2F2F2F. Windows color (decimal): -11200946 or 5117525. OLE color: 5117525.

HSL color Cylindrical-coordinate representation of color #55164E: hue angle of 306.67º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55164E is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB852278-
CMYK00.740.080.67
HSL306.67º58.88%20.98%-
HSV(B)306.67º74.12%33.33%-
XYZ5.413.067.51-
YUV47.22145.37154.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=45.95%
G=11.89%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85227800.740.080.67306.6758.8820.98
Hex55164E04A8431333b15
Octal125261160112101034637325
Binary1010101101101001110010010101000100001110011001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,22,78); }

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

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

 a { background-color: rgb(85,22,78); }

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

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

 span { border-color: rgb(85,22,78); }

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