#550257

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

Shades of Palatinate Purple #550257

Tints of Palatinate Purple #550257

Color information

#550257 (or 0x550257) is unknown color: approx Palatinate Purple. HEX triplet: 55, 02 and 57. RGB value is (85,2,87). Sum of RGB (Red+Green+Blue) = 85+2+87=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #550257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550257 is #AAFDA8. Grayscale: #242424. Windows color (decimal): -11206057 or 5702229. OLE color: 5702229.

HSL color Cylindrical-coordinate representation of color #550257: hue angle of 298.59º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550257 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB85287-
CMYK0.020.9800.66
HSL298.59º95.51%17.45%-
HSV(B)298.59º97.7%34.12%-
XYZ5.492.669.24-
YUV36.51156.5162.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 87 (34.38% from 255) = 50%
R=48.85%
G=1.15%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal852870.020.9800.66298.5995.5117.45
Hex5525726204212b6011
Octal12521272142010245314021
Binary101010110101011110110001001000010100101011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550257; }

 p { color: rgb(85,2,87); }

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

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

 a { background-color: rgb(85,2,87); }

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

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

 span { border-color: rgb(85,2,87); }

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